speed

Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "speed" with this command: npx skills add seanzor/claude-speed-reader/seanzor-claude-speed-reader-speed

Speed Reader

Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.

Instructions

Get the text:

  • If $ARGUMENTS is provided, use that text

  • Otherwise, extract the main content from your previous response in this conversation

Prepare the content:

  • Strip markdown formatting (headers, bold, links, code blocks)

  • Keep clean, readable prose

  • Escape quotes and backslashes for JavaScript

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

Confirm: Tell the user it's opening. Mention Space to play/pause.

Arguments

$ARGUMENTS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

claude-speed-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

speed

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated