A powerful bridge between your personal knowledge management system and your AI agent, enabling programmatic access to Readwise and Reader data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install readwise
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install readwise using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Readwise and Reader skill provides a comprehensive interface to interact with the Readwise ecosystem directly from your terminal. It allows users to programmatically retrieve highlights from books, search through curated knowledge bases, and manage the Reader inbox. By integrating this into Openclaw Skills, developers and researchers can leverage their existing reading data directly within their AI-powered workflows, transforming static highlights into actionable insights and automated research pipelines.
First, obtain your API token from the Readwise access page: https://readwise.io/access_token.
Set the environment variable in your terminal:
export READWISE_TOKEN="your_token_here"
Alternatively, you can add the token to your local configuration at ~/.clawdbot/clawdbot.json under the "env" key. Ensure you have Node.js installed to run the scripts provided in the Openclaw Skills package.
The skill interacts with two primary data objects: Highlights and Documents. Data is returned as JSON with the following structure:
| Object | Key Fields |
|---|---|
| Books | ID, Title, Author, Source, Highlight Count |
| Highlights | ID, Text, Note, Book ID, Created At |
| Reader Docs | ID, URL, Title, Location (new/later/archive), Category |
Loading
A specialized utility for converting raw Telegram Desktop JSON exports into polished, long screenshot-style images using Openclaw Skills.

A precision material takeoff tool for calculating fencing components including posts, rails, pickets, and hardware for wood, vinyl, and aluminum projects.

An AI-powered script optimizer that converts narrative plots into structured 9-segment visual scripts specifically for Seedance video generation.

A natural-language personal assistant that captures events into a git-synced workspace and schedules automated Telegram notifications.

A comprehensive skill for controlling macOS applications and automating GUI interactions through the Accessibility API.

A high-efficiency utility to scrape and structure tech event data from lu.ma for any global city without requiring authentication.








































