From sundial-org-awesome-openclaw-skills-4
Access Readwise highlights and Reader saved articles via CLI commands. List books, search and export highlights, manage Reader documents, and save URLs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:readwiseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Access your Readwise highlights and Reader saved articles.
Access your Readwise highlights and Reader saved articles.
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".
node {baseDir}/scripts/readwise.mjs books [--limit 20]
node {baseDir}/scripts/readwise.mjs highlights [--book-id 123] [--limit 20]
node {baseDir}/scripts/readwise.mjs search "query"
node {baseDir}/scripts/readwise.mjs export [--updated-after 2024-01-01]
node {baseDir}/scripts/reader.mjs list [--location new|later|archive|feed] [--category article|book|podcast|...] [--limit 20]
node {baseDir}/scripts/reader.mjs get <document_id>
node {baseDir}/scripts/reader.mjs save "https://example.com/article" [--location later]
node {baseDir}/scripts/reader.mjs search "query"
--help on any command for optionsnpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Accesses Readwise highlights and Reader documents via CLI for searching, listing, reading, and creating highlights from the command line. Useful for terminal integration with reading libraries.
List, search, save, update, and delete Readwise Reader documents via CLI. Manages document library with filtering, tagging, and bulk operations.
Interacts with Raindrop.io bookmarks service via its REST API using curl and jq. Covers CRUD for collections, raindrops, tags, highlights, filters, import/export, and backups.