handoff-consume-openaccp

handoff-consume-openaccp is a skill for Claude Code, Codex from 0fuk/OpenACCP. It costs 41 tokens per session (453 once invoked), scanned A, original, MIT.

A process for checking an OpenACCP handoff before deciding what it proves. A handoff is the package one agent gives another containing completed work and its supporting evidence.

In plain words
What is it for?
Use it before follow-up work, integration, final acceptance, publication, merging, amendment, rejection, or blocking a handoff.
Why use it?
It prevents the existence of a handoff from being mistaken for acceptance and exposes scope violations, missing tests, skipped checks, and overclaims.

Skill for Claude CodeCodex

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

Good fit Use it before follow-up work, integration, final acceptance, publication, merging, amendment, rejection, or blocking a handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0fuk/openaccp/handoff-consume-openaccp
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 0fuk/OpenACCP --skill handoff-consume-openaccp
Clone the repo
git clone --depth 1 https://github.com/0fuk/OpenACCP

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 handoff-consume-openaccp

README.md
[![agentmods](https://agentmods.dev/badge/skills/0fuk/openaccp/handoff-consume-openaccp/github.svg)](https://agentmods.dev/skills/0fuk/openaccp/handoff-consume-openaccp)
Your own site
<a href="https://agentmods.dev/skills/0fuk/openaccp/handoff-consume-openaccp"><img src="https://agentmods.dev/badge/skills/0fuk/openaccp/handoff-consume-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.

agentmods 80×15 button for handoff-consume-openaccp

Your own site · 80×15
<a href="https://agentmods.dev/skills/0fuk/openaccp/handoff-consume-openaccp"><img src="https://agentmods.dev/badge/skills/0fuk/openaccp/handoff-consume-openaccp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 453 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.00041 $0.00453
Opus 5 $0.00020 $0.00227
Sonnet 5 $0.00008 $0.00091
Haiku 4.5 $0.00004 $0.00045

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

Security

Grade A, and why

handoff-consume-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 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.

skills/handoff-consume-openaccp/SKILL.md · 57 lines

What it actually says

Handoff Consume OpenACCP

Validate structure, check scope against task card, review verification evidence, inspect risks, consider reviewer recommendation, and decide accepted, amend, split-follow-up, rejected, or blocked.

Handoff presence is not acceptance.

Every consume should produce or return a consume-result artifact. Frontier consume results are provisional unless Primary explicitly granted final authority, which should not be the default. Final consume results belong to Primary or the human owner.

Consume Rules

Before consume, check:

  • handoff exists and is readable,
  • task card or source authority matches the claimed work,
  • changed artifacts fit allowed scope,
  • forbidden files or effects were not touched,
  • verification evidence is present and specific,
  • skipped checks are explained,
  • reviewer recommendation is considered when available,
  • final-state claims are not made by non-final roles.

Use consume results to drive the next dispatch. If the handoff is incomplete, send it back for amendment or dispatch reviewer/discovery work instead of treating it as done.

If consuming a Frontier return or Primary-ready packet with a final accepted decision, cite the closure closureId, laneId, or path in basisRefs, then validate the consume-result with that frontier-closure. A closure file is evidence; it is not final acceptance by itself.

Consume Result Fields

Record:

  • consumeId,
  • responseId,
  • consumerRole,
  • authorityScope,
  • targetHandoffIds,
  • targetReviewIds,
  • decision,
  • basisRefs,
  • evidenceStatus,
  • claimsAccepted,
  • claimsRejected,
  • remainingRisks,
  • authorityLimits,
  • nextActions.

Validate with:

openaccp-validate --artifact <consume-result.json> --ruleset consume-result --strict
# Only for final accepted Frontier return or Primary-ready packet consume:
openaccp-validate --artifact <consume-result.json> --ruleset consume-result --frontier-closure <frontier-closure.json> --strict
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 · 57 lines · 41 tokens per session scan A 6066bd6c5e29

Subscribe to this mod's changes

handoff-consume-openaccp is a skill published in the GitHub repository 0fuk/OpenACCP (2 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 453 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

hive-mind-advanced

Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory.

ruvnet/ruflo · 25 tokens

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…

Gentech-Labs/genTech-agent-kit · 71 tokens

agent-teams

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

athola/claude-night-market · 30 tokens

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.

varun29ankuS/shodh-memory · 67 tokens

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.

yonatangross/orchestkit · 56 tokens

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.

linkerlin/PUAX · 31 tokens