From cc-senses-plugin
Speak text aloud using local TTS. Use when the user wants Claude's output read aloud or to toggle auto-read mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-senses-plugin:speakThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Speak text aloud using local text-to-speech.
Speak text aloud using local text-to-speech.
/speak Hello world — speak specific text/speak --toggle — enable/disable auto-read mode/speak --voice en_GB-alan — use a specific voiceuv run python -m cc_tts.speak $ARGUMENTS
See .cc-senses.example.toml [tts] section for the full schema and CC_TTS_* env overrides.
Three paths from text to audio (Stop hook, stream-json pipe, PTY proxy). See docs/architecture.md for the comparison table and docs/adr/0001-tts-delivery-modes.md for the rationale.
Do not combine Stop hook + PTY proxy — causes double speaking.
For the full bidirectional flow (/speak --toggle → /voice → speak → response spoken back), see docs/UserStory.md Flow A.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub qte77/cc-senses-plugin --plugin cc-senses-plugin