Back to skills
SkillHub ClubShip Full StackFull Stack

speed

Launch RSVP speed reader for text

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
13
Hot score
85
Updated
March 19, 2026
Overall rating
C2.0
Composite score
2.0
Best-practice grade
B81.2

Install command

npx @skill-hub/cli install seanzor-speed

Repository

SeanZoR/claude-speed-reader

Skill path: .claude/skills/speed

Launch RSVP speed reader for text

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: SeanZoR.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install speed into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/SeanZoR/claude-speed-reader before adding speed to shared team environments
  • Use speed for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
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
speed | SkillHub