How this skill is triggered — by the user, by Claude, or both
Slash command
/tts-agent:testThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Test the text-to-speech engine and beep sounds.
Test the text-to-speech engine and beep sounds.
Test a full hook event (beep + speech):
cd "${CLAUDE_PLUGIN_ROOT}" && echo '{"hook_event_name":"SessionStart","source":"startup","session_id":"test"}' | uv run src/notify.py
Test each named beep sound:
cd "${CLAUDE_PLUGIN_ROOT}" && uv run src/sounds.py
Test direct speech:
cd "${CLAUDE_PLUGIN_ROOT}" && uv run src/tts.py
Report which tests passed and any errors.
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.
Manage Claude Code sound feedback — select, enable/disable sound packs, adjust volume, mute/unmute, play test sounds, and view status.
Tests voice agents on Retell, VAPI, LiveKit, Bland, Telnyx: simulates LLM conversations, evaluates metrics, manages DB agents/tests, converts formats.