← 返回 Skills 市场
xinthink

Readwise Reader

作者 Yingxin Wu · GitHub ↗ · v0.2.3 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install readwise-reader
功能描述
Interact with Readwise Reader library to list, create, update, and delete documents. Use when the user wants to manage their saved articles, reading lists, o...
安全使用建议
This skill is coherent with its purpose, but before installing: (1) verify the READWISE_ACCESS_TOKEN you provide is limited to the Readwise account you intend to use, (2) inspect the included scripts yourself (they are plain Python) and only run pip install for the listed dependencies in a controlled environment (virtualenv/container), and (3) be aware that listing/printing operations will output your library data (which could be written to files if you use --output).
功能分析
Type: OpenClaw Skill Name: readwise-reader Version: 0.2.3 The skill bundle provides a legitimate set of tools for interacting with the Readwise Reader API. The Python scripts (e.g., `list_documents.py`, `create_document.py`, `utils.py`) implement standard API operations such as listing, creating, updating, and deleting documents using the official Readwise endpoint (https://readwise.io/api/v3). Authentication is handled via a user-provided environment variable (`READWISE_ACCESS_TOKEN`), and the code follows secure practices without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (Readwise Reader) align with required binaries (python, pip), the single required env var (READWISE_ACCESS_TOKEN), and the scripts which call Readwise's API (BASE_URL = https://readwise.io). All requested resources are appropriate for the stated functionality.
Instruction Scope
SKILL.md and the scripts only reference Readwise API endpoints, local payload files, and optional .env usage. The instructions do not attempt to read unrelated system files, other environment variables, or transmit data to unexpected endpoints. Scripts read user-provided payloads and may write output files as documented (expected behavior).
Install Mechanism
There is no formal install spec (instruction-only in registry) but the package includes runnable Python scripts and a requirements.txt (httpx, python-dotenv). Users must run pip install -r scripts/requirements.txt manually; this is low-risk but the absence of an automated install step means callers should inspect/verify dependencies before running.
Credentials
The single required env var is READWISE_ACCESS_TOKEN (declared as primaryEnv) and is used exclusively for authentication to the Readwise API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated system persistence, and does not modify other skills or system-wide agent settings. Autonomous invocation (default) is allowed but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install readwise-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /readwise-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
- Added homepage and metadata fields to the skill manifest for improved integration and discoverability. - Metadata now describes required binaries, environment variables, and a primary environment variable for authentication. - No changes to usage, command-line options, or main workflows.
v0.2.2
Initial Clawhub release with full Readwise Reader API integration including document management, bulk operations, and rate limit handling.
v0.2.1
Initial release to ClawHub: Full CRUD operations for Readwise Reader library with rate limit handling, JSON Lines streaming support, and comprehensive usage guide.
元数据
Slug readwise-reader
版本 0.2.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Readwise Reader 是什么?

Interact with Readwise Reader library to list, create, update, and delete documents. Use when the user wants to manage their saved articles, reading lists, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Readwise Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install readwise-reader」即可一键安装,无需额外配置。

Readwise Reader 是免费的吗?

是的,Readwise Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Readwise Reader 支持哪些平台?

Readwise Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Readwise Reader?

由 Yingxin Wu(@xinthink)开发并维护,当前版本 v0.2.3。

💬 留言讨论