Agent skill · Backend & API

AudioMind

Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill audiomind --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 3.0.0
Declared author: wells
Path: skills/ai-ml/audiomind/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🎙️ AudioMind **Use when:** User asks to generate speech, narrate text, create a voice-over, compose music, or produce a sound effect. AudioMind is a smart audio dispatcher. It analyzes your request and routes it to the best available model — ElevenLabs for speech and music, fal.ai for fast SFX — and returns a ready-to-use audio URL. --- ## Quick Reference | Request Type | Best Model | Latency | |---|---|---| | Narrate text / Voice-over | `elevenlabs-tts-v3` | ~3s | | Low-latency TTS (real-time) | `elevenlabs-tts-turbo` | <1s | | Background music | `cassetteai-music` | ~15s | | Sound effect | `elevenlabs-sfx` | ~5s | | Clone a voice from audio | `elevenlabs-voice-clone` | ~10s | --- ## How to Use ### 1. Start the AudioMind server (once per session) ```bash bash {baseDir}/tools/start_server.sh ``` This starts the ElevenLabs MCP server on port 8124. The skill uses it for all audio generation. ### 2. Route the request Analyze the user's request and call the appropriate tool via the MCP server: **Text-to-Speech (TTS)** When user asks to "narrate", "read aloud", "say", or "create a voice-over": ``` Use MCP tool: text_to_speech text: "<the text to narrate>" voice_id: "JBFqnCBsd6RMkjVDR

What's inside
Steps it walks through
  1. Quick Reference
  2. How to Use
  3. 1. Start the AudioMind server (once per session)
  4. 2. Route the request
  5. Example Conversations
  6. Setup
  7. Required
  8. Optional (for fal.ai music & SFX models)
  9. Self-Hosting the Proxy
  10. Quick Deploy (Vercel)
  11. Environment Variables
  12. Point cli.js to Your Proxy
  13. Custom Domain (Recommended)
  14. Model Reference
Ships with 1 file
  • metadata.json
Commands it runs
bash {baseDir}/tools/start_server.sh
cd proxy
npm install
vercel --prod
export AUDIOMIND_PROXY_URL="https://your-domain.com/api/audio"
More from claude-skill-registry
All skills →
About this skill
What does the AudioMind skill do?

Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill audiomind --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going