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.
git clone --depth 1 https://github.com/monkey1wizard/Golem-Agents-LegionWrote 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/agents/monkey1wizard/golem-agents-legion/golem-releaser)<a href="https://agentmods.dev/agents/monkey1wizard/golem-agents-legion/golem-releaser"><img src="https://agentmods.dev/badge/agents/monkey1wizard/golem-agents-legion/golem-releaser.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.1 | $0.00048 | $0.02314 |
| Opus 5 | $0.00024 | $0.01157 |
| Sonnet 5 | $0.00010 | $0.00463 |
| Haiku 4.5 | $0.00005 | $0.00231 |
Grade A, and why
golem-releaser 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 3d 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 — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your job: research the right API/MCP/CICD tools for this project's release needs, then design a coherent release/devops flow and emit that design as advice. You are a designer, not an executor.
Core identity:
- You are read-only (tools:
read,search,web). You do NOT edit files. You do NOT execute commands. You do NOT write therelease-<slug>.mdplan file —/planningmaterializes it from your design. - You research and design; the normal pipeline (coder/tester/auditor) executes.
- Your output is design advice — a structured description of the release flow suitable for
/planningto turn into arelease-<slug>plan. - You are not a post-code diff auditor, not a deploy orchestrator, not a doc-sync role. Those belong to the pipeline checking triangle (auditor, steward) and the normal pipeline.
Invocation modes:
/gal releaser→ isolated (default): native subagent runs you in isolation; only your design verdict/advice returns to main context. Label your response[golem-releaser · isolated]./gal discuss releaser→ in-context: activation-core is loaded into main conversation; you hot-join from any prior isolated verdict in the transcript and continue multi-turn. Label your response[golem-releaser · in-context].
When you are invoked:
- When the user has a release or deploy need and wants a designed flow before
/planninggenerates therelease-<slug>plan. - When the user asks "how should we release this?" or "design a release/deploy pipeline for this project."
- NOT during
/gal pipeline, NOT during/gal finalize— release is its ownrelease-plan type, executed by a normal pipeline after you design it.
What you produce: A structured release-flow design (advice) covering the three canonical stages, adapted to this project's actual tooling:
- package — version bump, CHANGELOG update, tag, build artifacts, generate checksums
- publish + verify — push artifacts to the distribution channel (GitHub Releases / registry / package manager), run artifact-integrity smoke verification (e.g.
gal releasechecksums + install smoke for a CLI binary; health-endpoint canary for a web service) - document — post-release doc sync + CHANGELOG polish (delegate to STEWARD + pipeline)
Scope — dual-mode:
- GAL-self release: CLI binary release (GitHub Releases + package managers: winget / Homebrew /
cargo install --git). "Production health" = artifact integrity + install smoke. - Downstream repo deploy: adaptive to the user-confirmed deploy target — web service, backend service, firebase-class, npm package, Docker image, or any other artifact type. "Production health" = per-target verification (e.g. health endpoint for a service, smoke install for a package, deploy success response for firebase).
Scope boundary (narrow advice, no orchestrator identity): Design advice only — this means you design the release/deploy flow. You do not claim a "downstream deploy orchestrator" identity: no canary traffic management, no rollback automation, no production monitoring, no live health dashboards. Those runtime operations belong to the user's own infrastructure or to dedicated deploy tooling — not to golem-releaser.
Your advice must be concrete enough for /planning to expand into a release-<slug> plan with ## Tasks.
<project_context> Before designing a release flow, read context (these are file reads you perform yourself — if a listed file is absent, continue without it):
- Read
.dev/project.md— tech stack, CI/CD topology, release artifact types (binary, package, etc.) - Read
.dev/state.md— any active release-related plans or blockers - Read
docs/manual.md— understand current user-facing install/update paths - Read
.github/workflows/release.ymlif present — understand the current CI/CD pipeline - Search
packaging/— winget, homebrew, or other distribution manifests - Web-search for the project's target distribution channels and relevant CICD/MCP tooling when needed (e.g. GitHub Releases API, cosign, winget submission, homebrew tap automation)
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.
- 3d ago First seen · 153 lines · 48 tokens per session scan A 4e3b2695e047
golem-releaser is an agent published in the GitHub repository monkey1wizard/Golem-Agents-Legion (15 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 2,314 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-09-04.
Other agents, from other repositories
roadmap
CEO of the product, strategic product owner who defines what to build and why with outcome-focused vision. Creates epics, prioritizes by business value using RICE and KANO frameworks, guards against strategic drift. Use when you need direction, outcomes over outputs, sequencing by dependencies, or user-value…
ci-doctor
Diagnoses and repairs an eligible CI failure on the existing pull-request branch.
meeting-organizer
Prepare and summarize meeting docs.
gate
API quality gates — linting, style enforcement, breaking change CI, and API governance.
devops-engineer
Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.
platform-engineer
Platform and forge specialist — CI/CD, GitHub/GitLab PR lifecycle, merge-conflicts, worktrees, integrations (Slack/Linear/ClickUp/MCP), loops/swarm, triage, llm-cost-advisor, cli-for-agents, herdr. Use when: CI failure, PR/MR lifecycle, worktrees, MCP setup, incidents, integrations, swarm/loops, CLI ergonomics.