seanzor/claude-speed-reader · Archived

speed

Launch RSVP speed reader for text

First seen Feb 20, 2026

Installation

$ npx skills add seanzor/claude-speed-reader --skill speed

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 17
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,028 B
  • docs SUMMARY.md 46 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 37 installs

SKILL.md

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

  1. Prepare the content:

- Strip markdown formatting (headers, bold, links, code blocks) - Keep clean, readable prose - Escape quotes and backslashes for JavaScript

  1. Write and launch:

- Read ~/.claude/skills/speed/data/reader.html - Replace <!-- CONTENTPLACEHOLDER --> with: ``html <script>window.SPEEDREADERCONTENT = "your escaped text";</script> <!-- CONTENTPLACEHOLDER --> ` - Run: open ~/.claude/skills/speed/data/reader.html`

  1. Confirm: Tell the user it's opening. Mention Space to play/pause.

Arguments

$ARGUMENTS