doctor

doctor is a command for Claude Code from beevibe-ai/beevibe-cto. It costs 65 tokens per session (1,885 once invoked), scanned A, original, Apache-2.0.

A setup command that checks which configuration values are present and guides you through getting the missing API keys. API keys are secret values that let software use online services.

In plain words
What is it for?
Use it to prepare ADR, choose a search provider, obtain required keys, and fix missing-key errors.
Why use it?
It removes the guesswork from first-time setup and identifies exactly what is missing before other commands run.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; positional $N argument.

Part of the adr plugin — 6 commands shipped together

Good fit Use it to prepare ADR, choose a search provider, obtain required keys, and fix missing-key errors.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/beevibe-ai/beevibe-cto/doctor
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.

Clone the repo
git clone --depth 1 https://github.com/beevibe-ai/beevibe-cto

Made for: Claude Code.

Or install adr, the plugin that ships this one along with the rest of its 6 commands.

Wrote 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.

agentmods badge for doctor

README.md
[![agentmods](https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/doctor/github.svg)](https://agentmods.dev/commands/beevibe-ai/beevibe-cto/doctor)
Your own site
<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.

agentmods 80×15 button for doctor

Your own site · 80×15
<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>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,885 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00065 $0.01885
Opus 5 $0.00032 $0.00942
Sonnet 5 $0.00013 $0.00377
Haiku 4.5 $0.00006 $0.00188

Measured 10d ago against content hash 59b1fef38d78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

plugin/commands/doctor.md · 179 lines

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:

  1. Explain in one sentence what it's for and what the user is about to do.
  2. Open the signup page in their browser via open <url> (macOS) or print the URL with instructions to click (other OSes).
  3. 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"
  1. Sign in with Google or GitHub (top-right).
  2. Click Subscribe in the left sidebar, pick the Free plan.
  3. Click Add API key, name it "adr".
  4. Copy the key value (a long random string).

Paste it here when you have it.

Read the full file on GitHub · 179 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. 10d ago First seen · 179 lines · 65 tokens per session scan A 59b1fef38d78

Subscribe to this mod's changes

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.