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 agents/shaivpidadi/freeridev3/bindersgit clone --depth 1 https://github.com/Shaivpidadi/FreeRideV3What 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.00000 | $0.02780 |
| Opus 5 | $0.00000 | $0.01390 |
| Sonnet 5 | $0.00000 | $0.00556 |
| Haiku 4.5 | $0.00000 | $0.00278 |
Grade B, and why
binders scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
> - **Continue** — append a `models[]` entry with `provider: openai`, `apiBase`, `apiKey` to `~/.continue/config.yaml`. How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Consumer config reference (for freeride bind)
One line each: name, what we write, and where.
- Aider — write
openai-api-base+openai-api-keyto~/.aider.conf.yml.- Continue — append a
models[]entry withprovider: openai,apiBase,apiKeyto~/.continue/config.yaml.- OpenCode (sst/opencode) — add a
provider.<id>block withnpm: "@ai-sdk/openai-compatible"andoptions.baseURLto~/.config/opencode/opencode.json.All three preserve unrelated keys; only the named keys are touched. None require a process restart in normal cases (Continue hot-reloads YAML; OpenCode reloads on next prompt; Aider reads at startup).
Aider
Identity / docs
- Repo: https://github.com/Aider-AI/aider
- Docs root: https://aider.chat/docs/
- Options reference: https://aider.chat/docs/config/options.html
- Sample YAML: https://aider.chat/docs/config/aider_conf.html
Config file
- Path:
.aider.conf.yml— Aider searches git root, cwd, then home dir (~/.aider.conf.yml) in that order. (https://aider.chat/docs/config/options.html) - Format: YAML (top-level keys are kebab-case).
- Default keys are extensive — at least ~50 top-level options span model selection, env vars, edit format, git integration, voice, history, lint/test cmds, repo map, etc. (https://aider.chat/docs/config/aider_conf.html)
Base URL knob
- YAML key:
openai-api-base— kebab-case at top level. - Env var equivalent:
AIDER_OPENAI_API_BASE - CLI flag:
--openai-api-base VALUE - (https://aider.chat/docs/config/options.html)
API key knob
- YAML key:
openai-api-key - Env var:
AIDER_OPENAI_API_KEY - CLI flag:
--openai-api-key VALUE
Keys to preserve
Anything we did not write. Aider's config is a flat YAML; the bind helper must read → patch only openai-api-base and openai-api-key → write back, keeping all other top-level keys. Categories users commonly customize (do NOT clobber): model, weak-model, editor-model, edit-format, auto-commits, lint-cmd, test-cmd, read, gitignore, verbose, dark-mode/light-mode, cache-prompts, voice-*, set-env, alias, etc.
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 · 191 lines · 0 tokens per session scan B 537247291aa0
binders is an agent published in the GitHub repository Shaivpidadi/FreeRideV3 (42 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,780 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
AGENTS
Every ProcessingContext carries an AgentMemory instance at context.memory. It is the single source of truth for everything shared between steps, tasks, sub-agents, and tools. Do not introduce a parallel result map in any executor — read and write through context.memory.
agent
Agent "agent" from nodetool-ai/nodetool, covering description, properties, outputs and related nodes.
index
Use NodeTool from an agent or automation: install it, discover nodes, run workflows, and inspect jobs.
classifier
Agent "classifier" from nodetool-ai/nodetool, covering description, properties, outputs and related nodes.
enhanceprompt
Agent "enhanceprompt" from nodetool-ai/nodetool, covering description, properties, outputs and related nodes.
extractor
Agent "extractor" from nodetool-ai/nodetool, covering description, properties, outputs and related nodes.