🇺🇸 English🇨🇳 中文
SkillsNav
Home

speed

GeneralN/AClaude

How to Install

This skill comes from a community source. Check the original listing for install instructions.

General Claude Code install: copy SKILL.md to ~/.claude/skills/

Speed Reader

Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.

When to Use

  • You want to launch the RSVP speed reader for text in the current session.
  • The task is to turn either provided text or the assistant's prior response into a word-by-word reading view.
  • You need a quick reading aid rather than a document transformation or summary.

Instructions

  1. Get the text:
  2. If $ARGUMENTS is provided, use that text
  3. Otherwise, extract the main content from your previous response in this conversation

  4. Prepare the content:

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

  8. Write and launch:

  9. Read ~/.claude/skills/speed/data/reader.html
  10. Replace <!-- CONTENT_PLACEHOLDER --> with: html <script>window.SPEED_READER_CONTENT = "your escaped text";</script> <!-- CONTENT_PLACEHOLDER -->
  11. Run: open ~/.claude/skills/speed/data/reader.html

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

Arguments

$ARGUMENTS

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Details

Category Other → General
Sourcecommunity
StarsN/A
Risk LevelN/A

Related Skills