Skip to content

This documentation ships a machine-readable layer for LLMs and AI agents. Every page is available as plain text and Markdown, with curated bundles for whole-site ingestion.

Teach your coding agent to install and run ResponsiveVoice with one command:

Terminal window
npx skills add responsivevoice/skills

It installs into Claude Code, Cursor, GitHub Copilot, Gemini CLI, and other agents that read filesystem Agent Skills, covering the browser library, REST API, and language SDKs.

Fetching one topic? Use a section bundle or /llms-small.txt. Reserve /llms-full.txt for whole-corpus ingestion — it is large and ends with the full generated API reference.

Append .md to any documentation URL to get its Markdown source — for example, /getting-started/installation.md.

You don't need to know these URLs in advance — agents and crawlers can find them automatically:

  • Every page links to them. Each page's <head> includes <link rel="alternate"> tags pointing to /llms.txt and /llms.md, so fetching any page reveals the machine-readable versions.
  • /llms.txt sits at the site root, following the llmstxt.org convention — the standard place agents look first.
  • robots.txt allows crawling and lists the sitemap (/sitemap-index.xml) and the llms.* files.