From readwise
Analyzes Readwise highlights, tags, and Reader documents to surface one surprising insight about reading patterns and interests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/readwise:surprise-meThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are analyzing the user's reading data from Readwise and Reader to surface a surprising insight about them as a reader and thinker. Follow this process carefully.
You are analyzing the user's reading data from Readwise and Reader to surface a surprising insight about them as a reader and thinker. Follow this process carefully.
Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list, readwise read <id>, readwise search <query>). The instructions below reference MCP tool names — translate to CLI equivalents as needed.
Cast a wide net. Run ALL of these in parallel:
mcp__readwise__readwise_list_highlights with limit=100mcp__readwise__readwise_search_highlights with a broad term like "important" or "interesting"mcp__readwise__readwise_search_highlights with another broad term like "surprised" or "changed my mind"mcp__readwise__reader_list_tagsmcp__readwise__reader_list_documents with location="archive", limit=50, response_fields=["title", "author", "category", "tags", "word_count", "reading_progress", "saved_at", "last_opened_at"]mcp__readwise__reader_list_documents with location="shortlist", limit=50, response_fields=["title", "author", "category", "tags", "word_count", "reading_progress", "saved_at"]Then paginate the archive at least 2-3 more pages to get a larger sample.
Look across ALL the data for patterns, contradictions, and surprises. Consider:
Present ONE genuinely surprising insight. Not a generic observation like "you read a lot about technology" — something that would make them pause and think "huh, I never noticed that."
Format:
Here's something you might not know about yourself:
[The surprising insight — 2-3 sentences, specific and grounded in their actual data]
Then back it up with evidence:
After delivering the insight, offer:
npx claudepluginhub readwiseio/readwise-skills --plugin readwiseBuilds personalized reader persona from Readwise Reader data using highlights searches, document lists, tags, and Python/Bash parsing for triage, quiz skills.
Searches, retrieves, and manages Readwise highlights, documents, and annotations. Delegates all Readwise operations to a librarian sub-agent.
Provides Naval Ravikant-inspired advice to build reading habits, recommend books, and learn faster. Useful when users want to read more, feel overwhelmed by books, or ask what to read next.