Skip to content
Skill

raindrop

by majiayu000

AI Summary

Manage bookmarks via Raindrop.io REST API. User must have env var set. If not configured, instruct them to: 1. Create app at https://app.raindrop.io/settings/integrations

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "raindrop" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/raindrop && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/raindrop/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/raindrop/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/raindrop/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/raindrop/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Manage Raindrop.io bookmarks, collections, tags, and highlights via API. Use when user mentions raindrop, bookmarks, saving links, organizing URLs, bookmark collections, or web highlights.

Prerequisites

User must have RAINDROP_TOKEN env var set. If not configured, instruct them to: • Create app at https://app.raindrop.io/settings/integrations • Generate test token • Add export RAINDROP_TOKEN="..." to ~/.zshrc.local

Raindrop.io API Skill

Manage bookmarks via Raindrop.io REST API.

Authentication

All requests require: ` Authorization: Bearer $RAINDROP_TOKEN `

Base URL

` https://api.raindrop.io/rest/v1/ `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 4d ago
Active
Adoption100+ stars on GitHub
174 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars174
Forks33
Issues2
Updated4d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code