Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/dedene/raindrop-cli/agents-mdgit clone --depth 1 https://github.com/dedene/raindrop-cliWhat 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 | $0.00602 | $0.00602 |
| Opus 5 | $0.00301 | $0.00301 |
| Sonnet 5 | $0.00120 | $0.00120 |
| Haiku 4.5 | $0.00060 | $0.00060 |
Grade A, and why
raindrop-cli AGENTS.md scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure
cmd/raindrop/: CLI entrypointinternal/: implementationcmd/: command routing (kong CLI framework)api/: Raindrop.io HTTP clientauth/: OAuth2 token management + keyring storageconfig/: YAML config (timezone, output format, OAuth port, hyperlinks)output/: formatters (table, JSON, hyperlinks)errfmt/: error formatting
bin/: build outputs
Build, Test, and Development Commands
make build: compile tobin/raindropmake fmt/make lint/make test/make ci: format, lint, test, full local gatemake tools: install pinned dev tools into.tools/make clean: remove bin/ and .tools/
Coding Style & Naming Conventions
- Formatting:
make fmt(goimports local prefixgithub.com/dedene/raindrop-cli+ gofumpt) - Output: keep stdout parseable (
--json); send human hints/progress to stderr - Linting: golangci-lint v2.1.6 with project config
- Shell completion supported
Testing Guidelines
- Unit tests: stdlib
testing - Note: No test files currently present (area for improvement)
- CI gate: fmt-check, lint, test
Config & Secrets
- OAuth2: full OAuth flow for Raindrop.io authentication
- Keyring: 99designs/keyring for token storage + caching
- Config file:
~/.config/raindrop/config.yamltimezone: display timezonedefault_output: output format preferenceoauth_port: local OAuth callback porthyperlinks: terminal hyperlink mode
Key Commands
add/list/get/update/delete: bookmark CRUD operationssearch: full-text search across bookmarkscollections: manage collectionstags: manage tagshighlights: manage highlightsimport/export: bulk operationsauth: authentication flow- Global flags:
--json,--verbose,--force,--no-input,--hyperlinks
Commit & Pull Request Guidelines
- Conventional Commits:
feat|fix|refactor|build|ci|chore|docs|style|perf|test - Group related changes; avoid bundling unrelated refactors
- PR review: use
gh pr view/gh pr diff; don't switch branches
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.
- 2d ago First seen · 67 lines · 602 tokens per session scan A 56f4bc5f9801
raindrop-cli AGENTS.md is an instructions file published in the GitHub repository dedene/raindrop-cli (11 stars, last pushed 6mo ago), licensed MIT. It adds 602 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
fieldtheory-cli CLAUDE.md
Instructions for afar1/fieldtheory-cli, covering claude.md, commands, architecture, key files and data flow.
karakeep AGENTS.md
AGENTS.md instructions for karakeep-app/karakeep, covering karakeep project overview, project overview, project structure, applications (apps/) and packages (packages/).
karakeep CLAUDE.md
Claude Code instructions for karakeep-app/karakeep, a project described as: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search.
karakeep GEMINI.md
Gemini CLI instructions for karakeep-app/karakeep, a project described as: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search.
vBookmarks AGENTS.md
Instructions for windviki/vBookmarks, covering agents.md, project overview, repository layout, build, test, and development commands and load for development.
raindrop-mcp AGENTS.md
Instructions for adeze/raindrop-mcp, covering raindrop mcp — codex guide, commands, architecture, non-negotiable contracts and codex workflow.