← 返回 Skills 市场
zerone0x

Raindrop Sync

作者 zerone0x · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
532
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install raindrop-sync
功能描述
Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r...
安全使用建议
This skill appears to do what it claims (fetch Raindrop bookmarks) and the included script is small and readable, but take these precautions before installing: 1) The registry metadata does NOT declare RAINDROP_TOKEN even though the script and SKILL.md require it — ensure you understand where/when you'll supply the token and prefer a platform-managed secret rather than a plaintext file in .secrets/. 2) If you must store the token on disk, keep it out of source control and restrict file permissions. 3) Confirm the only network calls are to api.raindrop.io (the script uses that URL). 4) Be aware the workflow instructs reading/writing memory/kb-index.json and appending to knowledge-base files — verify those paths do not expose sensitive data you don't want the skill to access. 5) If you want the platform to surface a permission prompt, ask the skill author to add RAINDROP_TOKEN to requires.env/primaryEnv in the metadata. If anything about where the token is stored or how the agent will be allowed to run the workflow is unclear, treat this as a potential privacy risk and inspect or run the script locally first.
功能分析
Type: OpenClaw Skill Name: raindrop-sync Version: 1.0.0 The skill bundle is designed to fetch and process bookmarks from Raindrop.io for knowledge base integration. The `SKILL.md` provides clear instructions for setup and usage, including handling the API token via `.secrets/raindrop.env` and processing fetched data locally. The `scripts/fetch.py` script uses standard Python libraries to interact with the legitimate Raindrop.io API and output data to stdout or a specified local file. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core directives. All actions are consistent with the stated purpose.
能力评估
Purpose & Capability
The script fetches bookmarks from api.raindrop.io and the SKILL.md describes fetching, filtering, and storing bookmarks — this aligns with the skill name and description. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and script both expect RAINDROP_TOKEN; that mismatch is unexpected.
Instruction Scope
SKILL.md instructs sourcing a local secrets file (.secrets/raindrop.env) and mentions reading/writing memory/kb-index.json and memory/knowledge-base.md and calling an external 'web_fetch' step. The included script only performs API fetch and outputs JSON (stdout or file). The extra workflow steps are outside the script but instruct the agent to access local files; this expands the runtime scope beyond a pure fetcher but is coherent with syncing/processing bookmarks.
Install Mechanism
No install spec (instruction-only plus a small included script). Nothing is downloaded or written to system install locations by the skill itself — this is the lowest-risk install pattern.
Credentials
The script and SKILL.md require a Raindrop API token (RAINDROP_TOKEN) but the skill metadata declares no required env vars or primary credential. Omitting a required secret from the manifest can hide the fact that a credential is needed and bypass platform permission prompts. SKILL.md also recommends storing the token in a plaintext file (.secrets/raindrop.env), which has local security implications.
Persistence & Privilege
always is false, the skill does not request persistent/autonomous elevation beyond the platform default, and it does not modify other skills or system-wide configs in its files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install raindrop-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /raindrop-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetch bookmarks from Raindrop.io API
元数据
Slug raindrop-sync
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Raindrop Sync 是什么?

Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 532 次。

如何安装 Raindrop Sync?

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

Raindrop Sync 是免费的吗?

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

Raindrop Sync 支持哪些平台?

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

谁开发了 Raindrop Sync?

由 zerone0x(@zerone0x)开发并维护,当前版本 v1.0.0。

💬 留言讨论