TopRank Skills

Home / Claw Skills / API Integration / raindrop-cli
Official OpenClaw rules 36%

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

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 raindrop-cli 技能。 若已安装,则直接安装 raindrop-cli 技能。

Overview

Skill Key
adorostkar/raindrop-cli
Author
adorostkar
Source Repo
openclaw/skills
Version
-
Source Path
skills/adorostkar/raindrop-cli
Latest Commit SHA
79fa8cf1ad5c8960afd6484bba6dd95025e751d4

Extracted Content

SKILL.md excerpt

# 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>`

Related Claw Skills