ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill

speed

Launch RSVP speed reader for text

LLM Mart · 0 points · 19 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download sickn33-agentic-awesome-skills-skills_speed-286166a.zip · 1 KB
Part of sickn33/agentic-awesome-skills — 427 skills
This skill couldn't be refreshed from GitHub on the last check — you're seeing the last imported snapshot.

Install

skills CLI npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/speed
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
Git git clone https://github.com/sickn33/agentic-awesome-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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:

    • 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:
      <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

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.
Files (agentic-awesome-skills)
  • SKILL.md 1.6 KB
    ---
    name: speed
    description: Launch RSVP speed reader for text
    trigger: command
    risk: critical
    source: community
    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.
    
    ## 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:**
       - 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
    
    ## 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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related