← 返回 Skills 市场
1881
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install readeck
功能描述
Readeck integration for saving and managing articles. Supports adding URLs, listing entries, and managing bookmarks via Readeck's API. Configure custom URL and API key per request or via environment variables READECK_URL and READECK_API_KEY.
安全使用建议
This instruction-only skill appears to implement legitimate Readeck API calls, but the package metadata omits the READECK_URL/READECK_API_KEY declaration and the skill has no listed source or homepage. Before installing or providing credentials: (1) verify the skill publisher and request source code or a homepage; (2) avoid putting a production API key in a global environment variable—prefer per-request keys or a limited-scope/ephemeral key; (3) ensure READECK_URL points to a trusted Readeck instance (attacker-controlled URLs could receive your API key and saved content); and (4) if you need stronger assurance, ask the publisher to update the registry metadata to declare READECK_URL and READECK_API_KEY as required/primary credentials and provide a link to audited source code. If you cannot verify the author, treat the skill as untrusted and do not supply sensitive credentials.
功能分析
Type: OpenClaw Skill
Name: readeck
Version: 0.1.0
The skill bundle provides a straightforward integration with the Readeck API, as described in SKILL.md. It uses `curl` commands to perform standard API operations like adding, listing, and managing bookmarks, authenticating via `READECK_API_KEY` and targeting `$READECK_URL`. All actions are consistent with the stated purpose, and there is no evidence of prompt injection against the agent, data exfiltration, malicious execution, or other high-risk behaviors beyond the legitimate scope of an API integration.
能力评估
Purpose & Capability
The SKILL.md describes Readeck bookmark operations (add/list/get/delete/mark read) and the required HTTP calls are consistent with that purpose. However, the registry metadata does not declare the READECK_URL or READECK_API_KEY as required/primary credentials, which is an omission and reduces transparency.
Instruction Scope
Runtime instructions explicitly instruct the agent to run curl commands that use $READECK_URL and $READECK_API_KEY. The instructions reference environment variables that are not declared in the skill metadata; this mismatch should be clarified because the agent will attempt outbound HTTP requests to whatever URL and key are provided.
Install Mechanism
No install spec or code files are present (instruction-only). This is low risk from installation perspective — nothing is written to disk by the registry/install step.
Credentials
The only sensitive artifacts the skill needs are a Readeck base URL and API key, which are proportionate to the described functionality. That said, those credentials are not listed in the registry's required env fields and no primary credential is declared — and the skill author/source is unknown, so providing a long-lived key without verification is risky.
Persistence & Privilege
The skill is not always-enabled and does not request system-level persistence. Normal autonomous invocation is allowed by platform defaults; there is no evidence it modifies other skills or system config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install readeck - 安装完成后,直接呼叫该 Skill 的名称或使用
/readeck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Readeck integration for article management.
- Supports adding articles by URL, listing, retrieving, and deleting entries via Readeck API.
- Allows marking entries as read and organizing with tags or collections.
- Configuration via request parameters or environment variables (READECK_URL, READECK_API_KEY).
- Includes usage examples and error handling for common API responses.
元数据
常见问题
Readeck 是什么?
Readeck integration for saving and managing articles. Supports adding URLs, listing entries, and managing bookmarks via Readeck's API. Configure custom URL and API key per request or via environment variables READECK_URL and READECK_API_KEY. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1881 次。
如何安装 Readeck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install readeck」即可一键安装,无需额外配置。
Readeck 是免费的吗?
是的,Readeck 完全免费(开源免费),可自由下载、安装和使用。
Readeck 支持哪些平台?
Readeck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Readeck?
由 Jayphen(@jayphen)开发并维护,当前版本 v0.1.0。
推荐 Skills