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.
git clone --depth 1 https://github.com/beevibe-ai/beevibe-ctoWrote 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/commands/beevibe-ai/beevibe-cto/doctor)<a href="https://agentmods.dev/commands/beevibe-ai/beevibe-cto/doctor"><img src="https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/doctor/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/commands/beevibe-ai/beevibe-cto/doctor"><img src="https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/doctor.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.00065 | $0.01885 |
| Opus 5 | $0.00032 | $0.00942 |
| Sonnet 5 | $0.00013 | $0.00377 |
| Haiku 4.5 | $0.00006 | $0.00188 |
Grade A, and why
doctor 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 10d 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 — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/adr:doctor — First-time setup
Audience: someone who may have never created an API key before. Do not paste URLs and walk away. Open each signup page in their browser, then guide them through the click path one step at a time. Wait for them to come back with each value before moving on.
Step 1 — Audit what's already there
npx -y --package=github:beevibe-ai/beevibe-cto adr-doctor
Read the output:
- If it ends with READY, congratulate the user and stop. They're done.
- If it ends with NOT READY, note which keys are missing and proceed to Step 2. Skip any category that's already set.
Step 2 — Walk through each missing key
For each missing key, do three things in this order:
- Explain in one sentence what it's for and what the user is about to do.
- Open the signup page in their browser via
open <url>(macOS) or print the URL with instructions to click (other OSes). - Walk them through the navigation, step by step. Wait for them to paste the value into chat before moving on.
Search provider (required)
Ask the user which provider they want before opening anything. Use AskUserQuestion with this exact question and options — do not pick for them:
Question: "Which search provider would you like ADR to use? It pulls live evidence from the web for every research run."
Options:
- Brave Search (recommended) — 2,000 free queries/month, no credit card required
- Tavily — 1,000 free requests/month, no credit card required
- Serper (Google) — 2,500 free queries on signup
- Self-hosted SearXNG — already running your own instance
Then dispatch by their choice. Each branch: open the signup page, walk through the click path, capture the key.
If they pick Brave Search
open https://api-dashboard.search.brave.com/register 2>/dev/null || echo "Open this URL in your browser: https://api-dashboard.search.brave.com/register"
- Sign in with Google or GitHub (top-right).
- Click Subscribe in the left sidebar, pick the Free plan.
- Click Add API key, name it "adr".
- Copy the key value (a long random string).
Paste it here when you have it.
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.
- 10d ago First seen · 179 lines · 65 tokens per session scan A 59b1fef38d78
doctor is a command published in the GitHub repository beevibe-ai/beevibe-cto (106 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 65 tokens to every session and 1,885 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 commands, from other repositories
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
doctor
Badi configuration validation. Checks all Badi components and produces a diagnostic report.
amp-register
Register your agent with an external AMP provider for cross-provider messaging.
speckit.spec-stats.open
On-demand view of everything not complete: what stage each is stuck at, what the immediate next artifact/command is, oldest-untouched first, stale warnings past staleafterdays.
search
Full-text search the carrel desk index (FTS5, bm25-ranked) for local files matching a query, with type and tag filters.