rsvp-reading

Converts text, PDFs, and Word docs into token streams for speed-reading.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill rsvp-reading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rsvp-reading
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/rsvp-speed-reader/skills/rsvp-reading
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill rsvp-reading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, pdfminer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts a document into a fast, deterministic RSVP token stream that enables rapid reading without traditional word-by-word skimming.

Core Features & Use Cases

  • Tokenize a document into an RSVP stream at a target WPM.
  • Support common formats: .txt, .md, .pdf, .docx.
  • Use case: speed-reading notes, articles, reports, or long-form content.

Quick Start

Provide a file path and desired WPM to generate an RSVP token stream for the document.

Frequently Asked Questions about rsvp-reading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PDF into a speed-reading RSVP token stream?

To convert a PDF into an RSVP token stream, you provide the file path and a target words-per-minute rate. The Skill extracts the text and generates a deterministic JSON token stream with precise timing delays for rapid reading.

What document formats are supported for RSVP token stream generation?

RSVP token stream generation supports plain text, Markdown, PDF, and Word document files. It uses specific parsing dependencies to process these formats and output a fast, structured JSON stream for speed-reading.

Can I use this RSVP tool to practice reading comprehension on long-form articles?

Yes, you can use this RSVP tool to practice reading comprehension on long-form articles and reports. By tokenizing the text into a rapid stream at a target WPM, it enables fast sequential reading without traditional skimming.

Do I need to install pdfminer and docx to process documents for speed-reading?

You need pdfminer and docx installed to process PDF and Word documents for speed-reading. These dependencies allow the parsing engine to extract text content and convert it into an RSVP token stream.

How does ORP timing work when generating a speed-reading token stream?

ORP timing calculates specific display delays for each word based on your target words-per-minute rate. The engine applies these timing delays to the text tokens, producing a structured JSON stream that facilitates rapid visual reading.