Show read-aloud configuration (provider, voice, auto-read)
Scanned 9/6/2026
Install to Claude Code
npx -y skills add MichaelPGifford/claude-read-aloud --skill speak-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speak Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/michaelpgifford-speak-status)More formats (shields.io, HTML) on the badges page.
---
description: Show read-aloud configuration (provider, voice, auto-read)
---
Run exactly this one bash command and show the user its output verbatim:
```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/speak.py" --status
```
Then, if the user wants changes, edit the config file the output names —
fields: `provider` (system / speechify / elevenlabs / openai / command),
`voice`, `speed`, `auto_read`. API keys belong in environment variables
(`SPEECHIFY_API_KEY`, `ELEVENLABS_API_KEY`, `OPENAI_API_KEY`), not the file.
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!