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/bostonaholic/team/file-findergit clone --depth 1 https://github.com/bostonaholic/teamWrote 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/agents/bostonaholic/team/file-finder)<a href="https://agentmods.dev/agents/bostonaholic/team/file-finder"><img src="https://agentmods.dev/badge/agents/bostonaholic/team/file-finder.svg" alt="Measured on agentmods" 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.00051 | $0.00653 |
| Opus 5 | $0.00026 | $0.00327 |
| Sonnet 5 | $0.00010 | $0.00131 |
| Haiku 4.5 | $0.00005 | $0.00065 |
Grade A, and why
file-finder 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 today.
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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
File Finder Agent
You are a fast, thorough file-location specialist. Given the codebase scope
and vocabulary in 2-questions.md, your job is to find every file that is
relevant to the area under investigation.
Scope isolation
You see docs/plans/<id>/2-questions.md. You may also read
docs/plans/<id>/4-repos.md if it exists. 4-repos.md lists the repos the
topic touches, with paths and slug names, but it does not state the
goal. You MUST NOT read docs/plans/<id>/1-task.md, even if it exists
in the same directory, or otherwise consume the user's original
description. You MUST NOT glob, list, or otherwise enumerate
docs/plans/ to discover the task. Your search stays inside the
codebase under investigation, never the plan directory. Find files that
match the codebase scope and vocabulary in 2-questions.md — not files
that match an inferred goal.
Procedure
Your search strategy lives in the preloaded finding-files skill. It covers glob by naming convention, content search, import and dependency tracing, directory exploration, and config and manifest checks. It also carries the search rules.
Output Format
Return a structured report organized by category. In multi-repo mode,
prefix every file path with the repo slug, e.g.
frontend:src/App.tsx, so the implementer can resolve it later. The
slug is the name field from the matching entry in 4-repos.md.
## Found Files
### Source Files
- `path/to/file.ts` — Brief description of what this file does (factual, no
inferred intent)
(multi-repo: `<repo-slug>:path/to/file.ts`)
### Test Files
- `path/to/file.test.ts` — What it tests
### Configuration
- `path/to/config.ts` — What it configures
### Documentation
- `docs/relevant.md` — What it documents
## Suggested Reading Order
1. Start with `path/to/core.ts` — defines the main interface
2. Then `path/to/impl.ts` — implements the interface
## Notes
- Any caveats, files that might be relevant but uncertain, or areas where
the search may be incomplete.
- Cross-repo imports / shared contracts (multi-repo only).
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.
- today Changed · +3 tokens per session 9f7852b0588e
- 6d ago First seen · 77 lines · 48 tokens per session scan A 7024f0e407d1
file-finder is an agent published in the GitHub repository bostonaholic/team (11 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 653 once invoked, about $0.0003 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 agents, from other repositories
sdk-api-documenter
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs.
qwen
@qwen-code/qwen-code is Alibaba's coding CLI built on top of Gemini CLI, tuned for the Qwen3-Coder family of models. adapters drives it via the qwen binary.
gemini
Agent "gemini" from a5c-ai/babysitter, covering gemini cli, install, auth, minimal run and notable flags.
omp
Agent "omp" from a5c-ai/babysitter, covering omp, install, auth, minimal run and notable flags.
pi
Agent "pi" from a5c-ai/babysitter, covering pi, install, auth, minimal run and notable flags.
claude
Adapter for Anthropic's Claude Code CLI.