elevenlabs-sfx
ElevenLabs text-to-sound model — generates 1–22s short sound effects from a description. Suitable for foley, ambience, alerts, and game SFX.
ElevenLabs text-to-sound model — generates 1–22s short sound effects from a description. Suitable for foley, ambience, alerts, and game SFX.
Overview
| Field | Value |
|---|---|
| Model ID | elevenlabs-sfx |
| CLI | dlazy elevenlabs-sfx |
| MCP | elevenlabs-sfx (Claude Code surfaces this as mcp__dlazy__elevenlabs-sfx) |
| Type | audio |
| Execution | Async task; the CLI polls until completion (--no-wait returns generateId immediately) |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
prompt | string | Yes | Prompt |
duration | string | No | Duration (s); default 5 |
prompt_influence | string | No | Prompt Influence; default 0.3 |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy elevenlabs-sfx --help
dlazy elevenlabs-sfx --prompt "Write your prompt here"
dlazy elevenlabs-sfx --prompt "Write your prompt here" --dry-run
dlazy elevenlabs-sfx --prompt "Write your prompt here" --no-wait
dlazy elevenlabs-sfx --prompt "Write your prompt here" --batch 4MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__elevenlabs-sfx; generic clients (e.g. OpenClaw) call it as elevenlabs-sfx.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "audio", "id": "o_...", "url": "https://files.dlazy.com/result.mp3", "mimeType": "audio/mpeg" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
elevenlabs-search
Search the ElevenLabs voice library by keyword, source, and category. Returns a playable preview for each matched voice so you can pick the right one before running TTS. Search with ONE short English descriptor (deep / young / narrative); extra words narrow the match and full sentences usually return nothing.
elevenlabs-tts
ElevenLabs eleven_v3 text-to-speech with 12 curated multilingual voices and stability/similarity/style controls. Great for dubbing, audiobooks, and character dialog. Before picking a voice, you can search for the right one via elevenlabs-search.