elevenlabs-aiAccess ElevenLabs APIs for text-to-speech, speech-to-speech, realtime speech-to-text, voice/model management, and dialogue workflows with direct HTTP calls.
Install via ClawdBot CLI:
clawdbot install codedao12/elevenlabs-aiProvide a production-oriented guide for using ElevenLabs APIs via direct HTTPS (no SDK requirement), with clear auth, safety, and workflow guidance.
references/elevenlabs-authentication.md for API keys and single-use tokens.references/elevenlabs-text-to-speech.md for TTS endpoints and payloads.references/elevenlabs-speech-to-speech.md for voice conversion.references/elevenlabs-speech-to-text-realtime.md for realtime STT WebSocket.references/elevenlabs-text-to-dialogue.md for multi-voice dialogue output.references/elevenlabs-voices-models.md for voice IDs and model discovery.references/elevenlabs-safety-and-privacy.md for zero-retention and safety rules.AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
End-to-end encrypted agent-to-agent private messaging via Moltbook dead drops. Use when agents need to communicate privately, exchange secrets, or coordinate without human visibility.
Text-to-speech via OpenAI Audio Speech API.