readwise-research
Installation
SKILL.md
readwise-research
Turn the user's Readwise library into a research desk. Find the most relevant documents and highlights for a topic, synthesize them into a structured memo, and only then propose any cleanup or organization actions.
Preflight
- Use the local
readwiseCLI for all retrieval and write operations in this skill. - Use
--jsonfor any command whose output you will inspect programmatically. - If the CLI is missing, install it with
npm install -g @readwise/cli. - If the CLI is present but unauthenticated, ask the user for a Readwise access token from
https://readwise.io/access_token, then runreadwise login-with-token <token>.