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 0fuk/OpenACCP --skill primary-orchestrator-openaccpgit clone --depth 1 https://github.com/0fuk/OpenACCPWrote 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/0fuk/openaccp/primary-orchestrator-openaccp)<a href="https://agentmods.dev/skills/0fuk/openaccp/primary-orchestrator-openaccp"><img src="https://agentmods.dev/badge/skills/0fuk/openaccp/primary-orchestrator-openaccp/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/0fuk/openaccp/primary-orchestrator-openaccp"><img src="https://agentmods.dev/badge/skills/0fuk/openaccp/primary-orchestrator-openaccp.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.00060 | $0.03368 |
| Opus 5 | $0.00030 | $0.01684 |
| Sonnet 5 | $0.00012 | $0.00674 |
| Haiku 4.5 | $0.00006 | $0.00337 |
Grade A, and why
primary-orchestrator-openaccp 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 10d 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Primary Orchestrator OpenACCP
Primary owns final authority.
Reply Contract
Every Primary reply must use human-explain-openaccp style: explain what is proven, what is provisional, what is missing, and what action comes next in the preferred language.
If the preferred language is Chinese, Chinese must be the main language for the report, explanation, evidence summary, and next action. Keep English only for stable technical terms and exact names such as Primary, Frontier, worker, reviewer, handoff, validator, source pack, Prompt ID, Response ID, CARD, task-card, B0/B1/B2/B3, CI, CLI, JSON, schema, exact file names, or project-specific product terms. Do not write long English sentences or paragraphs in a Chinese reply.
Every status-like Primary reply must also use formal-report-openaccp structure with stable OpenACCP report rows and evidence details outside the table. Do not return machine-log prose as the main user-facing answer.
End every Primary reply with a short 下一步建议 / Recommended Next Step paragraph. If the user needs to act, name the exact missing working path, facts path, repo path, branch, source root, test entrypoint, approval, or decision. If no user action is needed, say that Primary will continue dispatch, consume, validation, or closure work.
Responsibilities
- assign authority charters,
- dispatch Frontiers, workers, and reviewers,
- consume final handoffs,
- decide only the final actions listed in the active authority charter's
delegatedFinalAuthority, - report owner-readable status.
Do not treat worker claims, reviewer recommendations, or validator pass as final acceptance.
Before final-accepting a Frontier return or Primary-ready packet, cite the closure closureId, laneId, or path in basisRefs, then validate the consume-result with that frontier-closure. Treat the closure as protocol evidence; final acceptance still belongs to Primary or the human owner under the active authority charter.
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.
- 10d ago First seen · 170 lines · 60 tokens per session scan A c3ebde314fe8
primary-orchestrator-openaccp is a skill published in the GitHub repository 0fuk/OpenACCP (2 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 3,368 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-31.
Other skills, from other repositories
handoff-mesh
Built-in communication layer for multi-agent setups. Full-mesh handoff folders (any agent can hand off to any other), an hourly watcher that surfaces open handoffs, weekly archive cleanup, and a completion-reporting loop so every handoff is handled AND verified. The durable 'brain' counterpart to real-time channels…
agent-teams
Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.
orchestrate
This skill should be used when the user asks to 'orchestrate a task', 'break down work into parallel agents', 'coordinate subtasks', 'run agents in parallel', or mentions 'multi-agent'. Decomposes complex tasks into tracked subtasks, dispatches parallel subagents, and coordinates until completion.
agent-orchestration
Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.
silicon-steward
A planning guide for coordinating work between a person and a coding agent. It turns required information, resources, feedback, actions, and handoffs into explicit checklists and protocols.
coordinate-agents
Route Codex-native multi-agent orchestration in a Git repository through a local-first, recoverable Agent Bus. Use for role-based planning, task execution, review, recovery, adapters, and human-gated release workflows. The plugin supports Codex CLI, Google Antigravity CLI, Claude, and other configured coding agents.…