Launch RSVP speed reader for text
Scanned 9/19/2026
Install to Claude Code
npx -y skills add ibragimov-oasis/oasis-languages-jp --skill speed --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speed?
Add the live security badge to your README β it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ibragimov-oasis-speed)More formats (shields.io, HTML) on the badges page.
---
name: speed
description: Launch RSVP speed reader for text
trigger: command
risk: unknown
source: community
tools: Write, Bash, Read
tags:
- domain/skills
- artifact/skill
- source/skills-antigravity
---
# 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/workspace-config/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/workspace-config/claude/skills/speed/data/reader.html`
4. **Confirm:** Tell the user it's opening. Mention `Space` to play/pause.
## Arguments
$ARGUMENTS
## π Π‘Π²ΡΠ·ΠΈ
- [[MOC - Skills]] β Skills library
- [[skills/skills-antigravity]] β Category: skills-antigravity
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!