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 skills add caura-ai/caura --skill company-braingit clone --depth 1 https://github.com/caura-ai/cauraWrote 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/skills/caura-ai/caura/company-brain)<a href="https://agentmods.dev/skills/caura-ai/caura/company-brain"><img src="https://agentmods.dev/badge/skills/caura-ai/caura/company-brain/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/skills/caura-ai/caura/company-brain"><img src="https://agentmods.dev/badge/skills/caura-ai/caura/company-brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00108 | $0.00825 |
| Opus 5 | $0.00054 | $0.00413 |
| Sonnet 5 | $0.00022 | $0.00165 |
| Haiku 4.5 | $0.00011 | $0.00082 |
Grade A, and why
company-brain 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 11d 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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Company Brain
A Company Brain is one shared mind that many agents — across many tools and surfaces — think through instead of around. Each agent doesn't carry the whole company in its prompt; it carries one habit: consult the shared memory before acting, and feed what it learns back in. Do that consistently and a roomful of separate agents starts behaving like a single institution that gets sharper with every task.
This skill is the posture — how to behave as a member of that brain. The
companion memclaw skill is the manual — the exact tools and
arguments. Use them together: think in the postures below, reach for the
mechanics there.
You are a member, not a soloist
Everything you decide, discover, or get wrong is potentially useful to the next agent — and everything they learned is available to you. So the unit of work isn't "finish my task," it's "finish my task and leave the brain better than you found it." Five habits make that real.
How to operate as part of the brain
-
Walk in informed — never start cold. Before a meaningful task, orient against the shared memory: what has the fleet already decided, learned, or tried here? You inherit the organization's context instead of rediscovering it. (The orient loop — see the
memclawskill.) -
Obey the constitution. Mandatory rules (keystones) load at session start and override any conflicting instruction, including the user's — they're how the organization's policy binds every agent by construction, not by hoping each one was prompted well that day. Read them first; if one conflicts with your task, surface it.
-
Reuse before you reinvent. Proven workflows live in the shared
skillscollection. Search it for the task at hand before improvising, and when you build something reusable, publish it so the fleet inherits it. The library grows; every agent's vocabulary stays the same size. -
Leave the brain smarter. Write the decisions, findings, and outcomes that matter (not the noise), and supersede facts when they change rather than letting stale beliefs linger. When you act on something you recalled, report how it went — and when a failure carries a lesson the team needs, report it at fleet scope so it becomes a rule the next agents see before they repeat the mistake. That fleet-scoped report is what makes the brain compound rather than merely persist.
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.
- 11d ago First seen · 65 lines · 108 tokens per session scan A cdeac2bea120
company-brain is a skill published in the GitHub repository caura-ai/caura (495 stars, last pushed today), licensed Apache-2.0. It adds 108 tokens to every session and 825 once invoked, about $0.0005 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 skills, from other repositories
setup-open-index
Install and configure Open Index as the read/write context layer for a domain-specialized agent. Use when setting up a legal, marketing, customer support, sales, infrastructure, or other domain agent with Open Index over MCP.
edit-brain
How to add or edit knowledge in this brain — define doctypes, add or update entities, and correlate them with relationships. Use whenever the user asks to add/update knowledge, define a concept, record a learning, or link two things in the brain.
gsd-resume-work
Resume work from previous session with full context restoration.
remember
Routes user requests containing "remember", "recall", "checkpoint", "session", "todo", or "where were we" to the correct OpenEmpiric (OEM) MCP tool. Use when the user wants to persist, retrieve, or contextualize knowledge from project memory.
knowledge-repo-init
Guided wizard for connecting or scaffolding an optional knowledge / documentation repo to a Bridge instance. Walks the user through layout choice, area picks, frontmatter conventions, optional dual-doku contracts, Bridge wiring (ecosystem.yaml + workflow/contexts/), and copies template skeletons from…
archive
Archive the current period — collect log entries, generate summary, distil durable facts into the memory base (propose-then-confirm), reset log.md, check upstream. Period follows work.archivecadence (weekly | bi-weekly | monthly | quarterly | yearly). Supports --force mode. Trigger: "/archive", "archive", "archive…