Raindrop CLI for Openclaw

A powerful command-line interface to manage Raindrop.io bookmarks using the REST API.

adorostkar
v0.1.0
Feb 12, 2026
0
1.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install raindrop-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install raindrop-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Raindrop CLI?

The Raindrop CLI skill enables developers and power users to interact with their Raindrop.io account directly from the terminal. By leveraging the Raindrop REST API, this addition to your Openclaw Skills collection provides a seamless way to search, create, update, and remove bookmarks without leaving your development environment. This tool is designed for those who value efficiency and automation in their digital organization workflows.

Whether you are building a custom research pipeline or simply want to archive resources quickly, this skill integrates directly into your terminal-based productivity suite. It ensures that your bookmarking process is fast, scriptable, and centralized, making it a vital component of your Openclaw Skills library.

Raindrop CLI Use Cases

  • Automating bookmark capture during research or development phases.
  • Checking if a specific URL already exists in your Raindrop collections to avoid duplicate entries.
  • Organizing bookmarks with tags and assigning them to specific collections via scriptable commands.
  • Performing batch updates or removing old bookmarks through terminal pipelines.

How Raindrop CLI Works

  1. The skill authenticates with the Raindrop.io REST API using a user-provided RAINDROP_TOKEN.
  2. When a command is issued, the CLI sends a request to the appropriate API endpoint (e.g., search, post, or delete).
  3. For new bookmarks, the tool automatically checks for existing URLs to enforce safety defaults and prevent clutter.
  4. Data is processed and returned to the terminal, allowing for integration with other shell utilities or Openclaw Skills.

Raindrop CLI Setup

To get started, you must set your RAINDROP_TOKEN in your environment configuration file.

# Recommended: Add token to gateway.env
echo "RAINDROP_TOKEN=your_personal_token" >> ~/.config/openclaw/gateway.env

# Secure the file permissions
chmod 600 ~/.config/openclaw/gateway.env

Raindrop CLI Data Schema & Taxonomy

The Raindrop CLI interacts with the following data points to manage your bookmarks effectively within the Openclaw Skills ecosystem:

Field Description
URL The primary web address for the bookmark entry.
Collection The folder destination (defaults to Unsorted if unspecified).
Tags A list of comma-separated strings for categorized filtering.
Bookmark ID The unique integer identifier used for updates and deletions.
Query The search string used to filter through existing bookmarks.

Raindrop CLI Advanced Features

  • Smart duplicate prevention that alerts the user before creating redundant bookmarks.
  • Full support for collection browsing and management directly via CLI.
  • Tag-based organization support for high-velocity information architecture.
  • Integration ready for multi-agent workflows using Openclaw Skills to automate web research.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*