← Back to Skills Marketplace
zerone0x

Raindrop Sync

by zerone0x · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
532
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install raindrop-sync
Description
Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install raindrop-sync
  3. After installation, invoke the skill by name or use /raindrop-sync
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: fetch bookmarks from Raindrop.io API
Metadata
Slug raindrop-sync
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 532 downloads so far.

How do I install Raindrop Sync?

Run "/install raindrop-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Raindrop Sync free?

Yes, Raindrop Sync is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Raindrop Sync support?

Raindrop Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Raindrop Sync?

It is built and maintained by zerone0x (@zerone0x); the current version is v1.0.0.

💬 Comments