← 返回 Skills 市场
1788
总下载
3
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install readwise-api
功能描述
Manage Readwise highlights, books, daily review, and Reader documents (save-for-later / read-it-later). Use when the user wants to save articles or URLs to Reader, browse their reading list, search saved documents, review highlights, create or manage highlights and notes, check their daily review, list books/sources, or interact with Readwise/Reader in any way.
安全使用建议
This skill appears to do exactly what it says (managing Readwise/Reader items) and the bundled script only talks to readwise.io. However, the registry metadata omitted required items: the SKILL.md and scripts require a READWISE_TOKEN and the binaries curl and jq. Before installing, verify the source/trustworthiness of the skill author; confirm you are comfortable providing a READWISE_TOKEN (treat it as a secret) and consider generating a token with minimal scope. Inspect scripts/readwise.sh yourself to confirm no unexpected network calls beyond readwise.io, and ensure your environment has curl and jq available. Ask the publisher to update the registry metadata to declare READWISE_TOKEN as the primary credential and list required binaries; absent that, treat the mismatch as a warning and prefer a skill whose metadata matches its runtime requirements.
功能分析
Type: OpenClaw Skill
Name: readwise-api
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for using the Readwise API via the `scripts/readwise.sh` script, without any prompt injection attempts or instructions for the agent to deviate from its purpose. The `readwise.sh` script correctly uses `curl` to interact with the legitimate `readwise.io` API endpoints, requiring only the `READWISE_TOKEN` environment variable for authentication. JSON payloads are safely constructed using `jq --arg` to prevent injection, and there is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description match the included code: the bundled script talks only to Readwise (api.readwise.io) and Reader endpoints and implements document/highlight/book/review operations. However, the skill registry metadata claims no required environment variables or binaries while the SKILL.md and the included script clearly require READWISE_TOKEN and the presence of curl and jq. That mismatch is unexpected and should be corrected.
Instruction Scope
SKILL.md instructs use of the bundled CLI script and explicitly requires READWISE_TOKEN. The runtime instructions and examples only reference Readwise/Reader API endpoints and local CLI usage; they do not ask the agent to read unrelated files, system configuration, or send data to unknown endpoints. The script itself sets Authorization: Token ${READWISE_TOKEN} and makes calls only to readwise.io endpoints.
Install Mechanism
There is no external install specification; the skill is instruction-only plus a bundled shell script. No remote downloads or extract steps are present in the manifest, so nothing arbitrary is fetched during install.
Credentials
The script and SKILL.md require a READWISE_TOKEN (used as Authorization header) and the binaries curl and jq, but the registry metadata lists none of these as required (primaryEnv is none). This is a material inconsistency: a token is necessary for the described functionality and should be declared as the primary credential. The script does not request other secrets, though.
Persistence & Privilege
The skill is not always:true and does not request persistent system-wide privileges. It does not modify other skills or system configs. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install readwise-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/readwise-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Readwise skill, providing CLI integration for managing Readwise highlights and Reader documents.
- Save, list, search, update, and delete documents in Readwise Reader.
- Create, update, delete, and review highlights; manage books and daily reviews from your Readwise library.
- Tag articles, filter reading lists, and search both highlights and documents.
- All commands support JSON output, with optional pretty-printing.
- Includes API rate limits and supported categories/locations overview.
元数据
常见问题
Readwise & Reader API 是什么?
Manage Readwise highlights, books, daily review, and Reader documents (save-for-later / read-it-later). Use when the user wants to save articles or URLs to Reader, browse their reading list, search saved documents, review highlights, create or manage highlights and notes, check their daily review, list books/sources, or interact with Readwise/Reader in any way. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1788 次。
如何安装 Readwise & Reader API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install readwise-api」即可一键安装,无需额外配置。
Readwise & Reader API 是免费的吗?
是的,Readwise & Reader API 完全免费(开源免费),可自由下载、安装和使用。
Readwise & Reader API 支持哪些平台?
Readwise & Reader API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Readwise & Reader API?
由 gchapim(@gchapim)开发并维护,当前版本 v1.0.0。
推荐 Skills