acestep
AI music generation with ACE-Step 1.5 — background music, vocal tracks, covers, stem extraction for video production. Use when generating music, soundtracks,…
Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether
$ npx -y skills add calesthio/OpenMontage --skill setup-api-key --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/setup-api-keyContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether
name: setup-api-key description: Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether ELEVENLABS_API_KEY is already configured and valid, and only runs full setup when needed. license: MIT compatibility: Requires internet access to elevenlabs.io and api.elevenlabs.io.
Guide the user through obtaining and configuring an ElevenLabs API key.
Before asking the user for a key, check for an existing `ELEVENLABS_API_KEY`:
1. Check whether `ELEVENLABS_API_KEY` exists in the current environment. 2. If it's not in the environment, check `.env` for `ELEVENLABS_API_KEY=<value>`. 3. If an existing key is found, **validate it**:
GET https://api.elevenlabs.io/v1/user Header: xi-api-key: <existing-api-key>
4. **If existing key validation succeeds:**
5. **If existing key validation fails:**
Tell the user:
> To set up ElevenLabs, open the API keys page: https://elevenlabs.io/app/settings/api-keys > > (Need an account? Create one at https://elevenlabs.io/app/sign-up first) > > If you don't have an API key yet: > 1. Click "Create key" > 2. Name it (or use the default) > 3. Set permission for your key. If you provide a key with "User" permission set to "Read" this skill will automatically verify if your key works > 4. Click "Create key" to confirm > 5. **Copy the key immediately** - it's only shown once! > > Paste your API key here when ready.
Then wait for the user's next message which should contain the API key.
Once the user provides the API key:
1. **Validate the key** by making a request:
GET https://api.elevenlabs.io/v1/user Header: xi-api-key: <the-api-key>
2. **If validation fails:**
3. **If validation succeeds**, save the API key in a `.env` file:
ELEVENLABS_API_KEY=<the-api-key>
4. **Confirm success:** > Done! Your key is stored as an environment variable in .env > Keep the key safe! Don't share it with anyone!
World's first open-source, agentic video production system. 12 production pipelines, 100+ tools, 700+ agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.
Repo: calesthio/OpenMontage
AI music generation with ACE-Step 1.5 — background music, vocal tracks, covers, stem extraction for video production. Use when generating music, soundtracks,…
Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice…
Generate AI videos from text prompts using multiple provider gateways. Use when: (1) Generating videos from text descriptions, (2) Creating AI-generated video…
Create AI avatar videos with precise control over avatars, voices, scripts, scenes, and backgrounds using HeyGen's v2 API. Use when: (1) Choosing a specific…
Transcribe audio to text using Azure AI Speech (Fast Transcription REST API). Use when converting audio/video to text, generating subtitles, or processing…
Generate neural narration audio using Azure AI Speech (REST text-to-speech). Use when synthesizing voiceovers or narration in OpenMontage. Optional cloud TTS…