doctor

doctor is a command for Claude Code from opensesh/KARIMO. It costs 0 tokens per session (11,139 once invoked), scanned A, original, Apache-2.0.

A diagnostic command for checking whether a KARIMO installation is healthy and identifying problems.

In plain words
What is it for?
Use it for a full health check, a quick pass-or-fail test, or cleanup of orphaned worktrees and branches.
Why use it?
It helps find missing files, invalid templates, authentication issues, and integration problems before they prevent KARIMO from working.

Command for Claude Code

Part of the karimo plugin — 11 commands, 22 agents shipped together

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 commands/opensesh/karimo/doctor
Clone the repo
git clone --depth 1 https://github.com/opensesh/KARIMO

Made for: Claude Code.

Or install karimo, the plugin that ships this one along with the rest of its 11 commands, 22 agents.

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/opensesh/karimo/doctor.svg)](https://agentmods.dev/commands/opensesh/karimo/doctor)
Your own site
<a href="https://agentmods.dev/commands/opensesh/karimo/doctor"><img src="https://agentmods.dev/badge/commands/opensesh/karimo/doctor.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 11,139 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.1 $0.00000 $0.11139
Opus 5 $0.00000 $0.05569
Sonnet 5 $0.00000 $0.02228
Haiku 4.5 $0.00000 $0.01114

Measured 6d ago against content hash 0a1a015a740e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

doctor scanned grade A 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

LATEST=$(curl -sL "https://api.github.com/repos/opensesh/KARIMO/releases/latest" | grep '"tag_name"' | head -1 | sed 's/.*"v\([^"]*\)".*/\1/')
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • doctor — 88% identical, 305 lines differ
.claude/plugins/karimo/commands/doctor.md · 1,450 lines

How it starts

The opening of the file, as written. The whole thing — 1,450 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/karimo:doctor — Diagnostic Command

Check the health of a KARIMO installation, identify issues, and provide actionable recommendations.

Usage

/karimo:doctor              # Full diagnostic with recommendations
/karimo:doctor --test       # Quick pass/fail verification (replaces /karimo-test)
/karimo:doctor --fix        # Clean orphaned worktrees and branches

The --fix flag is the only mode that modifies files.


--test Mode (Quick Verification)

When the --test flag is passed, run a lightweight pass/fail verification instead of the full diagnostic.

Purpose: Verify KARIMO installation works end-to-end without creating real PRDs or spawning agents. This is a lightweight alternative to running a full PRD cycle for verification.

Test Suite

Run these 4 tests:

Test Description
1. File Presence Verify all required files exist per MANIFEST.json
2. Template Parsing Ensure templates have valid markdown structure
3. GitHub CLI Auth Verify gh auth status succeeds
4. CLAUDE.md Integration Verify KARIMO section and config files exist

Output Format

╭──────────────────────────────────────────────────────────────╮
│  KARIMO Smoke Test                                           │
╰──────────────────────────────────────────────────────────────╯

Test 1: File Presence
─────────────────────

  ✅ Manifest    Present (.karimo/MANIFEST.json)
  ✅ Agents      22/22 present (from manifest)
  ✅ Commands    11/11 present (from manifest)
  ✅ Skills      7/7 present (from manifest)
  ✅ Templates   18/18 present (from manifest)

Test 2: Template Parsing
────────────────────────

  ✅ All templates have valid markdown structure

Test 3: GitHub CLI Auth
───────────────────────

  ✅ Authenticated as @username

Test 4: CLAUDE.md Integration
─────────────────────────────

  ✅ KARIMO section        Present in CLAUDE.md (with markers)
  ✅ learnings/            Present in .karimo/ (categorized directories)
  ✅ KARIMO_RULES.md       Present in .claude/plugins/karimo/
  ✅ prds/ directory       Exists

Summary
───────

  ✅ 4/4 tests passed

  KARIMO installation verified.

Read the full file on GitHub · 1,450 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. 6d ago First seen · 1,450 lines · 0 tokens per session scan A 0a1a015a740e

Subscribe to this mod's changes

doctor is a command published in the GitHub repository opensesh/KARIMO (284 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 11,139 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.