Jump to related tools in the same category or review the original source on GitHub.

Notes & PKM @refrigerator Updated 2/26/2026

📚 Readwise OpenClaw Skill - ClawHub

Do you want your AI agent to automate Readwise workflows? This free skill from ClawHub helps with notes & pkm tasks without building custom tools from scratch.

What this skill does

Access Readwise highlights and Reader saved articles

Install

npx clawhub@latest install readwise

Full SKILL.md

Open original
namedescriptionhomepage
readwiseAccess Readwise highlights and Reader saved articleshttps://readwise.io

Readwise & Reader Skill

Access your Readwise highlights and Reader saved articles.

Setup

Get your API token from: https://readwise.io/access_token

Set the environment variable:

export READWISE_TOKEN="your_token_here"

Or add to ~/.clawdbot/clawdbot.json under "env".

Readwise (Highlights)

List books/sources

node {baseDir}/scripts/readwise.mjs books [--limit 20]

Get highlights from a book

node {baseDir}/scripts/readwise.mjs highlights [--book-id 123] [--limit 20]

Search highlights

node {baseDir}/scripts/readwise.mjs search "query"

Export all highlights (paginated)

node {baseDir}/scripts/readwise.mjs export [--updated-after 2024-01-01]

Reader (Saved Articles)

List documents

node {baseDir}/scripts/reader.mjs list [--location new|later|archive|feed] [--category article|book|podcast|...] [--limit 20]

Get document details

node {baseDir}/scripts/reader.mjs get <document_id>

Save a URL to Reader

node {baseDir}/scripts/reader.mjs save "https://example.com/article" [--location later]

Search Reader

node {baseDir}/scripts/reader.mjs search "query"

Notes

  • Rate limits: 20 requests/minute for Readwise, varies for Reader
  • All commands output JSON for easy parsing
  • Use --help on any command for options
Original URL: https://github.com/openclaw/skills/blob/main/skills/refrigerator/readwise

Related skills

If this matches your use case, these are close alternatives in the same category.