Launch RSVP speed reader for text
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill speed --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speed?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-speed)More formats (shields.io, HTML) on the badges page.
---
author: luo-kai
name: speed
description: Launch RSVP speed reader for text
trigger: command
tools: Write, Bash, Read
---
# Speed Reader
Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.
## Instructions
1. **Get the text:**
- If `$ARGUMENTS` is provided, use that text
- Otherwise, extract the main content from your **previous response** in this conversation
2. **Prepare the content:**
- Strip markdown formatting (headers, bold, links, code blocks)
- Keep clean, readable prose
- Escape quotes and backslashes for JavaScript
3. **Write and launch:**
- Read `~/.claude/skills/speed/data/reader.html`
- Replace `<!-- CONTENT_PLACEHOLDER -->` with:
```html
<script>window.SPEED_READER_CONTENT = "your escaped text";</script>
<!-- CONTENT_PLACEHOLDER -->
```
- Run: `open ~/.claude/skills/speed/data/reader.html`
4. **Confirm:** Tell the user it's opening. Mention `Space` to play/pause.
## Arguments
$ARGUMENTS
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...