Installable Agent Skills that teach AI agents how to install and run ResponsiveVoice text-to-speech.
npx skills add responsivevoice/skillsInstalls into any agent that reads filesystem skills — Claude Code, Cursor, GitHub Copilot,
Gemini CLI, Cline, Windsurf, Codex, Zed, and more. The skill folder also works if copied
directly into ~/.claude/skills/ or .claude/skills/.
| Skill | Teaches |
|---|---|
responsivevoice |
Install + run TTS via the browser library, REST API, or the SDKs |
The skill covers the browser library (@responsivevoice/core), the Node REST client
(@responsivevoice/api-client), the REST API, and the Python/Go/PHP/Java SDKs — plus the
demo / API-key / API-secret authentication model.
- Documentation: https://docs.responsivevoice.org
- API spec: https://texttospeech.responsivevoice.org/openapi.json
- Support: support@responsivevoice.org
MIT — see LICENSE.