# Readwise AI Skills Pre-built [[AI Agent Skills]] for [[Readwise]] and Reader data. Work with the [[Readwise CLI]] or [[Readwise MCP Server]] as the backend. Compatible with [[Claude Code]], Codex, OpenCode, Cursor, and other AI agents. ## Installation ```bash # Via Readwise CLI (Claude Code) npx @readwise/cli skills install claude # Via npx skills (any agent) npx skills add readwiseio/readwise-skills # Via Claude Code plugin system /plugin marketplace add readwiseio/readwise-skills /plugin install readwise@readwise-skills ``` Manual: copy the `skills/` directory to `~/.claude/skills/` or `.claude/skills/`. ## Available skills | Skill | Description | |-------|-------------| | readwise-cli | Teaches the agent how to use the Readwise CLI | | readwise-mcp | Teaches the agent how to use the Readwise MCP tools | | triage | Walk through inbox one article at a time; AI tells you what's worth reading and why | | feed-catchup | Skim Reader feed in batches (RSS, newsletters, Twitter digests); pull out gems, mark rest as seen | | quiz | Test yourself on something you just read; graded like a smart colleague | | book-review | Draft a long-form book review from highlights, synthesizing with broader reading history | | reader-recap | Conversational briefing on recent reading: what you finished, highlighted, and noted | | surprise-me | Analyze reading history and surface something surprising about your patterns | | highlight-graph | Visualize highlights as an interactive 2D graph showing cross-source idea connections | | now-reading-page | Generate a "What I'm Reading" webpage for your personal site | | build-persona | Build a reading profile from highlights, tags, and history; powers personalization for other skills | ## Personalization Run `build-persona` first to generate a `reader_persona.md` file. Other skills (triage, feed-catchup, quiz) read this to personalize output to your interests, goals, and reading style. ## References - GitHub: https://github.com/readwiseio/readwise-skills ## Related - [[Readwise]] - [[Readwise CLI]] - [[Readwise MCP Server]] - [[AI Agent Skills]] - [[Claude Code Skills]] - [[Claude Code]]