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 skills/prophet-git/one-brain-plugin/doctornpx skills add Prophet-git/one-brain-plugin --skill doctorgit clone --depth 1 https://github.com/Prophet-git/one-brain-pluginWhat 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 | $0.00075 | $0.01837 |
| Opus 5 | $0.00037 | $0.00919 |
| Sonnet 5 | $0.00015 | $0.00367 |
| Haiku 4.5 | $0.00007 | $0.00184 |
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. 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.
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.
- yesterday First seen · 75 lines · 75 tokens per session scan D 8974a4afe61d
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.
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.
council
Multi-persona debate for founder decisions. 4 personas argue a topic across structured rounds.
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…
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…
founder-voice
Founder voice enforcement for all written output. Apply to any text another person will read.
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…