readwise

Manage highlights, books, and daily review queue via the Readwise API.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill readwise-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readwise
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/readwise
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill readwise-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines programmatic access to Readwise data, enabling quick retrieval and management of highlights, books, and daily reviews.

Core Features & Use Cases

  • List and search highlights
  • Add new highlights and notes
  • Retrieve today's daily review queue
  • List books and sources from your Readwise library

Quick Start

Authenticate with your Readwise token and fetch your latest highlights to verify access.

Frequently Asked Questions about readwise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate retrieving Readwise highlights using the API?

Automate retrieving Readwise highlights by making authenticated requests to the Readwise API v2. This Skill manages highlights by listing, searching by keyword, and retrieving today's daily review queue deterministically.

How can I add new notes and highlights to Readwise programmatically?

Add new highlights and notes programmatically by sending authorized API requests to the Readwise API v2. This Skill automates tagging notes and adding new highlights directly into your library using a valid access token.

Do I need a Readwise access token to manage my daily review queue?

Yes, you need a READWISE_ACCESS_TOKEN environment variable to manage your daily review queue. The Skill uses this token in the Authorization header to authenticate deterministic requests to the Readwise API.

Can I list books and sources from my Readwise library via API?

Yes, you can list books and sources from your Readwise library via API. This Skill automates listing books, articles, and sources by sending token-authenticated requests to the Readwise API v2 endpoint.

What is the best way to search Readwise highlights by keyword?

The best way to search Readwise highlights by keyword is through automated API requests. This Skill manages highlighting workflows by querying the Readwise API v2 with your access token to find specific keywords.

Why do my Readwise API requests fail to authenticate?

Readwise API requests fail to authenticate when the READWISE_ACCESS_TOKEN environment variable is missing or invalid. This Skill requires a valid token in the Authorization header for successful API access.