Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ResponsiveVoice

ResponsiveVoice Agent Skills

Installable Agent Skills that teach AI agents how to install and run ResponsiveVoice text-to-speech.


Install

npx skills add responsivevoice/skills

Installs 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

What's inside

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.

Conventions

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.

Links

License

MIT — see LICENSE.

About

Cross-vendor coding-agent skills for the ResponsiveVoice text-to-speech (TTS) API

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors