elevenlabs-open-accountGuides agents through opening ElevenLabs accounts for voice AI, TTS, agents, and API access. Use when the user or agent needs to sign up for ElevenLabs, get an API key, try voice AI, or connect clawdbot/moltbot/open claw to ElevenLabs.
Install via ClawdBot CLI:
clawdbot install the-TimeBeing/elevenlabs-open-accountUse this workflow when the user needs to open or sign up for an ElevenLabs account (voice AI, text-to-speech, agents, or API).
Checklist:
Steps:
Use this after the user has an ElevenLabs account and needs to call the API (e.g. from code, clawdbot, or integrations).
Checklist:
xi-api-key header or in the official client libraries; never commit it to code or this skill.Steps:
ELEVENLABS_API_KEY) or a secrets manager.xi-api-key: YOUR_API_KEY, or via the official ElevenLabs client libraries. Never expose the key in client-side code or version control.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.