claude-speed-reader: Skill for Claude Code

.claude/skills/speed/SKILL.md

speed is a skill for Claude Code from SeanZoR/claude-speed-reader. It costs 8 tokens per session (259 once invoked), scanned A, original, MIT.

A skill that opens a speed-reading view for text, showing one word at a time with the reading focus highlighted.

In plain words
What is it for?
Displaying supplied text or the previous response in a speed reader, with controls to pause and change reading speed.
Why use it?
It turns a long response into a format designed for rapid reading, reducing the need to scan across lines of text.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

This is SeanZoR/claude-speed-reader's own configuration. It tells Claude Code how to work on claude-speed-reader itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-speed-reader configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SeanZoR/claude-speed-reader. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SeanZoR/claude-speed-reader/main/.claude/skills/speed/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SeanZoR/claude-speed-reader

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speed

README.md
[![agentmods](https://agentmods.dev/badge/skills/seanzor/claude-speed-reader/speed.svg)](https://agentmods.dev/skills/seanzor/claude-speed-reader/speed)
Your own site
<a href="https://agentmods.dev/skills/seanzor/claude-speed-reader/speed"><img src="https://agentmods.dev/badge/skills/seanzor/claude-speed-reader/speed.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 259 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00008 $0.00259
Opus 5 $0.00004 $0.00130
Sonnet 5 $0.00002 $0.00052
Haiku 4.5 $0.00001 $0.00026

Measured 6d ago against content hash a074171a9f1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

speed scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • speed — 100% identical, 0 lines differ
.claude/skills/speed/SKILL.md · 36 lines

What it actually says

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

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 36 lines · 8 tokens per session scan A a074171a9f1b

Subscribe to this mod's changes

speed is a skill published in the GitHub repository SeanZoR/claude-speed-reader (16 stars, last pushed 7mo ago), licensed MIT. It adds 8 tokens to every session and 259 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.