Agent skill · marketing growth · intellectronica

raindrop-api

This skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections.

Why this skill is useful

Provides specific commands and workflows for interacting with the Raindrop.io API that the AI wouldn't reliably generate on its own.

What it needs

Requires curl, jq installed locally. Requires raindrop.io account access. About 9k tokens when loaded. Last updated 2026-04-25. 281 stars on the source repository.

What this skill does

Raindrop.io API Skill This skill enables interaction with the Raindrop.io bookmarks service through its REST API. Use curl and jq for direct REST calls. Official API documentation: https://developer.raindrop.io/ Authentication Token Resolution Resolve the API token in this order: 1. Check environment variable RAINDROPTOKEN 2. Check if the user has provided a token in the conversation context 3. If neither is available, use AskUserQuestion to request the token from the user To verify a token exists in the environment: Quick setup: For personal use or development, generate a test token at https://app.raindrop.io/settings/integrations — open your app and copy the "Test token". Test tokens do not expire. For full OAuth2 flow details, see the Authentication section below. Making Authenticated Requests All requests require the Authorization header with Bearer token: For POST/PUT requests with JSON body: Verifying Authentication Test the token by retrieving the current user: Base URL and Conventions Base URL: https://api.raindrop.io/rest/v1/ Data Format: JSON for all request/response bodies Timestamps: ISO 8601 format Rate Limit: 120 requests per minute per authenticated user CORS: Supported for browser-based apps Confirmation Requirement Before executing any destructive action (DELETE, bulk update, move to trash), always ask the user for confirmation using AskUserQuestion. A single confirmation suffices for a logical group of related actions. Destructive actions include: Deleting raindrops, collections, or tags Bulk updating or moving raindrops Merging or removing tags Removing collaborators from shared collections Clearing trash Read-only operations (GET requests) do not require confirmation. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills intellectronica/skills--788e75

View the source on GitHub

Browse the @skills marketplace