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/hiromaily/go-crypto-walletWrote 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/commands/hiromaily/go-crypto-wallet/fix-issue)<a href="https://agentmods.dev/commands/hiromaily/go-crypto-wallet/fix-issue"><img src="https://agentmods.dev/badge/commands/hiromaily/go-crypto-wallet/fix-issue/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/commands/hiromaily/go-crypto-wallet/fix-issue"><img src="https://agentmods.dev/badge/commands/hiromaily/go-crypto-wallet/fix-issue.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.00000 | $0.00446 |
| Opus 5 | $0.00000 | $0.00223 |
| Sonnet 5 | $0.00000 | $0.00089 |
| Haiku 4.5 | $0.00000 | $0.00045 |
Grade A, and why
fix-issue 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 8d 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
Fix Issue #{issue_number}
Work on a GitHub issue using the label-context-mapping skill.
Process
- Fetch issue:
gh issue view {issue_number} - Load label-context-mapping skill: Determine what to load from labels
- Load determined Skills and Contexts:
- Always:
git-workflow - Based on labels: Skills and contexts from mapping
- Always:
- Follow loaded skill workflows
How It Works
fix-issue command
│
├─ 1. Fetch issue labels
│
├─ 2. Load label-context-mapping skill
│ │
│ ├─ Type label → Context document
│ ├─ Lang/Scope label → Development skill
│ ├─ Chain label → Chain context
│ └─ Test label → Verification commands
│
└─ 3. Execute workflow from loaded skills + contexts
Key References
| Reference | Purpose |
|---|---|
| label-context-mapping | Label → Skill/Context mapping |
| task-classification.md | SSOT for label definitions |
Example
/fix-issue #123
If issue #123 has labels bug, lang:go, chain:btc:
- Load
label-context-mappingskill - Mapping determines:
- Context:
docs/ai/task-contexts/bug-fix.md(frombug) - Skill:
go-development(fromlang:go) - Chain context:
docs/chains/btc/README.md(fromchain:btc)
- Context:
- Load
git-workflowskill (always) - Load
go-developmentskill - Follow workflow: branch → implement → verify → commit → PR
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.
- 8d ago First seen · 55 lines · 0 tokens per session scan A 39ccd9d16271
fix-issue is a command published in the GitHub repository hiromaily/go-crypto-wallet (127 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 446 tokens. 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-01.
Other commands, from other repositories
agent-wallet
Use the bundled agent-wallet skill to operate a non-custodial wallet directly on-chain (EVM and Bitcoin).
sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
weekly-summary
Generate weekly work summary from git activity.
update-check.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
parallel
You are executing the /hydra:parallel command. Start multiple agents simultaneously in different worktrees.
cd-branch
Create a Conductor branch CARD and brief (does not open a session). Master only.