← 返回 Skills 市场
1537
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install readeck-save
功能描述
Save articles to Readeck (self-hosted read-it-later app). Use when the user wants to save an article for later reading, add something to their reading list, or send a page to Readeck.
安全使用建议
The skill's behavior (POSTing a URL to a Readeck instance using a bearer token) is consistent and not inherently malicious, but the package metadata omits things the script actually needs. Before installing or using it: 1) Verify the publisher/source — there is no homepage and the owner is unknown. 2) Expect to set READECK_URL and READECK_API_TOKEN locally; the token will be sent to that URL, so only point it at a trusted Readeck instance. 3) Ensure curl and jq are installed on the host (the script uses them). 4) If you want better transparency, ask the publisher to update registry metadata to declare the required env vars and required binaries or provide an explicit install step. 5) Review the small script (scripts/save.sh) yourself — it is short and easy to audit — and consider running it in a restricted environment if you are unsure.
功能分析
Type: OpenClaw Skill
Name: readeck-save
Version: 1.0.0
The skill is classified as benign. It transparently uses `curl` to make a POST request to a user-configured Readeck instance, authenticating with a user-provided API token. The script `scripts/save.sh` explicitly requires and uses `READECK_URL` and `READECK_API_TOKEN` environment variables, which are clearly documented in `SKILL.md`. All actions are directly aligned with the stated purpose of saving articles to a self-hosted read-it-later app, with no evidence of malicious intent, unauthorized data access, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The skill's stated purpose (save articles to a self-hosted Readeck) matches the code and instructions: the script POSTs to READECK_URL/api/bookmarks using a bearer token. However, the registry metadata declares no required environment variables or binaries while the SKILL.md and scripts require READECK_URL and READECK_API_TOKEN and depend on curl and jq. That mismatch (undisclosed credentials and binaries) is disproportionate to the stated purpose and reduces transparency.
Instruction Scope
SKILL.md and scripts stay within the advertised scope: they instruct the agent/user to set two environment variables and run scripts/save.sh with a URL, then POST that URL to the configured Readeck API. The instructions do not ask the agent to read unrelated files, system credentials, or send data to endpoints other than the configured READECK_URL.
Install Mechanism
There is no install spec (instruction-only skill plus a small shell script), which is low-risk. However, the script invokes external tools (curl and jq) but the skill metadata does not declare them as required binaries; the absence of an install step means those dependencies must already be present on the host, which should be made explicit by the publisher.
Credentials
The SKILL.md requires READECK_URL and READECK_API_TOKEN (appropriate for a Readeck integration), but the registry lists no required env vars or primary credential. This lack of declaration is an integrity/information problem: users won't see at install time that the skill needs an API token, and the skill will transmit that token as a bearer auth to whatever READECK_URL is configured.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system-wide settings. It behaves as a normal, on-demand helper script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install readeck-save - 安装完成后,直接呼叫该 Skill 的名称或使用
/readeck-save触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - save articles to self-hosted Readeck instance
元数据
常见问题
Readeck Save 是什么?
Save articles to Readeck (self-hosted read-it-later app). Use when the user wants to save an article for later reading, add something to their reading list, or send a page to Readeck. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1537 次。
如何安装 Readeck Save?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install readeck-save」即可一键安装,无需额外配置。
Readeck Save 是免费的吗?
是的,Readeck Save 完全免费(开源免费),可自由下载、安装和使用。
Readeck Save 支持哪些平台?
Readeck Save 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Readeck Save?
由 nickian(@nickian)开发并维护,当前版本 v1.0.0。
推荐 Skills