now-reading-page
You are generating a beautiful standalone HTML page showing what the user is currently reading and has recently read. The output is a single HTML file they can open in a browser or host on their personal site.
Readwise Access
Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list, readwise read <id>). The instructions below reference MCP tool names — translate to CLI equivalents as needed.
Process
Launch a Task subagent to fetch all the data and generate the HTML file. The subagent should:
1. Fetch Data
Run ALL of these in parallel:
- Shortlist:
mcp__readwise__reader_list_documentswithlocation="shortlist",limit=50,response_fields=["title", "author", "category", "reading_progress", "first_opened_at", "last_opened_at", "image", "url", "site_name", "word_count", "saved_at"] - Later:
mcp__readwise__reader_list_documentswithlocation="later",limit=50,response_fields=["title", "author", "category", "reading_progress", "first_opened_at", "last_opened_at", "image", "url", "site_name", "word_count", "saved_at"] - Inbox:
mcp__readwise__reader_list_documentswithlocation="new",limit=50,response_fields=["title", "author", "category", "reading_progress", "first_opened_at", "last_opened_at", "image", "url", "site_name", "word_count", "saved_at"] - Archive page 1:
mcp__readwise__reader_list_documentswithlocation="archive",limit=50,response_fields=["title", "author", "category", "reading_progress", "last_opened_at", "image", "url", "site_name", "saved_at", "word_count"]
More from readwiseio/readwise-skills
book-review
Draft a long-form book review from your Reader highlights — synthesizing the book with your broader reading history to generate original arguments
346quiz
Quiz yourself on documents you've recently read to test understanding and retention
317reader-recap
Conversational briefing on your recent reading — what you finished, what you highlighted, and what you had to say about it
312readwise-cli
How to use the Readwise CLI — access highlights, documents, and your entire reading library from the command line
308triage
Triage Reader inbox one doc at a time with personalized pitches
302build-persona
Build a personalized reading profile from your Readwise Reader data, used by triage, quiz, and other skills
298