rsvp

rsvp is a skill for Claude Code from EvanBacon/agent-rsvp. It costs 69 tokens per session (447 once invoked), scanned A, original, MIT.

A speed-reading tool that displays text one word at a time in a terminal window. RSVP means rapid serial visual presentation, a method for reading text quickly.

In plain words
What is it for?
Use it to speed-read the most recent plan or a file the user names, with controls for changing speed, pausing, changing mode, and quitting.
Why use it?
It gives you a focused way to read a long plan or chosen file without scanning a full page at once.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the ExitPlanMode tool; mentions Claude Code.

Part of the agent-rsvp plugin — 1 skill shipped together

Good fit Use it to speed-read the most recent plan or a file the user names, with controls for changing speed, pausing, changing mode, and quitting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evanbacon/agent-rsvp/rsvp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EvanBacon/agent-rsvp --skill rsvp
Clone the repo
git clone --depth 1 https://github.com/EvanBacon/agent-rsvp

Made for: Claude Code.

Or install agent-rsvp, the plugin that ships this one along with the rest of its 1 skill.

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 rsvp

README.md
[![agentmods](https://agentmods.dev/badge/skills/evanbacon/agent-rsvp/rsvp.svg)](https://agentmods.dev/skills/evanbacon/agent-rsvp/rsvp)
Your own site
<a href="https://agentmods.dev/skills/evanbacon/agent-rsvp/rsvp"><img src="https://agentmods.dev/badge/skills/evanbacon/agent-rsvp/rsvp.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00069 $0.00447
Opus 5 $0.00034 $0.00224
Sonnet 5 $0.00014 $0.00089
Haiku 4.5 $0.00007 $0.00045

Measured 8d ago against content hash 20f3ffb69997, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

rsvp 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 8d 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.

.claude/skills/rsvp/SKILL.md · 38 lines

What it actually says

Speed-read in a new window

The launcher below runs immediately via the ! inline-bash syntax, so when a file is given it opens the reader without any extra round-trips:

!if [ -n "$ARGUMENTS" ]; then npx -y agent-rsvp -o $ARGUMENTS; else echo "NO_ARGS — no file given, use the recent plan"; fi

What to do next

  • If the launcher opened a window above (a file/args were given): just tell the user it opened in a new window and remind them of the keys — ←/→ speed, space pause, m mode, q quit. You're done.

  • If it printed NO_ARGS: no file was given, so speed-read the plan. Take the most recent plan you presented in this conversation (the markdown body from your last ExitPlanMode), write it verbatim to /tmp/rsvp-plan-$(date +%s).md with the Write tool, then launch it:

    npx -y agent-rsvp -o <that-file>
    

    Then share the controls as above.

Notes

  • The reader is a full-screen TUI, so the launcher opens it in its own Terminal window — never try to run it inline in Claude Code's terminal.
  • Default speed is 600 wpm; pass -w <wpm> in the arguments to change it.
  • If the launcher prints a fallback command (non-macOS), relay it to the user.
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. 8d ago First seen · 38 lines · 69 tokens per session scan A 20f3ffb69997

Subscribe to this mod's changes

rsvp is a skill published in the GitHub repository EvanBacon/agent-rsvp (23 stars, last pushed 3mo ago), licensed MIT. It adds 69 tokens to every session and 447 once invoked, about $0.0003 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.