raindrop-api

Automate Raindrop.io bookmark CRUD operations via the REST API.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill raindrop-api-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raindrop-api
Source: https://github.com/mkurman/tamux/tree/main/skills/productivity/agent-skills/raindrop-api
Command: npx skills add https://github.com/mkurman/tamux --skill raindrop-api-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic access to Raindrop.io bookmarks via the REST API, allowing automation of reading, creating, updating, deleting, and organizing bookmarks and collections.

Core Features & Use Cases

  • Authentication and token-based access to the Raindrop.io API.
  • CRUD operations for raindrops (bookmarks), collections, tags, highlights, and backups.
  • Import/export, search, and filtering workflows to organize bookmarks across collections.

Quick Start

Obtain a Raindrop.io API token and run a simple GET request to the user endpoint to verify authentication.

Frequently Asked Questions about raindrop-api

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

FAQPage Schema
How do I automate Raindrop.io bookmarks via REST API?

Automate Raindrop.io bookmarks via REST API by sending authenticated HTTP requests to the base endpoint https://api.raindrop.io/rest/v1/. This enables programmatic CRUD operations for collections, raindrops, tags, and highlights across common scripting scenarios.

What do I need to authenticate Raindrop.io API requests with curl?

Authenticating Raindrop.io API requests with curl requires a valid API token included in your request headers. Once obtained, run a simple GET request to the user endpoint to verify authentication before performing CRUD operations on bookmarks.

Can I use jq to filter Raindrop.io API responses for specific collections?

You can use jq to filter Raindrop.io API responses for specific collections by piping curl output through jq queries. This allows precise extraction of bookmark metadata, tags, and highlights from JSON responses returned by the REST endpoint.

Does the Raindrop.io API support importing and exporting bookmarks?

The Raindrop.io API supports importing and exporting bookmarks through dedicated REST endpoints. You can programmatically manage backup workflows, search filters, and collection organization without manual intervention using curl or scripting tools.

Are there limitations or safety considerations when deleting Raindrop.io bookmarks via API?

Deleting Raindrop.io bookmarks via API requires explicit confirmation for destructive actions to prevent accidental data loss. This safety guidance ensures irreversible operations like collection deletion are intentional before the REST endpoint executes the request.

What is the best way to organize Raindrop.io tags and highlights programmatically?

The best way to organize Raindrop.io tags and highlights programmatically is leveraging the REST API for batch updates and filtering. Automate tagging workflows by sending authenticated requests to manage metadata across collections efficiently.