agent-output

agent-output is a skill for Claude Code from allemaar/open-skills. It costs 54 tokens per session (605 once invoked), scanned A, original, Apache-2.0.

A short format for reports between coding agents, covering results, evidence, changed files, gaps, and next actions.

In plain words
What is it for?
Use it for worker reports, status updates, blockers, review findings, and recommendations passed between agents.
Why use it?
It keeps handoffs easy to scan and prevents important decisions from being buried in long logs or repeated explanations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the open-skills plugin — 70 skills shipped together

Good fit Use it for worker reports, status updates, blockers, review findings, and recommendations passed between agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allemaar/open-skills/agent-output
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 allemaar/open-skills --skill agent-output
Clone the repo
git clone --depth 1 https://github.com/allemaar/open-skills

Made for: Claude Code.

Or install open-skills, the plugin that ships this one along with the rest of its 70 skills.

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 agent-output

README.md
[![agentmods](https://agentmods.dev/badge/skills/allemaar/open-skills/agent-output/github.svg)](https://agentmods.dev/skills/allemaar/open-skills/agent-output)
Your own site
<a href="https://agentmods.dev/skills/allemaar/open-skills/agent-output"><img src="https://agentmods.dev/badge/skills/allemaar/open-skills/agent-output/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 agent-output

Your own site · 80×15
<a href="https://agentmods.dev/skills/allemaar/open-skills/agent-output"><img src="https://agentmods.dev/badge/skills/allemaar/open-skills/agent-output.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 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.00054 $0.00605
Opus 5 $0.00027 $0.00302
Sonnet 5 $0.00011 $0.00121
Haiku 4.5 $0.00005 $0.00060

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

Security

Grade A, and why

agent-output 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 12d 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/agent-output/SKILL.md · 70 lines

How it starts

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

/agent-output

An agent message exists to change the receiver's state. Send only information needed to decide, verify, continue, or stop.

Default report envelope

Omit empty fields. Keep each field to one compact block.

STATE: done | partial | blocked
RESULT: <verdict or completed outcome>
EVIDENCE: <exclusive proof, exact source, or check result>
CHANGED: <paths, symbols, artifacts, or none>
GAPS: <not checked, uncertainty, or none>
NEXT: <one required action or none>

For a finding, use FINDING, IMPACT, EVIDENCE, FIX, and GAPS. For a short live update, use only STATE plus the changed fact. Do not send the full envelope when two lines carry the message.

Compression rules

  • Lead with the result. Do not restate the assignment.
  • Report effects and evidence, not work chronology.
  • Name exact artifacts. Do not paste large diffs, logs, or source bodies.
  • Combine repeated findings by root cause. Preserve distinct severities.
  • State uncertainty and untested scope once, where they affect reliance.
  • Use stable identifiers as trailing anchors. Never make the receiver decode identifiers to learn the point.
  • Send one recommendation or next action. More than one only when the decisions are independent.
  • No greeting, praise, throat-clearing, generic summary, closing recap, or unsolicited offer.
  • Do not repeat a fact across RESULT, EVIDENCE, and NEXT.

Fidelity floor

Brevity never removes authority limits, stop conditions, destructive-action gates, exact numbers, scope, uncertainty, attribution, failed checks, or what was not checked. A short report that conceals a reversing caveat is invalid.

Dispatch use

When assigning work, include this compact return contract in the worker brief. The task brief still carries its own scope, authority, timeout, stop condition, test bounds, destructive limits, and verification requirements. This skill compresses the report. It does not weaken the assignment.

Boundary

  • Not /agent-mailbox. That skill transports durable messages.
  • Not /handoff. That skill builds a cold-agent context package.
  • Not /human-output. That governs Handler-facing prose. This contract is for agents who need dense operational signal.

Read the full file on GitHub · 70 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. 12d ago First seen · 70 lines · 54 tokens per session scan A df8fcb2ccbe2

Subscribe to this mod's changes

agent-output is a skill published in the GitHub repository allemaar/open-skills (14 stars, last pushed 2d ago), licensed Apache-2.0. It adds 54 tokens to every session and 605 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.