Toggle reading every reply aloud automatically
Scanned 9/6/2026
Install to Claude Code
npx -y skills add MichaelPGifford/claude-read-aloud --skill speak-auto --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speak Auto?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/michaelpgifford-speak-auto)More formats (shields.io, HTML) on the badges page.
---
description: Toggle reading every reply aloud automatically
argument-hint: on | off
---
Run exactly this one bash command and show the user its output:
```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/speak.py" --auto $ARGUMENTS
```
If the user gave no argument, ask whether they want auto-read `on` or `off`
instead of guessing. Warning to relay when turning it on: replies arrive
frequently — most people prefer on-demand `/speak` after trying auto for a day.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!