Skip to main content

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.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--raindrop-cli
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adorostkar--raindrop-cli/skills/raindrop-cli/SKILL.md -o .claude/skills/raindrop-cli.md

Drops the SKILL.md into .claude/skills/raindrop-cli.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Raindrop CLI

This skill provides scripts/raindrop.

Auth

Set RAINDROP_TOKEN in a local env file (recommended: ~/.config/openclaw/gateway.env, chmod 600).

Safety defaults

  • If a URL already exists, the tool reports it and does not create duplicates.
  • If no collection is provided, it defaults to Unsorted.

Usage

  • raindrop collections
  • raindrop search "query" --collection all
  • raindrop exists <url>
  • raindrop add <url> --tags tag1,tag2 --collection unsorted
  • raindrop update <id> --title "New title"
  • raindrop remove <id>