
from claude-skill-registry317
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.
Provides a practical reference and helper commands for interacting with the Raindrop.io REST API. Includes authentication details, base endpoints, common CRUD operations for collections, bookmarks (raindrops), tags and highlights, plus example curl/CLI snippets and export tips. Useful for agents or developers who need to automate bookmark saving, searching, bulk tagging, exporting, or managing collections programmatically.
Use this skill when a user asks to save links, search or organize bookmarks, create or update collections, bulk-tag sets of bookmarks, export bookmarks, or add highlights/notes to saved items in Raindrop.io. Also handy for scripting recurring exports or integrating Raindrop into agent workflows that need persistent link storage.
scripts/raindrop.sh (mentioned) for GET/POST/PUT/DELETE calls. (has_scripts=false in fetch, but the skill references a helper script path.)references/API-REFERENCE.md for full endpoint docs.RAINDROP_TOKEN, examples for collection and raindrop CRUD, search operators, bulk tagging, export formats (csv/html/zip), and rate-limit guidance.Best for agents or automation tooling that can run shell helper scripts or make HTTP requests (e.g., Claude Code, Copilot/Codex style agents, any agent with URL/fetch capability).
Raindrop.io bookmark management skill with well-documented SKILL.md covering collections, raindrops, tags, and highlights via REST API. No bundled scripts were provided (scripts/raindrop.sh referenced but not included). Authentication via RAINDROP_TOKEN env var is sensible. Static analysis shows clean, well-structured documentation with no security concerns.
No scripts to execute or evaluate. The skill is purely a documentation/API reference skill with no executable code included in the fetched package. The referenced raindrop.sh script would need to be reviewed if it becomes available.