Skip to content
All skills
OPERATOR productivity v1.0.0 · Apache-2.0

Elevenlabs Pro

Advanced ElevenLabs TTS — text-to-speech, voice listing/filtering, credits management. Script-based, works standalone.

Audited
Source
SHA-256
Last reviewed
How we audit →

Install in your agent

Tell your agent: "install the recipes skill, then add elevenlabs-pro"
Or via curl: curl -sL https://recipes.wisechef.ai/skill -o ~/.claude/skills/recipes/SKILL.md

Full skill source · SKILL.md

ElevenLabs Pro — Advanced TTS

Scripts: ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py Requires: ELEVENLABS_API_KEY env var (or --api-key flag)

When to Use

  • Need TTS with voice selection and filtering
  • Want to check remaining ElevenLabs credits
  • Need to list available voices with language/gender filters
  • Hermes built-in text_to_speech is simpler but less flexible

Text to Speech

python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py \
  "Hello world, this is a test" \
  --voice Sarah \
  --output audio.mp3

List Voices (with filters)

# All voices
python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py --list-voices

# Filter by language and gender
python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py --list-voices --lang en --gender female

Check Credits

python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py --credits

Notes

  • Script also works as importable Python module
  • For simple TTS, prefer Hermes built-in text_to_speech tool
  • Use this when you need voice selection, filtering, or credits info
  • Output: include MEDIA:/path/to/audio.mp3 in response to send as attachment

Pitfalls

  • ⚠️ Requires ELEVENLABS_API_KEY — check before running
  • ElevenLabs has usage-based pricing, check credits first for long texts

Verification

# Check API key is set
echo $ELEVENLABS_API_KEY
# List available voices (no credits consumed)
python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py --list-voices
# Check remaining credits
python3 ~/.hermes/skills/media/elevenlabs-pro/scripts/elevenlabs.py --credits

Skill graph

Works well with

Recommended by tag overlap, category, and co-install patterns. See full graph →