← 返回 Skills 市场
Readwise & Reader
作者
refrigerator
· GitHub ↗
· v1.0.0
2618
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install readwise
功能描述
Access Readwise highlights and Reader saved articles
安全使用建议
This skill appears to do only what it claims: interact with Readwise/Reader using your READWISE_TOKEN and Node. Before installing: (1) confirm you trust the skill source/owner; (2) only provide a Readwise API token (do not reuse more privileged credentials); (3) avoid storing the token in world-readable/shared files — if you put it in ~/.clawdbot/clawdbot.json, ensure correct file permissions; (4) verify you have a Node version with global fetch (Node 18+), or run the scripts in an environment you control; (5) if you want extra assurance, inspect the two included .mjs files locally — they only contact readwise.io and output JSON. If any registry metadata is shown to require no env vars, prefer the SKILL.md and code as the source of truth and proceed accordingly.
功能分析
Type: OpenClaw Skill
Name: readwise
Version: 1.0.0
The skill bundle provides legitimate client scripts for interacting with the Readwise and Readwise Reader APIs. It correctly retrieves the `READWISE_TOKEN` from environment variables for authentication and makes all network requests to the official `readwise.io` domain. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The `SKILL.md` provides clear, functional instructions for using the skill without any harmful directives.
能力评估
Purpose & Capability
The scripts call Readwise API endpoints (https://readwise.io/api/v2 and /api/v3) and implement list/get/save/search/export operations described in the skill name/description. The only runtime requirement (READWISE_TOKEN) is appropriate for authenticating to Readwise. One small inconsistency: the registry metadata reported no required env vars or binaries, whereas SKILL.md metadata declares node and READWISE_TOKEN — the behavior in the included scripts matches the SKILL.md (they read READWISE_TOKEN and expect node).
Instruction Scope
SKILL.md instructs the agent/user to set READWISE_TOKEN and run the included node scripts; the scripts only make HTTP requests to readwise.io and output JSON. They do not read other environment variables, local files, or send data to third-party endpoints. Note: SKILL.md suggests storing the token in ~/.clawdbot/clawdbot.json, which is a user action that persists a secret — the skill itself does not auto-write that file.
Install Mechanism
There is no install spec (instruction-only deployment) and the package contains two small JS scripts. Nothing is downloaded from external URLs or installed automatically, so no high-risk install mechanism is present.
Credentials
The only credential used is READWISE_TOKEN, which is proportional and necessary for Readwise API access. The scripts do not request additional unrelated secrets. Again, registry metadata omission of this env var is inconsistent with SKILL.md and included code.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not modify other skills or system-wide agent settings. The only persistence vector called out is an instruction to optionally add the token to ~/.clawdbot/clawdbot.json — that is a user step to store a secret and not performed automatically by the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install readwise - 安装完成后,直接呼叫该 Skill 的名称或使用
/readwise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Access Readwise highlights, books, and Reader saved articles via CLI scripts
元数据
常见问题
Readwise & Reader 是什么?
Access Readwise highlights and Reader saved articles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2618 次。
如何安装 Readwise & Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install readwise」即可一键安装,无需额外配置。
Readwise & Reader 是免费的吗?
是的,Readwise & Reader 完全免费(开源免费),可自由下载、安装和使用。
Readwise & Reader 支持哪些平台?
Readwise & Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Readwise & Reader?
由 refrigerator(@refrigerator)开发并维护,当前版本 v1.0.0。
推荐 Skills