unitares-governance

unitares-governance is a skill for Claude Code, Codex from cirwel/unitares. It costs 36 tokens per session (1,964 once invoked), scanned A, original, Apache-2.0.

A compatibility entry point for the UNITARES governance framework, which checks an agent’s operating state using energy, information quality, instability, and balance.

In plain words
What is it for?
Use it to start a fresh agent session and then regularly synchronize its state, or to access the framework’s older governance operations.
Why use it?
It gives older integrations a stable way into the framework and keeps the main session check-in process consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start a fresh agent session and then regularly synchronize its state, or to access the framework’s older governance operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cirwel/unitares/unitares-governance
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.

Any agent
npx skills add cirwel/unitares --skill unitares-governance
Clone the repo
git clone --depth 1 https://github.com/cirwel/unitares

Made for: Claude Code, Codex.

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 unitares-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/cirwel/unitares/unitares-governance/github.svg)](https://agentmods.dev/skills/cirwel/unitares/unitares-governance)
Your own site
<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.

agentmods 80×15 button for unitares-governance

Your own site · 80×15
<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>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,964 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00036 $0.01964
Opus 5 $0.00018 $0.00982
Sonnet 5 $0.00007 $0.00393
Haiku 4.5 $0.00004 $0.00196

Measured today against content hash 991f9accc71b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/unitares-governance/SKILL.md · 149 lines

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 drive
  • I: information integrity / calibration
  • S: entropy / drift / instability
  • V: 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.

Read the full file on GitHub · 149 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. today Changed · +2 lines 991f9accc71b
  2. yesterday Changed · +9 lines ebf186aa270f
  3. 2d ago Changed · +36 lines dceae2a78c8e
  4. 10d ago First seen · 102 lines · 36 tokens per session scan A 4c027b0dc48f

Subscribe to this mod's changes

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.

Related

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.

affaan-m/ECC · 32 tokens

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.

langchain-ai/deepagents · 43 tokens

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…

K-Dense-AI/scientific-agent-skills · 151 tokens

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…

Shubhamsaboo/awesome-llm-apps · 206 tokens

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

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…

browser-use/browser-use · 137 tokens