From sundial-org-awesome-openclaw-skills-4
Access Readwise highlights and Reader saved articles via Node.js CLI scripts. List/search/export books and highlights; manage documents with save/get/search.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Access your Readwise highlights and Reader saved articles.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 options