plugins/claude-speech/skills/speech/SKILL.md
Toggle text-to-speech for Claude responses
npx skillsauth add roaming-panda-llc/claude-plugins speechInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Control whether Claude's responses are spoken aloud using macOS text-to-speech.
When the user says things like:
touch ~/.claude-speak
rm -f ~/.claude-speak
[ -f ~/.claude-speak ] && echo "Speech is ON" || echo "Speech is OFF"
A Stop hook runs after each Claude response. If ~/.claude-speak exists (or CLAUDE_SPEAK=1 is set), the hook speaks the response using macOS say command.
User: "Turn on speech"
-> Run: touch ~/.claude-speak
-> Respond: "Speech is now enabled. You'll hear my responses spoken aloud."
User: "Stop talking to me"
-> Run: rm -f ~/.claude-speak
-> Respond: "Speech disabled."
tools
Calculate Real Revenue for Profit First allocations. Determines if a business should use Real Revenue (vs Total Revenue) and calculates it.
development
Calculate quarterly profit distribution options including standard distribution, debt destruction, and vault building strategies.
tools
Plan the quarterly transition from Current Allocation Percentages (CAPs) to Target Allocation Percentages (TAPs) using the 3% rule.
tools
Calculate exact dollar amounts for Profit First allocations based on income and percentages. Use on allocation days (10th and 25th).