# speed

> Launches an RSVP speed reader to display text one word at a time with Spritz-style highlighting.

- Skill: `nimoqup046-collab/speed` (Agent Skill)
- Install (CLI): `npx skillmds add nimoqup046-collab/speed`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nimoqup046-collab/speed/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Tags: Html, Rsvp, Speed Reading, Spritz, Text Display
- Author: nimoqup046-collab (https://skillmd.com/u/nimoqup046-collab)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/nimoqup046-collab/speed

---


# 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

