raindrop-api

Manage Raindrop.io bookmarks via REST API with curl and jq.

281|25|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/intellectronica/agent-skills --skill raindrop-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raindrop-api
Source: https://github.com/intellectronica/agent-skills/tree/main/plugins/raindrop-api/skills
Command: npx skills add https://github.com/intellectronica/agent-skills --skill raindrop-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables programmatic management of Raindrop.io bookmarks via its REST API using curl and jq, addressing the need to automate authentication, retrieval, creation, updating, deletion, tagging, and organization of bookmarks and collections.

Core Features & Use Cases

  • Authentication and token resolution for accessing user data and performing actions.
  • CRUD operations for raindrops (bookmarks), collections, tags, highlights, and backups, plus search and filtering capabilities.
  • Use cases include reading bookmarks, creating new items, updating existing ones, moving items between collections, and exporting/importing data.

Quick Start

Authenticate with your RAINDROP_TOKEN and use the provided curl/jq examples to manage bookmarks and collections.

Frequently Asked Questions about raindrop-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Raindrop.io bookmarks via REST API using curl?

You can manage Raindrop.io bookmarks via REST API using curl by authenticating with a token and executing requests for creating, updating, deleting, and organizing collections.

How do I authenticate to the Raindrop.io API?

To authenticate to the Raindrop.io API, you resolve your token via the RAINDROP_TOKEN environment variable or conversation context, then pass it in your curl headers to access user data.

Can I filter and search Raindrop.io bookmarks with jq?

Yes, you can filter and search Raindrop.io bookmarks with jq by parsing the JSON responses returned from curl REST API requests to extract tags, highlights, and specific collections.

What's the best way to automate Raindrop.io backups and exports?

The best way to automate Raindrop.io backups and exports is to script curl REST API requests, fetching your bookmarks and collections, then piping the JSON output through jq for formatting.

Does the Raindrop.io API workflow require any specific safety prompts for destructive actions?

Yes, the Raindrop.io API workflow requires safety prompts for destructive actions like deletion, ensuring you confirm before permanently removing bookmarks, collections, or tags via curl.

Do I need curl and jq to use the Raindrop.io API skill?

Yes, you need curl and jq installed in your environment to execute REST API requests against Raindrop.io and process the returned JSON data for bookmark and collection management.