readwise-reader
Installation
SKILL.md
Readwise Reader Skill
Use this skill to script workflows against the Readwise Reader product (saved articles, feeds, PDFs, newsletters).
Quick start
- Generate a token from https://readwise.io/access_token and store it in
READWISE_TOKEN. - Call
uv run --project ${CLAUDE_PLUGIN_ROOT} python ${CLAUDE_PLUGIN_ROOT}/skills/readwise-reader/scripts/reader_client.py ...whenever possible; it handles retries,.generatedtagging, and--dry-runagainst the/api/v3endpoints. - Respect Reader's tighter rate limits (20 req/min). The CLI surfaces remaining budget whenever headers are present; throttle accordingly.
Example workflows
- "Save this article to Reader for later" — uses
docs createwith a URL - "Show me what's new in my Reader inbox" — uses
docs list --category new - "Archive everything I've finished reading this week" — uses
docs pull+docs update --state archive
Related skills