install
source · Clone the upstream repo
git clone https://github.com/SeanZoR/claude-speed-reader
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SeanZoR/claude-speed-reader "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/speed" ~/.claude/skills/seanzor-claude-speed-reader-speed && rm -rf "$T"
manifest:
.claude/skills/speed/SKILL.mdsource content
Speed Reader
Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.
Instructions
-
Get the text:
- If
is provided, use that text$ARGUMENTS - Otherwise, extract the main content from your previous response in this conversation
- If
-
Prepare the content:
- Strip markdown formatting (headers, bold, links, code blocks)
- Keep clean, readable prose
- Escape quotes and backslashes for JavaScript
-
Write and launch:
- Read
~/.claude/skills/speed/data/reader.html - Replace
with:<!-- CONTENT_PLACEHOLDER --><script>window.SPEED_READER_CONTENT = "your escaped text";</script> <!-- CONTENT_PLACEHOLDER --> - Run:
open ~/.claude/skills/speed/data/reader.html
- Read
-
Confirm: Tell the user it's opening. Mention
to play/pause.Space
Arguments
$ARGUMENTS