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.
git clone --depth 1 https://github.com/Zandereins/schliffnpx agentmods add skills/zandereins/schliff/c6-raindropWrote 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.
[](https://agentmods.dev/skills/zandereins/schliff/c6-raindrop)<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.
<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>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.
| Model | Per session | Once 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 |
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" \ 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:
- Create app at https://app.raindrop.io/settings/integrations
- Generate test token
- 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
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.
- 6d ago First seen · 153 lines · 43 tokens per session scan A 2120137a3c3e
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.
Other skills, from other repositories
daf-jira-mcp
Using MCP JIRA tools with DevAIFlow validation logic and field intelligence.
daf-jira-fields
JIRA field mapping rules, validation, and defaults for DevAIFlow.
daf-jira
JIRA operations (view, create, update, comment) with Wiki markup syntax reference.
daf-notes
Add and view progress notes for sessions.
composio
Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…
docs-decisions
Work on Composio documentation content, Fumadocs configuration, changelogs, docs automation prompts, docs decisions, ADR-style records, and docs review guidance. Use for files under docs/, documentation workflows, or requests to record or update a docs decision. Do not use for SDK runtime changes unless docs are the…