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 agentmods add skills/forgeyclap/claude-forge/forge-agent-reportnpx skills add ForgeyClap/claude-forge --skill forge-agent-reportgit clone --depth 1 https://github.com/ForgeyClap/claude-forgeWrote 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/forgeyclap/claude-forge/forge-agent-report)<a href="https://agentmods.dev/skills/forgeyclap/claude-forge/forge-agent-report"><img src="https://agentmods.dev/badge/skills/forgeyclap/claude-forge/forge-agent-report.svg" alt="Measured on agentmods" 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 | $0.00039 | $0.01089 |
| Opus 5 | $0.00019 | $0.00544 |
| Sonnet 5 | $0.00008 | $0.00218 |
| Haiku 4.5 | $0.00004 | $0.00109 |
Grade A, and why
forge-agent-report 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 5d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
forge-agent-report — the completion-report contract
Stops the Lead from hand-transcribing a dispatched Boss's final message into the dashboard. Every dispatched agent ends its final message with ONE fenced block; this skill's tool parses, validates, and ingests it.
Naming note: the tool lives at
forge-bin/forge-report.cjs. The skill folder is namedforge-agent-report(notforge-report) becauseskills/forge-report/SKILL.mdalready exists for a different thing — the Lead's own end-of-task delivery report format. Don't confuse the two: this skill is the per-agent machine-checkable contract;forge-reportis the Lead's human-readable final report.
The contract (copy-paste into every dispatch prompt)
Include this requirement verbatim (or close to it) in every Agent(...) dispatch prompt:
End your final message with EXACTLY ONE fenced block:
```forge-report
{
"status": "completed|partial|blocked|failed",
"work_package": "WP-…",
"files_changed": ["path/one", "path/two"],
"tests_run": "the exact command(s) + result — or \"none\" if honestly nothing ran",
"evidence": ["what actually proves this — command output, file diff, line count, etc."],
"blockers": ["only if status is blocked — what's blocking you"],
"next_action": "the single most useful next step"
}
```
If you emit more than one such block while thinking out loud, only the LAST one counts — make sure it
reflects your true final status.
When to use
- On every dispatch — the Lead includes the contract requirement above in the prompt of every
Agent(...)call, named or not. - On every return — when a dispatched agent's final message comes back, the Lead runs
validate(oringestdirectly) before treating the work as done. An agent claimingcompletedwith no real evidence, orblockedwith no blockers listed, is not a valid completion — send it back.
How to run
node .claude/forge-bin/forge-report.cjs validate <file|->
# parse + validate a saved copy of the agent's message; exit 0 valid / 2 invalid
node .claude/forge-bin/forge-report.cjs ingest <run_id> <file|-> --agent "<Boss name>" [--root <projectRoot>]
# parse + validate, then log ONE agent_output + ONE agent_evidence_added event into
# <run>/events.jsonl (both already-registered VISIBLE-REASONING event types) — the dashboard
# renders the report without the Lead re-typing anything. On an invalid report: logs NOTHING,
# exit 2 — send it back to the agent instead.
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.
- 5d ago First seen · 90 lines · 39 tokens per session scan A cb62020764b8
forge-agent-report is a skill published in the GitHub repository ForgeyClap/claude-forge (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,089 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.
Other skills, from other repositories
frame-macos-notification
拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.
prototype-web
可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.
waitlist-page
【模板: 等候名单页 / Waitlist】 【意图】为新产品 / 早鸟内测做一张极简等候页。 【布局】.
deck-course-module
暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.
deck-pitch
10 页融资 deck, 白底 + 蓝紫渐变 hero, traction 柱状, $X.XM ask.
conversational-ux
Design voice and conversational interfaces — dialog flows, error recovery, and persona. Use when the interface speaks and listens rather than being tapped. For graphical input collection, use form-design.