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 skills add nmamano/isomux --skill isomux-report-buggit clone --depth 1 https://github.com/nmamano/isomuxWrote 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/nmamano/isomux/isomux-report-bug)<a href="https://agentmods.dev/skills/nmamano/isomux/isomux-report-bug"><img src="https://agentmods.dev/badge/skills/nmamano/isomux/isomux-report-bug.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.00036 | $0.00292 |
| Opus 5 | $0.00018 | $0.00146 |
| Sonnet 5 | $0.00007 | $0.00058 |
| Haiku 4.5 | $0.00004 | $0.00029 |
Grade A, and why
isomux-report-bug scanned grade A with 1 finding 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 7d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
2. Gather system info: isomux version (find the isomux install directory by checking where this skill file lives - it's under `skills/` in the isomux repo - then run `git rev-parse --short HEAD` there), OS (`uname -a`), What it actually says
Help the user file a bug report against the isomux GitHub repo (https://github.com/nmamano/isomux).
- Ask the user to describe the bug.
- Gather system info: isomux version (find the isomux install directory by checking where this skill file lives - it's under
skills/in the isomux repo - then rungit rev-parse --short HEADthere), OS (uname -a), and the user's current room and desk (from the agent manifest:curl -s localhost:4000/agents -H "Authorization: Bearer $ISOMUX_AGENT_TOKEN", where 4000 is the default isomux server port - match your own agent ID, do NOT include the agent name). - Draft a GitHub issue with the user's description and a "System info" section at the bottom.
- Show the full draft to the user. Flag any potentially sensitive information (file paths, system details, project names, etc.) so the user can remove it. Do NOT file until they explicitly approve. Let them edit or remove anything.
- Once approved, file using
gh issue create --repo nmamano/isomux.
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.
- 7d ago First seen · 13 lines · 36 tokens per session scan A 882b64b61e29
isomux-report-bug is a skill published in the GitHub repository nmamano/isomux (37 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 292 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
python-code-quality
Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.
langsmith-tracing
LangSmith tracing and debugging setup for LLM applications. Configure observability, capture traces, and enable debugging for LangChain/LangGraph agents.
behavior-contract
Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
systematic-debugging
Structured debugging methodology using hypothesis-driven investigation, log analysis, and bisection to isolate and resolve defects.
debugging-patterns
Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring.