isomux-report-bug

isomux-report-bug is a skill for Claude Code, Codex from nmamano/isomux. It costs 36 tokens per session (292 once invoked), scanned A, original, MIT.

A guided tool for reporting a software problem to the isomux project on GitHub, a website where developers track bugs and requests.

In plain words
What is it for?
Use it to describe a bug, include the isomux version and operating-system details, review the complete draft, and submit it after approval.
Why use it?
It collects useful computer details and prepares the report, while letting you check and remove private information before anything is sent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to describe a bug, include the isomux version and operating-system…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nmamano/isomux/isomux-report-bug
Install

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.

Any agent
npx skills add nmamano/isomux --skill isomux-report-bug
Clone the repo
git clone --depth 1 https://github.com/nmamano/isomux

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for isomux-report-bug

README.md
[![agentmods](https://agentmods.dev/badge/skills/nmamano/isomux/isomux-report-bug.svg)](https://agentmods.dev/skills/nmamano/isomux/isomux-report-bug)
Your own site
<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>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 292 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 882b64b61e29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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`),
skills/isomux-report-bug/SKILL.md · 13 lines

What it actually says

Help the user file a bug report against the isomux GitHub repo (https://github.com/nmamano/isomux).

  1. Ask the user to describe the bug.
  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), 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).
  3. Draft a GitHub issue with the user's description and a "System info" section at the bottom.
  4. 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.
  5. Once approved, file using gh issue create --repo nmamano/isomux.
Changes

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.

  1. 7d ago First seen · 13 lines · 36 tokens per session scan A 882b64b61e29

Subscribe to this mod's changes

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.