odin-scp

odin-scp is a skill for Claude Code from bradheitmann/odin-sentinel. It costs 152 tokens per session (28,800 once invoked), scanned A, a copy of odin-scp, MIT.

A governance system for coordinating teams of AI agents, including their roles, setup, communication, and delivery checks.

In plain words
What is it for?
Use it to create and manage federated agent teams, enforce role and compatibility checks, and run controlled coordination workflows.
Why use it?
It adds rules and verification around multi-agent work so teams can coordinate without losing track of responsibilities or proof of delivery.

Skill for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: mentions subagents; mentions Claude Code; mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/validate-evidence-bundle.sh --require-tracked <slice-id>.

Good fit Use it to create and manage federated agent teams, enforce role and…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/bradheitmann/odin-sentinel
agentmods
npx agentmods add skills/bradheitmann/odin-sentinel/bootstrap

Made for: Claude Code.

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 odin-scp

README.md
[![agentmods](https://agentmods.dev/badge/skills/bradheitmann/odin-sentinel/bootstrap.svg)](https://agentmods.dev/skills/bradheitmann/odin-sentinel/bootstrap)
Your own site
<a href="https://agentmods.dev/skills/bradheitmann/odin-sentinel/bootstrap"><img src="https://agentmods.dev/badge/skills/bradheitmann/odin-sentinel/bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 28,800 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 100% copy Near-identical to another mod 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.00152 $0.28800
Opus 5 $0.00076 $0.14400
Sonnet 5 $0.00030 $0.05760
Haiku 4.5 $0.00015 $0.02880

Measured 2d ago against content hash ad21f2b37463, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

odin-scp 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 2d 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.

Origin

This is a copy

100% identical to odin-scp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

protocol/bootstrap-skill.md · 1,848 lines

How it starts

The opening of the file, as written. The whole thing — 1,848 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sentinel Coordination Protocol

SCP_PUBLIC_VERSION: 0.6.0 MIN_COMPATIBLE_CHILD_MCP: 0.4.5

Public install readiness: configure the ODIN MCP server, install native skill context where supported or use full prompt fallback, keep governed team roles in CMUX, verify auth/account readiness without printing secrets, smoke-test local inference if used, and validate role compatibility before launch. Private local skill copies may differ intentionally; public release checks compare repo-internal public artifacts only.

Use this skill for SCP policy introduction, repo landing, adoption-gate proof, controlled dissemination, active multi-agent control loops, and automated team lifecycle management. SCP is a governance layer for multi-team agent operation; it complements other coordination layers and AGENTS.md files where present. It sits above them after activation.

Source Of Truth

Master editable source:

  • the repository-distributed SCP protocol bundle, or an operator-declared canonical SCP skill source outside this public package.

The active canonical SCP skill directory is the directory that contains this SKILL.md plus its references/, agents/, and scripts/ support files.

All installed copies are synchronized runtime snapshots, not independent policy forks. Any agent modifying SCP policy must edit the declared source first, then propagate the full skill/protocol bundle to the installed harness targets and verify matching hashes.

Use the operator-declared sync procedure after edits. Do not hand-edit generated runtime copies except as a temporary emergency patch that is immediately backported to the declared source and resynced.

Portable curated skill/session records may live under the declared source, for example decisions/YYYY-MM-DD-<slug>.md and optionally CHANGELOG.md. Raw audit evidence belongs under .odin/audit/<session-id>/ or the declared evidence_path. Do not create empty folders just to satisfy policy; create decisions/ only when writing the first curated decision record.

Read the full file on GitHub · 1,848 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. 2d ago First seen · 1,848 lines · 152 tokens per session scan A ad21f2b37463

Subscribe to this mod's changes

odin-scp is a skill published in the GitHub repository bradheitmann/odin-sentinel (2 stars, last pushed 5d ago), licensed MIT. It adds 152 tokens to every session and 28,800 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to odin-scp, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories