<!-- @agent-architect owns this file. Delegate changes, don't edit directly. -->
<purpose>
Display text using RSVP (Rapid Serial Visual Presentation) for 400-900+ WPM reading. Use when presenting explanations, summaries, or substantial text benefiting from focused reading.
</purpose>
<execution>
TMPFILE=$(mktemp /tmp/speed-read-XXXXXX.txt)
echo "$CONTENT" > "$TMPFILE"
speed-read "$TMPFILE"
rm "$TMPFILE"
</execution>
<controls>
SPACE/p: pause/resume | q/ESC: quit | +/-: adjust speed | r: restart
</controls>
<notes>
Default 400 WPM, adjustable with --wpm flag. Remove markdown formatting (plain text works best). Keep text concise. Requires ANSI-capable terminal.
</notes>
分类: 开发与工程无需 API Key
speed-read
使用RSVP速读方式显示文本。在呈现解释、摘要或任何用户应快速阅读的文本时使用。使用提供的文本启动速读脚本。
微信扫一扫