← 返回 Skills 市场
velvet-shark

Raindrop.io Bookmarks

作者 Radek Sienkiewicz · GitHub ↗ · v1.0.4
cross-platform ✓ 安全检测通过
2270
总下载
8
收藏
4
当前安装
5
版本数
在 OpenClaw 中安装
/install raindrop
功能描述
Search, list, and manage Raindrop.io bookmarks via CLI. Use when the user wants to find saved links, browse collections, add new bookmarks, organize with tag...
安全使用建议
This appears to be a straightforward Raindrop.io CLI wrapper. Before using it: (1) Verify the script content locally (it sources ~/.config/raindrop.env — that file will contain your RAINDROP_TOKEN in plaintext unless you handle it differently). (2) Prefer passing the token with --token for ephemeral runs if you don't want persistent credentials on disk. (3) Confirm network calls go to api.raindrop.io (the script does so). (4) Run the script in a safe environment if you are uncertain, and avoid sharing your RAINDROP_TOKEN. Note: _meta.json has an odd publishedAt timestamp in the bundle metadata — this is not a functional problem but worth awareness.
功能分析
Type: OpenClaw Skill Name: raindrop Version: 1.0.4 The skill bundle is benign. The `raindrop.sh` script is a CLI wrapper for the Raindrop.io API, performing bookmark management operations as described. It uses standard tools (`bash`, `curl`, `jq`, `bc`) and handles the API token securely by reading it from an environment variable or `~/.config/raindrop.env`. Input validation (`is_int`, `is_uint`) is applied to IDs, and `jq -cn` is used to safely construct JSON payloads, mitigating shell injection risks. All network calls are directed to the legitimate Raindrop.io API. The `SKILL.md` documentation is clear, functional, and contains no prompt injection attempts or instructions for the agent to deviate from its stated purpose or perform malicious actions.
能力评估
Purpose & Capability
Name/description match the actual behavior. Required binaries (bash, curl, jq, bc), required env var (RAINDROP_TOKEN), and the referenced config path (~/.config/raindrop.env) are all appropriate and expected for a CLI client for the Raindrop API.
Instruction Scope
SKILL.md and the included script confine themselves to calling the Raindrop API and local config for token sourcing. There are no instructions to read unrelated files or exfiltrate data to other endpoints; the only external network calls go to https://api.raindrop.io/ (as expected). The script does source ~/.config/raindrop.env for credentials, which is consistent with the documentation.
Install Mechanism
No install spec is provided (instruction-only with an included script), so nothing is silently downloaded or installed. That lowers install-time risk; the script is expected to be run by the user directly.
Credentials
Only one credential is required (RAINDROP_TOKEN) and it is the primary credential needed to call the Raindrop API. No unrelated secrets, system credentials, or other service tokens are requested.
Persistence & Privilege
The skill does not request always:true or any elevated persistence. It does read a user-provided config file (~/.config/raindrop.env) for the token, which is normal behavior for a CLI wrapper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install raindrop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /raindrop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Validate bookmark and collection IDs before using them in API URL paths; harden input handling.
v1.0.3
Fix JSON injection risks by constructing API payloads with jq and validating numeric IDs.
v1.0.2
Declare RAINDROP_TOKEN and config requirements in metadata; clarify homepage and token usage.
v1.0.1
Fix bulk-move: correct API endpoint and body format
v1.0.0
Initial release: search, list, add, delete, move, bulk operations, tags management
元数据
Slug raindrop
版本 1.0.4
许可证
累计安装 4
当前安装数 4
历史版本数 5
常见问题

Raindrop.io Bookmarks 是什么?

Search, list, and manage Raindrop.io bookmarks via CLI. Use when the user wants to find saved links, browse collections, add new bookmarks, organize with tag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2270 次。

如何安装 Raindrop.io Bookmarks?

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

Raindrop.io Bookmarks 是免费的吗?

是的,Raindrop.io Bookmarks 完全免费(开源免费),可自由下载、安装和使用。

Raindrop.io Bookmarks 支持哪些平台?

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

谁开发了 Raindrop.io Bookmarks?

由 Radek Sienkiewicz(@velvet-shark)开发并维护,当前版本 v1.0.4。

💬 留言讨论