← Back to list

readwise
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 Jan 24, 2026
SKILL.md
name: readwise description: Access Readwise highlights and Reader saved articles homepage: https://readwise.io metadata: {"clawdbot":{"emoji":"📚","requires":{"bins":["node"],"env":["READWISE_TOKEN"]},"primaryEnv":"READWISE_TOKEN"}}
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
--helpon any command for options
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

