Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add bonfire-systems/goalkeeper/plugin install goalkeeperWrote 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/bonfire-systems/goalkeeper/goal-resume)<a href="https://agentmods.dev/skills/bonfire-systems/goalkeeper/goal-resume"><img src="https://agentmods.dev/badge/skills/bonfire-systems/goalkeeper/goal-resume/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/bonfire-systems/goalkeeper/goal-resume"><img src="https://agentmods.dev/badge/skills/bonfire-systems/goalkeeper/goal-resume.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.00041 | $0.00560 |
| Opus 5 | $0.00020 | $0.00280 |
| Sonnet 5 | $0.00008 | $0.00112 |
| Haiku 4.5 | $0.00004 | $0.00056 |
Grade A, and why
goal-resume 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.
What it actually says
You are operating the goal-resume skill. The gk CLI is python3 "${CLAUDE_PLUGIN_ROOT}/scripts/gk.py", abbreviated gk.
Flow
-
Run
gk status. It shows the active goal (if any) and the Parked queue — parked goals hold no slot, so "no active goal" does not mean "nothing to resume." If the user named a goal, target it; otherwise the active goal, or the single parked goal if that is unambiguous. Nothing to resume → tell the user and stop. -
Branch on the target's status:
active— already running;gk resumewill say so. No-op.done— goals don't reopen; suggest/goal-clearto archive, then a new contract.paused— rungk resume --keep-count.needs_human, rejection count 0 (parked on a human-gated blocker) — confirm the recordedneedsis actually provided, thengk resume <slug>.needs_human, rejections > 0 (judge rejected too many times) — Ask the user via AskUserQuestion whether to:- Reset rejection counter and continue (Recommended) — user confirms they fixed the flagged issues →
gk resume <slug> --reset-rejections. - Continue without reset — one more rejection re-parks it →
gk resume <slug> --keep-count. - Abandon — route to
/goal-clear.
- Reset rejection counter and continue (Recommended) — user confirms they fixed the flagged issues →
gk refuses a bare
resumein that case precisely so this question cannot be skipped. -
gk restores the slot and, if the goal heads a
waitingchain, re-arms the chain. If another goal holds the slot, gk refuses — finish, park, or clear that one first (one loop at a time). -
On success, re-enter the goal skill execution loop immediately. Do not just schedule a wakeup — do real work in this turn. If the goal is a chain link (see
gk status), re-spawn the executor subagent pergoal-chain/SKILL.mdinstead.
Hard rules
- Never silently reset the rejection counter — the AskUserQuestion step is mandatory for needs_human (and gk enforces the explicit flag).
- Never resume a
donegoal.
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.
- 12d ago First seen · 29 lines · 41 tokens per session scan A 870a3fb20e04
goal-resume is a skill published in the GitHub repository bonfire-systems/goalkeeper (13 stars, last pushed 12d ago), licensed MIT. It adds 41 tokens to every session and 560 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-30.
Other skills, from other repositories
hive.slack-notifications-setup
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.