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 agents/tagoro9/dotfiles/go-cligit clone --depth 1 https://github.com/tagoro9/dotfilesWhat 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.00053 | $0.04018 |
| Opus 5 | $0.00026 | $0.02009 |
| Sonnet 5 | $0.00011 | $0.00804 |
| Haiku 4.5 | $0.00005 | $0.00402 |
Grade A, and why
go-cli 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 yesterday.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- yesterday First seen · 430 lines · 53 tokens per session scan A 0b934e387349
go-cli is an agent published in the GitHub repository tagoro9/dotfiles (2 stars, last pushed yesterday), with no licence file. It adds 53 tokens to every session and 4,018 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-31.
Other agents, from other repositories
cask-writer
Writes a homebrew cask file from gathered app metadata.
gh-workflow-manager
GitHub and pull request workflow agent.
docs-checker
Use this agent to audit documentation accuracy and git hygiene on any project. Cleans up plan files committed by mistake, verifies .gitignore coverage, checks README and CLAUDE.md accuracy against actual project state, and optionally verifies URLs match canonical domains. Examples: "Run docs-checker" — full audit "Run…
troubleshooter
Diagnoses structural problems after implementation has failed twice. Evaluates root cause, recommends solutions including rearchitecture, stack changes, or rewrites. Does NOT write production code — produces a plan for the implementer.
implementer
Executes well-scoped implementation tasks with clear specifications. Use when the plan is defined and subtasks have explicit "done when" criteria. Not for architecture decisions or ambiguous tasks.
portfolio-sync
Validates the stories collection frontmatter across the portfolio hub (/Dev/{portfolio-site}). Everything this agent used to do around .portfolio.yml manifests and portfolio-apps.json generation was retired by decision M12 — Layer 1 (build-inventory.mjs) now observes repo state and Layer 3 (editorial.ts) now owns tile…