← Back to Skills Marketplace
Raindrop CLI
by
adorostkar
· GitHub ↗
· v0.1.0
875
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install raindrop-cli
Description
Manage Raindrop.io bookmarks from the command line (search, exists, add, update, remove) using the Raindrop REST API. Use when automating bookmark capture and organization with a personal RAINDROP_TOKEN.
Usage Guidance
This skill's docs expect a RAINDROP_TOKEN and a `raindrop` CLI, but the package contains no code or declared env requirements. Before installing or enabling it: (1) ask the publisher for the missing script or a clear install source (GitHub release or package) and for the RAINDROP_TOKEN to be declared in metadata; (2) avoid storing tokens in shared config unless you trust all skills that read that path; (3) prefer a skill that either includes its installer or documents a trustworthy acquisition URL and explicitly lists RAINDROP_TOKEN as a required credential. If you can't verify those, don't enable the skill with your Raindrop token — the agent might try to run or fetch an undeclared binary or mis-handle your credential.
Capability Analysis
Type: OpenClaw Skill
Name: raindrop-cli
Version: 0.1.0
The skill bundle's metadata and documentation (`_meta.json`, `SKILL.md`) describe a legitimate purpose: managing Raindrop.io bookmarks via its API. The instructions for setting `RAINDROP_TOKEN` are necessary for the skill's functionality and suggest a secure storage location. There is no evidence of prompt injection, data exfiltration, or other malicious intent in the provided files. The actual script (`scripts/raindrop`) is not included for analysis, but the documentation itself is benign.
Capability Assessment
Purpose & Capability
The SKILL.md says this skill provides a `scripts/raindrop` CLI and requires a personal RAINDROP_TOKEN; however, the published bundle contains no code, no scripts, and the registry metadata lists no required environment variables. Either the skill expects an existing external binary (not declared) or the package is incomplete — this does not align cleanly with the claimed purpose.
Instruction Scope
Instructions instruct the user to set RAINDROP_TOKEN (recommended in ~/.config/openclaw/gateway.env) and show CLI usage. They do not instruct the agent to read other unrelated files, but recommending a shared gateway.env path is notable because that path may hold other credentials; the instructions do not explain how the `raindrop` CLI is obtained or executed.
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. However, the SKILL.md claiming to 'provide scripts/raindrop' while no code or install instructions exist is an inconsistency: the agent may attempt to run a non-existent CLI or try to fetch/install it at runtime without guidance.
Credentials
The runtime docs require RAINDROP_TOKEN, but the skill metadata declares no required env vars and no primary credential. That mismatch is suspicious — a Raindrop integration legitimately needs a token, and it should be declared explicitly so users know what will be accessed.
Persistence & Privilege
The skill is not always-enabled and allows normal autonomous invocation. It does not request elevated persistence or modify other skills' configs according to the provided manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install raindrop-cli - After installation, invoke the skill by name or use
/raindrop-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: small Raindrop.io CLI (search/exists/add/update/remove) with safe defaults.
Metadata
Frequently Asked Questions
What is Raindrop CLI?
Manage Raindrop.io bookmarks from the command line (search, exists, add, update, remove) using the Raindrop REST API. Use when automating bookmark capture and organization with a personal RAINDROP_TOKEN. It is an AI Agent Skill for Claude Code / OpenClaw, with 875 downloads so far.
How do I install Raindrop CLI?
Run "/install raindrop-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Raindrop CLI free?
Yes, Raindrop CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Raindrop CLI support?
Raindrop CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Raindrop CLI?
It is built and maintained by adorostkar (@adorostkar); the current version is v0.1.0.
More Skills