raindrop

raindrop is a skill for Claude Code, Codex from Zandereins/schliff. It costs 43 tokens per session (1,069 once invoked), scanned A, original, MIT.

A tool for managing Raindrop.io, a service for saving and organizing web bookmarks and highlighted passages.

In plain words
What is it for?
Use it to create, update, list, or delete bookmarks and collections, and to manage saved web highlights.
Why use it?
It removes the need to manage bookmarks, collections, tags, and highlights manually in the Raindrop.io website.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/raindrop.sh GET /collections.

Part of the schliff plugin — 18 skills, 1 hook shipped together

Good fit Use it to create, update, list, or delete bookmarks and collections, and to manage saved web highlights.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Zandereins/schliff
agentmods
npx agentmods add skills/zandereins/schliff/c6-raindrop

Made for: Claude Code, Codex.

Or install schliff, the plugin that ships this one along with the rest of its 18 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for raindrop

README.md
[![agentmods](https://agentmods.dev/badge/skills/zandereins/schliff/c6-raindrop/github.svg)](https://agentmods.dev/skills/zandereins/schliff/c6-raindrop)
Your own site
<a href="https://agentmods.dev/skills/zandereins/schliff/c6-raindrop"><img src="https://agentmods.dev/badge/skills/zandereins/schliff/c6-raindrop/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for raindrop

Your own site · 80×15
<a href="https://agentmods.dev/skills/zandereins/schliff/c6-raindrop"><img src="https://agentmods.dev/badge/skills/zandereins/schliff/c6-raindrop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.01069
Opus 5 $0.00022 $0.00535
Sonnet 5 $0.00009 $0.00214
Haiku 4.5 $0.00004 $0.00107

Measured 6d ago against content hash 2120137a3c3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

raindrop scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "https://api.raindrop.io/rest/v1/raindrops/{collectionId}/export.csv" \
benchmarks/corpus/v1/phase1-calibration/c6-raindrop.SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Raindrop.io API Skill

Manage bookmarks via Raindrop.io REST API.

Prerequisites

User must have RAINDROP_TOKEN env var set. If not configured, instruct them to:

  1. Create app at https://app.raindrop.io/settings/integrations
  2. Generate test token
  3. Add export RAINDROP_TOKEN="..." to ~/.zshrc.local

Authentication

All requests require:

Authorization: Bearer $RAINDROP_TOKEN

Base URL

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

Helper Script

Use scripts/raindrop.sh for API calls:

./scripts/raindrop.sh GET /collections
./scripts/raindrop.sh POST /raindrop '{"link":"https://example.com","pleaseParse":{}}'
./scripts/raindrop.sh PUT /raindrop/123 '{"tags":["new-tag"]}'
./scripts/raindrop.sh DELETE /raindrop/123

Quick Reference

Collections

Action Method Endpoint
List root GET /collections
List children GET /collections/childrens
Get one GET /collection/{id}
Create POST /collection
Update PUT /collection/{id}
Delete DELETE /collection/{id}

Raindrops (Bookmarks)

Action Method Endpoint
List GET /raindrops/{collectionId}
Get one GET /raindrop/{id}
Create POST /raindrop
Update PUT /raindrop/{id}
Delete DELETE /raindrop/{id}
Search GET /raindrops/0?search=...

Special collection IDs: 0 = all, -1 = unsorted, -99 = trash

Tags

Action Method Endpoint
List all GET /tags
List in collection GET /tags/{collectionId}
Rename PUT /tags/{collectionId}
Delete DELETE /tags/{collectionId}

Highlights

Action Method Endpoint
List all GET /highlights
In collection GET /highlights/{collectionId}
Add/Update/Remove PUT /raindrop/{id}

Colors: blue, brown, cyan, gray, green, indigo, orange, pink, purple, red, teal, yellow

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 153 lines · 43 tokens per session scan A 2120137a3c3e

Subscribe to this mod's changes

raindrop is a skill published in the GitHub repository Zandereins/schliff (16 stars, last pushed today), licensed MIT. It adds 43 tokens to every session and 1,069 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.