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 cirwel/unitares --skill unitares-governancegit clone --depth 1 https://github.com/cirwel/unitaresWrote 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/cirwel/unitares/unitares-governance)<a href="https://agentmods.dev/skills/cirwel/unitares/unitares-governance"><img src="https://agentmods.dev/badge/skills/cirwel/unitares/unitares-governance/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/cirwel/unitares/unitares-governance"><img src="https://agentmods.dev/badge/skills/cirwel/unitares/unitares-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00036 | $0.01964 |
| Opus 5 | $0.00018 | $0.00982 |
| Sonnet 5 | $0.00007 | $0.00393 |
| Haiku 4.5 | $0.00004 | $0.00196 |
Grade A, and why
unitares-governance 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 today.
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 — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UNITARES Governance
This umbrella skill exists for backward compatibility and as a stable top-level entrypoint into the UNITARES framework.
Core Model
UNITARES evaluates agent state with the EISV model:
E: effective energy / execution driveI: information integrity / calibrationS: entropy / drift / instabilityV: valence (signed E-I imbalance)
EISV is proprioceptive state estimation, not an outcome oracle. The public
coherence field is producer-dependent; the deployed legacy_tanh_v value is
ODE control feedback. It still participates in configured check-in
compatibility backstops, but it is not behavioral health evidence and no longer
authorizes recovery.
Agents typically call start_session(force_new=true) once for a fresh process
identity, then continue that same running process with sync_state() as their
main check-in loop. A new user message is not a reason to call
start_session(force_new=true) again; that mints another process identity.
These are the primary workflow tools; raw implementation tools such as
onboard(...) and
process_agent_update(...) remain available for compatibility. Interface contract
1.6.0 and later exposes one complete catalog, including routers, diagnostics,
and installed plugins. No tool mode is needed; old GOVERNANCE_TOOL_MODE
settings are ignored. Use list_tools for the live contract and
describe_tool for action parameters. Older servers may still advertise a
restricted profile; inspect their actual catalog (see governance-lifecycle,
MCP Tools Reference). The full raw
payload remains available under raw_governance; the read aliases
check_working_state and search_shared_memory default compact and require
their documented full-mode option to include it.
Session Continuity
Use start_session(force_new=true) to register a fresh process identity once.
If the process is a deliberate handoff continuing an exited predecessor's work,
declare that with parent_agent_id=<prior uuid> and
spawn_reason="explicit".
Use raw onboard(...) instead for older servers or raw response shape.
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.
- today Changed · +2 lines 991f9accc71b
- yesterday Changed · +9 lines ebf186aa270f
- 2d ago Changed · +36 lines dceae2a78c8e
- 10d ago First seen · 102 lines · 36 tokens per session scan A 4c027b0dc48f
unitares-governance is a skill published in the GitHub repository cirwel/unitares (4 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 1,964 once invoked, about $0.0002 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-31.
Other skills, from other repositories
pytorch-patterns
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
cuml-machine-learning
Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.
optimize-for-gpu
GPU-accelerates scientific Python on NVIDIA hardware and verifies that the result is correct and faster. Use for CUDA/GPU optimization; CPU-bound NumPy, SciPy, pandas, scikit-learn, NetworkX, scikit-image, vector-search, image-processing, graph, simulation, or file-I/O workloads; CuPy, cuDF, cuML, cuGraph, cuVS…
thinking-out-loud
A contract for what the agent does when a long, messy, stream-of-consciousness ramble arrives (usually voice dictation): act on nothing until the echo brief is approved. The echo audits the entire transfer, mission, locked decisions and constraints, open questions, flips and parked tangents, with the model's…
pydantic-ai
Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.
open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…