Install
openclaw skills install raindrop-cliManage 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.
openclaw skills install raindrop-cliThis skill provides scripts/raindrop.
Set RAINDROP_TOKEN in a local env file (recommended: ~/.config/openclaw/gateway.env, chmod 600).
raindrop collectionsraindrop search "query" --collection allraindrop exists <url>raindrop add <url> --tags tag1,tag2 --collection unsortedraindrop update <id> --title "New title"raindrop remove <id>