now-reading-page

Generate a standalone HTML page of current and recently read Readwise items.

Updated May 18, 2018
One-click install
npx skills add https://github.com/812lcl/dotfiles --skill now-reading-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: now-reading-page
Source: https://github.com/812lcl/dotfiles/tree/main/.agents/skills/now-reading-page
Command: npx skills add https://github.com/812lcl/dotfiles --skill now-reading-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool generates a beautiful standalone HTML page that shows what you are currently reading and what you have recently finished, helping you share and reflect on your reading activity.

Core Features & Use Cases

  • Generates a personal Now Reading page from your Readwise Reader library using data from Readwise (or MCP tools when available) and outputs a single HTML file.
  • Provides two sections: Currently Reading (in-progress items) and Recently Read (completed items), with a responsive, elegant layout.
  • Easily host or open the generated page locally, or publish it on a personal site to showcase reading activity.

Quick Start

Generate the HTML page at now-reading/index.html from your Readwise data.

Frequently Asked Questions about now-reading-page

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

FAQPage Schema
How do I generate a standalone HTML page from my Readwise Reader library?

Generate a standalone HTML page from Readwise Reader data by pulling title, author, image, and last_read fields via MCP tools or CLI. The skill outputs a single index.html file showing current reads and recently completed items in a responsive layout.

Can I create a personal reading progress log without manual HTML coding?

Create a personal reading progress log automatically by supplying Readwise data to this skill. It processes your reading activity and writes a complete, visually warm HTML file to now-reading/index.html without requiring manual HTML coding.

Does this tool require MCP tools to access Readwise data?

MCP tools are not strictly required to access Readwise data. The skill applies when Readwise data is accessible via MCP tools or CLI, pulling necessary fields like title and last_read date to populate the generated page.

What's the best way to share my reading list from Readwise Reader publicly?

Share your reading list by generating a standalone HTML page with this skill. Host the output file locally or publish the now-reading/index.html on a personal site to showcase your reading activity with sections for currently reading and recently read items.

How does the generated page display reading progress from Readwise?

The generated page displays reading progress by separating items into two sections: Currently Reading for in-progress items and Recently Read for completed items. It uses a responsive, elegant layout populated with fields like title, author, image, and last_read date.

What limitations exist when generating a Now Reading page from Readwise data?

Limitations include dependency on accessible Readwise data via MCP tools or CLI. The skill outputs a single static HTML file, meaning dynamic updates require re-running the generation process to reflect new reading activity or progress changes.