raindrop-cli AGENTS.md

A repository guide for raindrop-cli, a Go command-line program for managing Raindrop.io bookmarks from a terminal.

In plain words
What is it for?
Use it when developing the program, formatting or linting code, running tests, building the command-line binary, or handling OAuth2 settings.
Why use it?
It gives contributors one place to find the project layout, build and test commands, coding rules, and configuration guidance.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/dedene/raindrop-cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/dedene/raindrop-cli

Made for: Codex, OpenCode.

Per session 602 This file is loaded in full into every session.
When invoked 602 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00602 $0.00602
Opus 5 $0.00301 $0.00301
Sonnet 5 $0.00120 $0.00120
Haiku 4.5 $0.00060 $0.00060

Measured 2d ago against content hash 56f4bc5f9801, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 67 lines

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 entrypoint
  • internal/: implementation
    • cmd/: command routing (kong CLI framework)
    • api/: Raindrop.io HTTP client
    • auth/: OAuth2 token management + keyring storage
    • config/: 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 to bin/raindrop
  • make fmt / make lint / make test / make ci: format, lint, test, full local gate
  • make tools: install pinned dev tools into .tools/
  • make clean: remove bin/ and .tools/

Coding Style & Naming Conventions

  • Formatting: make fmt (goimports local prefix github.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.yaml
    • timezone: display timezone
    • default_output: output format preference
    • oauth_port: local OAuth callback port
    • hyperlinks: terminal hyperlink mode

Key Commands

  • add/list/get/update/delete: bookmark CRUD operations
  • search: full-text search across bookmarks
  • collections: manage collections
  • tags: manage tags
  • highlights: manage highlights
  • import/export: bulk operations
  • auth: 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

Read the full file on GitHub · 67 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. 2d ago First seen · 67 lines · 602 tokens per session scan A 56f4bc5f9801

Subscribe to this mod's changes

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.