nextclaw: Skill for Codex

.agents/skills/acceptance-contract-governance/SKILL.md

acceptance-contract-governance is a skill for Codex from Peiiii/nextclaw. It costs 59 tokens per session (360 once invoked), scanned A, original, MIT.

An acceptance-contract guide for large, multi-stage coding tasks. It turns the meaning of “done” into observable checkpoints that can change when requirements or facts change.

In plain words
What is it for?
Use it to define and maintain acceptance criteria, stage gates, contract IDs, and unresolved items for high-risk or low-supervision deliveries.
Why use it?
It prevents work from being treated as complete merely because one stage is finished. It also keeps acceptance requirements visible across stages and sessions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Peiiii/nextclaw's own configuration. It tells Codex how to work on nextclaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nextclaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Peiiii/nextclaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Peiiii/nextclaw/master/.agents/skills/acceptance-contract-governance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Peiiii/nextclaw

Made for: 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 acceptance-contract-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/peiiii/nextclaw/acceptance-contract-governance/github.svg)](https://agentmods.dev/skills/peiiii/nextclaw/acceptance-contract-governance)
Your own site
<a href="https://agentmods.dev/skills/peiiii/nextclaw/acceptance-contract-governance"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/acceptance-contract-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 acceptance-contract-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/peiiii/nextclaw/acceptance-contract-governance"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/acceptance-contract-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 360 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.00360
Opus 5 $0.00030 $0.00180
Sonnet 5 $0.00012 $0.00072
Haiku 4.5 $0.00006 $0.00036

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

Security

Grade A, and why

acceptance-contract-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 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.

.agents/skills/acceptance-contract-governance/SKILL.md · 23 lines

What it actually says

验收契约治理

定位

把“做到什么才算完整”变成可观察、可演进、不过度约束实现的契约,使大型任务可分阶段自主推进而不把执行切片偷换成最终交付。

本 skill 只拥有验收契约,不调查代码事实、不冻结方案、不选择测试工具、不执行质量收敛,也不是新的 lifecycle phase。事实、设计、证明、Review 和外部交付仍归既有阶段 owner。

进入

风险为 L3-L4、用户明确给出验收标准/要求完整或低监督交付,或任务确需多个可独立验收阶段时进入。普通 L0-L2 小改、合同清楚的 bugfix、单一验证和主观偏好调整不使用。

完整执行验收契约方法,把设计、计划和用户标准登记成 active contract;被动文档中未入 ledger 的条目不能进入完成门。跨阶段、跨会话或有压缩风险时维护最小活文档,否则留在工作记录。

输出

返回 contract-id、parent-goal、stable acceptance IDs、粗粒度阶段图、当前阶段门、契约 Review 和未关闭项。只在阶段切换、新事实改变完成判断或用户改变目标时更新。

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 23 lines · 59 tokens per session scan A f6544c849293

Subscribe to this mod's changes

acceptance-contract-governance is a skill published in the GitHub repository Peiiii/nextclaw (256 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 360 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

openclaw-pr-batch-sweep

Select, review, repair, validate, and land batches of up to 20 low-risk OpenClaw contributor pull requests using Vincent's maintainer preferences and bounded sub-agent lanes. Use for "next 20", broad contributor PR sweeps, merge-candidate mining, or continued PR-batch work where drafts, maintainer work, trivial…

vincentkoc/dotskills · 95 tokens

tmux-lane-orchestrator

Manage one tmux agent lane from its matching ops pane, inspect live pane state and Codex logs on cold start, and produce concise manager summaries for OpenClaw and adjacent project work.

vincentkoc/dotskills · 46 tokens

ghcrawl-cluster-operator

Use when inspecting a ghcrawl SQLite store, pulling GitHub issue/PR data, refreshing summaries, embeddings, and clusters, or extracting one cluster and its evidence through the ghcrawl CLI.

vincentkoc/dotskills · 45 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

org-branch-cleanup

Audit and safely prune stale branches across a GitHub organization with immutable snapshots, conservative merged-PR classification, live SHA/protection/open-PR revalidation, resumable deletion ledgers, and post-delete verification. Use when a maintainer asks to clean up old, dead, merged, bot-created, or abandoned…

vincentkoc/dotskills · 91 tokens