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/.
Install one skill instead of all of them with --skill (repeatable), or preview the choices
with --list:
npx skills add responsivevoice/skills --skill responsivevoice-php # one skill
npx skills add responsivevoice/skills --skill '*' # all of them
npx skills add responsivevoice/skills --list # preview, pick interactively| Skill | Teaches |
|---|---|
responsivevoice-text-to-speech |
Install + run TTS via the browser library, REST API, or the SDKs |
responsivevoice-php |
Call TTS from PHP with the Composer SDK — framework-free + Laravel |
responsivevoice-web-player |
Add and configure the on-page article web player |
responsivevoice-text-to-speech covers the browser library (@responsivevoice/core), the
Node REST client (@responsivevoice/api-client), and the REST API — plus the demo /
API-key / API-secret authentication model. It routes PHP tasks to responsivevoice-php and
points at the REST API for languages whose native SDKs are not published yet.
responsivevoice-php covers the official Composer SDK (responsivevoice/sdk) — installing
it, synthesizing to an MP3, listing voices, and wiring it into Laravel.
responsivevoice-web-player covers the drop-in article reader — theme, layout, controls,
mini-player, paragraph highlighting, narration exclusions, and imperative mount().
Skills install independently (--skill <name>), so each one stands alone rather than
depending on another.
Every skill here ends with the same verbatim ## Fetching the docs block, pointing agents at
the Markdown docs (.md twin, llms.txt, llms-full.txt) instead of HTML. Carry it into any
new skill unchanged.
- Documentation: https://docs.responsivevoice.org
- API spec: https://texttospeech.responsivevoice.org/openapi.json
- Support: support@responsivevoice.org
MIT — see LICENSE.