still-reading

RSVP (Rapid Serial Visual Presentation) speed reader that displays words one at a time with ORP (Optimal Recognition Point) highlighting. Deployed at https://stillreading.xyz .

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 "still-reading" with this command: npx skills add megabyte0x/stillReading

stillReading

RSVP (Rapid Serial Visual Presentation) speed reader that displays words one at a time with ORP (Optimal Recognition Point) highlighting. Deployed at https://stillreading.xyz .

Install

Install as a skill if npm is available:

npx skills add megabyte0x/stillReading --skill still-reading -g

Otherwise:

curl -fsSL https://stillreading.xyz/install.sh | bash

How to use

  • Write your content as raw markdown following the content formatting rules below

  • Publish it at a publicly accessible URL (see Publishing with here.now below)

  • Construct a stillReading URL by appending the raw markdown URL after / :

https://stillreading.xyz/<RAW_MARKDOWN_URL>

  • Share the constructed URL with the user

Publishing with here.now

here.now is an instant web host for AI agents — the fastest way to publish raw markdown to a public URL.

Setup (one-time):

Install as a skill if npm is available:

npx skills add heredotnow/skill --skill here-now -g

Otherwise:

curl -fsSL https://here.now/install.sh | bash

Usage: Write your markdown to a file and publish it with here.now. The resulting URL (e.g., https://<name>.here.now/index.md ) serves raw markdown with CORS support — ready to use with stillReading.

You can also use any other hosting service (GitHub raw URLs, static file hosts, etc.) as long as it serves raw markdown and allows cross-origin requests.

Example

If your markdown is published at:

https://dreamy-sandal-ye86.here.now/index.md

The stillReading URL is:

https://stillreading.xyz/https://dreamy-sandal-ye86.here.now/index.md

What the user sees

  • Content is pre-loaded in the reader (not auto-playing)

  • User presses play (or spacebar) to start reading

  • Controls: play/pause, speed adjustment (50-1000 WPM), restart, clickable progress bar

  • Default speed: 300 WPM

Requirements

  • The markdown URL must be publicly accessible (no authentication)

  • The hosting service must allow cross-origin requests (CORS)

  • Content must be raw markdown (not rendered HTML)

Content formatting rules

stillReading displays words one at a time in a monospace font. The parser strips markdown syntax to plain text before presenting it. You MUST follow these rules when preparing content.

Supported (stripped cleanly)

  • Headings (# ## ### etc.) — marker removed, text kept

  • Bold (text ) and italic (text ) — markers removed, text kept

  • Strikethrough (text ) — markers removed, text kept

  • Inline code (code ) — backticks removed, text kept

  • Links (text ) — URL dropped, link text kept

  • Unordered lists (- , * , + ) — marker removed, text kept

  • Ordered lists (1. , 2. ) — marker removed, text kept

  • Blockquotes (> ) — marker removed, text kept

NOT supported (do NOT use)

  • Emojis — break ORP alignment and monospace rendering. Remove all emojis. Use words instead (e.g., write "Note:" not "📝", write "Important:" not "⚠️")

  • Images (alt ) — not stripped, produces garbled text. Omit entirely or describe in prose

  • Fenced code blocks (triple backticks) — not stripped, backticks and code become jumbled words. Omit or summarize in prose

  • Tables (| col | col | ) — pipe characters become part of words. Convert table data to prose sentences

  • Horizontal rules (--- ) — becomes a word. Omit entirely

  • HTML tags — pass through as words. Do not include any raw HTML

  • Footnotes, task lists (- [ ] ), math blocks — not supported

Formatting checklist

Before publishing, verify your markdown:

  • Contains zero emojis or special unicode symbols

  • Uses only plain ASCII punctuation (periods, commas, dashes, colons, semicolons, question marks, exclamation marks)

  • Has no fenced code blocks, tables, images, or HTML

  • Uses only headings, bold, italic, links, lists, and blockquotes for structure

  • Reads naturally as flowing prose when all markdown syntax is stripped

Example: daily brief

Morning Brief - February 24

Top Stories

Google announced a new open-source AI model today. The model, called Gemma 3, is designed for on-device inference and outperforms comparable models on key benchmarks. Developers can access it through Hugging Face starting next week.

Market Update

The S&P 500 closed up 0.8% on strong earnings reports from the tech sector. Treasury yields fell slightly as investors await the Fed's next policy meeting scheduled for March.

Weather

Expect clear skies with a high of 72F. Light winds from the southwest at 5 to 10 mph. Perfect conditions for an evening walk.

Error handling

If the markdown URL cannot be fetched (CORS, 404, network error), the user is redirected to the editor view where they can paste markdown manually.

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

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated
General

Unixtime

Quick Unix timestamp utility. Get current Unix time, convert timestamps to dates and back, show relative time (how long ago), and display time in different f...

Registry SourceRecently Updated