How this skill is triggered — by the user, by Claude, or both
Slash command
/tts-agent:configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user customize their TTS agent settings.
Help the user customize their TTS agent settings.
Read the current config:
cd "${CLAUDE_PLUGIN_ROOT}" && cat tts-agent.yml
Ask the user what they want to change:
Edit tts-agent.yml with the requested changes.
Test the changes using the /test skill.
npx claudepluginhub brianclaridge/.3am.tts-agent --plugin tts-agentSets up and tests text-to-speech and transcription backends (sag, OpenAI TTS, macOS say, Whisper). Run `/agent:voice` for status, setup, or test.
Enables voice conversations with Claude Code using speech-to-text and text-to-speech. Includes setup, diagnostics, and MCP-based voice interaction.
Helps build low-latency voice agents using speech-to-speech (OpenAI Realtime) or pipeline (STT→LLM→TTS) architectures. Covers VAD, interruption handling, and tooling like Pipecat, Deepgram, ElevenLabs.