cm-readit

Integrate TTS reading, MP3 playback, and voice CRO triggers into web pages.

48|23|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/tody-agent/codymaster --skill cm-readit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cm-readit
Source: https://github.com/tody-agent/codymaster/tree/main/skills/cm-readit
Command: npx skills add https://github.com/tody-agent/codymaster --skill cm-readit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web accessibility and engagement can be hindered when users can't or won't read text. cm-readit enables on-page audio experiences by combining TTS reading, a pre-recorded MP3 audio player, and Voice CRO triggers.

Core Features & Use Cases

  • TTS Reading (SpeechSynthesis API) for on-page content with language and voice selection.
  • Audio Player for pre-recorded MP3s (podcasts, guides, promos) with basic controls.
  • Voice CRO triggers (bottom sheet prompts and CTAs) to surface narrated content and drive conversions.
  • Use cases include blogs, documentation pages, product detail pages, and onboarding flows that benefit from listening.

Quick Start

Enable the TTS reader, audio player, and Voice CRO triggers on your site and let users start listening with a single user gesture.

Frequently Asked Questions about cm-readit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add text-to-speech read-aloud functionality to a web page?

This Skill enables on-page TTS reading using the SpeechSynthesis API, supporting language and voice selection to make web content accessible through audio without external dependencies.

Can I use a pre-recorded MP3 audio player alongside TTS on the same site?

Yes, you can integrate a pre-recorded MP3 audio player with basic controls alongside TTS reading to playback podcasts, guides, and promos within blogs, documentation, and onboarding flows.

What are voice CRO triggers and how do they drive conversions on product pages?

Voice CRO triggers are bottom sheet prompts and CTAs that surface narrated content to guide users toward conversions. They drive conversions on product detail pages by prompting actions during the audio experience.

Do I need external dependencies to implement web audio playback and speech synthesis?

No external dependencies are required for TTS, MP3 playback, and per-page configuration. The implementation provides accessible read-aloud audio experiences using native web audio technologies.

Does the browser SpeechSynthesis API require a user gesture to start reading aloud?

Yes, the SpeechSynthesis API requires a single user gesture to start reading aloud. This web audio implementation lets users initiate listening to on-page content immediately after interacting with the page.