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.
git clone --depth 1 https://github.com/terrene-foundation/kailash-coc-claude-pyWrote 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/commands/terrene-foundation/kailash-coc-claude-py/release-claim)<a href="https://agentmods.dev/commands/terrene-foundation/kailash-coc-claude-py/release-claim"><img src="https://agentmods.dev/badge/commands/terrene-foundation/kailash-coc-claude-py/release-claim/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/commands/terrene-foundation/kailash-coc-claude-py/release-claim"><img src="https://agentmods.dev/badge/commands/terrene-foundation/kailash-coc-claude-py/release-claim.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.00039 | $0.01627 |
| Opus 5 | $0.00019 | $0.00813 |
| Sonnet 5 | $0.00008 | $0.00325 |
| Haiku 4.5 | $0.00004 | $0.00163 |
Grade A, and why
release-claim 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 9d 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 — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/release-claim — Multi-Operator Claim Release
Release a claim from the coordination log. Two modes:
- Self-release — operator releases their own claim. Writes a signed
releaserecord. - Cross-operator reap (
--reap … --cosigner …) — releases a STALE claim held by a SIBLING. Requires the §4.4 reap ceremony (distinct-person_id cosigner + pinned victim heartbeat past LIVENESS_TTL_MS).
Usage
/release-claim <claim-ref>
/release-claim --reap <other-claim-ref> --cosigner <person_id>
<claim-ref>— either<verified_id>:<seq>(canonical) OR theclaim_idfrom/claimsoutput.--reap— explicit dispatch to the cross-operator reap ceremony. The<other-claim-ref>MUST point at a stale sibling claim (verified_id != self).--cosigner <person_id>— required on--reap; the person_id of a distinct, eligible cosigner per.claude/hooks/lib/eligibility.js::isEligibleSigner("gate-approval")(R5-S-04: CI hosts BLOCKED).
Self-release flow
- Parse
<claim-ref>— resolve to(verified_id, seq). If passed asclaim_id, look up the matching claim record in the folded accepted set. - Resolve identity via
operator-id.js::resolveIdentity(cwd). - Bind check — the resolved claim's
verified_idMUST equal the current operator'sverified_id. If they differ, halt-and-report:
Direct the user toCross-operator claim release attempted via self-release. Use the reap ceremony for stale sibling claims: /release-claim --reap <other-claim-ref> --cosigner <person_id>/claimsto see the stale claim's currentdisplay_idand a candidate cosigner. - Build release record:
{ type: "release", verified_id, person_id, display_id, seq, prev_hash, ts, content: { claim_id: <released claim_id>, released_claim_ref: { verified_id, seq }, reason: "self-release", }, sig } - Sign + append via filesystem Transport
appendRecord. Print confirmation.
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.
- 9d ago First seen · 122 lines · 39 tokens per session scan A 4128a92cb237
release-claim is a command published in the GitHub repository terrene-foundation/kailash-coc-claude-py (12 stars, last pushed 24d ago), licensed Apache-2.0. It adds 39 tokens to every session and 1,627 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-09-03.
Other commands, from other repositories
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
claim
Claims a GitHub issue for your swarm to work on, preventing conflicts with other swarms.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
weekly-summary
Generate weekly work summary from git activity.
next
Suggest the most likely next workflow action based on current context.