doctor

A troubleshooting guide for One Brain on the current machine. It looks for the cause of problems such as missing saved information or an installation that does not work.

In plain words
What is it for?
Checking One Brain’s installation and diagnosing why the memory system is not working or showing up.
Why use it?
It turns an unclear plugin failure into a concrete next step.

Skill for Claude CodeCodex

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 skills/prophet-git/one-brain-plugin/doctor
Any agent
npx skills add Prophet-git/one-brain-plugin --skill doctor
Clone the repo
git clone --depth 1 https://github.com/Prophet-git/one-brain-plugin

Made for: Claude Code, Codex.

Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,837 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin unknown 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 $0.00075 $0.01837
Opus 5 $0.00037 $0.00919
Sonnet 5 $0.00015 $0.00367
Haiku 4.5 $0.00007 $0.00184

Measured yesterday against content hash 8974a4afe61d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

doctor scanned grade D with 3 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 yesterday.

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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| `carpeta` | Primero preguntale cómo se dio de alta, porque el arreglo es distinto. **Si usa la terminal**: abrir Claude Code parado en la carpeta que armó el instalador (o volver a correrlo). **Si usa la app de escrito

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

| `hooks` | Sacar `"disableAllHooks": true` de `~/.claude/settings.json` y reiniciar |

Makes network callslowCapability

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

- **curl** — si está la herramienta que usa el plugin para hablar con el cerebro.
skills/doctor/SKILL.md · 75 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 75 lines · 75 tokens per session scan D 8974a4afe61d

Subscribe to this mod's changes

doctor is a skill published in the GitHub repository Prophet-git/one-brain-plugin (0 stars, last pushed 12d ago), with no licence file. It adds 75 tokens to every session and 1,837 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

validate

Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.

scaccogatto/okf-skills · 82 tokens

council

Multi-persona debate for founder decisions. 4 personas argue a topic across structured rounds.

assafkip/kipi-system · 22 tokens

graphify

Use when the user invokes /graphify or asks to build, update, or query a knowledge graph from a folder of files (code, docs, papers, notes, images). Triggers: 'map this codebase', 'graph my notes', 'what is connected across these files', 'community detection', 'GraphRAG', incremental graph update, Neo4j/SVG/GraphML…

mycelium-hq/ai-brain-starter · 111 tokens

raytsystem-watch

Inspect video, audio, or supplied transcripts through raytsystem Tool Hub and return evidence-bound speech, visual, OCR, action, transition, and timeline findings. Use for /watch, a YouTube/Loom/public Zoom/direct media URL, a local video or audio file, a transcript, or requests such as "watch this video", "analyze…

romarayt/raytsystem-public-os · 114 tokens

founder-voice

Founder voice enforcement for all written output. Apply to any text another person will read.

assafkip/kipi-system · 22 tokens

ingest-github

Use when the user says /ingest-github [--days N], or asks to ingest, capture, sync, pull, mirror, or import a GitHub repo's recent activity (merged PRs, issues, commits) into the vault, second brain, or knowledge graph, or wants repo history queryable by graphify or External Inputs refreshed. Not for opening PRs…

mycelium-hq/ai-brain-starter · 116 tokens