AI SummaryManage 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster