mulmoterminal-bug-report

mulmoterminal-bug-report is a skill for Claude Code, Codex from receptron/mulmoterminal. It costs 126 tokens per session (1,664 once invoked), scanned A, original, MIT.

A troubleshooting guide for deciding whether a MulmoTerminal problem is a configuration issue, intended behaviour, or a genuine software bug.

In plain words
What is it for?
It gathers the symptom, inspects relevant settings and implementation details, searches existing GitHub issues, and files a new issue only after user approval.
Why use it?
It checks the actual configuration, source rules, version, and existing reports before claiming an explanation or filing an issue.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool; mentions Codex.

Good fit It gathers the symptom, inspects relevant settings and implementation details, searches existing GitHub issues, and files a new issue only after user approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/receptron/mulmoterminal/mulmoterminal-bug-report
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 receptron/mulmoterminal --skill mulmoterminal-bug-report
Clone the repo
git clone --depth 1 https://github.com/receptron/mulmoterminal

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 mulmoterminal-bug-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/receptron/mulmoterminal/mulmoterminal-bug-report/github.svg)](https://agentmods.dev/skills/receptron/mulmoterminal/mulmoterminal-bug-report)
Your own site
<a href="https://agentmods.dev/skills/receptron/mulmoterminal/mulmoterminal-bug-report"><img src="https://agentmods.dev/badge/skills/receptron/mulmoterminal/mulmoterminal-bug-report/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.

agentmods 80×15 button for mulmoterminal-bug-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/receptron/mulmoterminal/mulmoterminal-bug-report"><img src="https://agentmods.dev/badge/skills/receptron/mulmoterminal/mulmoterminal-bug-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,664 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00126 $0.01664
Opus 5 $0.00063 $0.00832
Sonnet 5 $0.00025 $0.00333
Haiku 4.5 $0.00013 $0.00166

Measured 12d ago against content hash 3a7b2a6ad895, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mulmoterminal-bug-report 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 12d 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.

- the running server: `curl -s http://localhost:34567/api/config` (34567 is the default port;
server/skills/mulmoterminal-bug-report/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MulmoTerminal — is it a bug?

The goal is that the user ends up unblocked, not that an issue gets filed. An issue is what's left after the other three steps fail to explain the behaviour.

Work the steps in order. Stop the moment the user is unblocked.

Rules that hold in every step

  • Never assert "that's by design" from memory. Say it only with a reason attached: a config key, an implementation file, a guide page. faq.md is an index of where to look — it deliberately contains no values.
  • Read the real thing. Current and default values come from the user's actual config file, the schema in the source, or the running server — never from this file, and never from recollection.
  • "I don't know" is an allowed answer. If a step cannot decide, say so and go to the next one. Never close the conversation by guessing.
  • Nothing leaves the machine before the user has seen it in full and said yes.
  • Reply in the language the user writes in.

Step 1 — Hear the symptom (collect nothing yet)

Ask with AskUserQuestion, options first — a user who is already frustrated should be picking, not composing. Up to 4 questions per call; two calls cover this comfortably.

  • What kind — display looks wrong / input doesn't work / a session died or won't connect / won't start at all / phone features / something else
  • Where — a grid cell / the zoomed view / the single view / the file browser / settings / phone
  • Which agent — claude / codex / shell / a launcher cell / a command cell
  • How often — every time / sometimes / once
  • Since when — after an update / it always did this / not sure

Then, in prose: what did you expect, and what happened instead? Those two sentences are what the next step is judged against, so get them before touching anything else.

Step 2 — Is it configuration, or by design? (this is the actual job)

  1. Read faq.md (next to this file) and find the entry closest to the symptom.
  2. Follow its pointers to the real values:
    • global config: ~/.mulmoterminal/config.json
    • directory config: <the directory in question>/.mulmoterminal.json
    • the running server: curl -s http://localhost:34567/api/config (34567 is the default port; if the user changed it, it's the port in their browser's address bar). /api/update-status, /api/sessions, /api/git-status?cwd=<dir> and /api/dir-config?cwd=<dir> answer too.
    • the source files named by the entry, when the question is about accepted values or behaviour
  3. If that explains the gap between expected and actual, say why, show the fix, and stop.
    • If the fix is a .mulmoterminal.json, hand off to /mulmoterminal-config instead of dictating JSON — it knows the schema and validates.
  4. If nothing explains it, or the explanation is a guess, go to Step 3. Do not stretch the FAQ to cover a symptom it doesn't cover.

Read the full file on GitHub · 135 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 135 lines · 126 tokens per session scan A 3a7b2a6ad895

Subscribe to this mod's changes

mulmoterminal-bug-report is a skill published in the GitHub repository receptron/mulmoterminal (212 stars, last pushed today), licensed MIT. It adds 126 tokens to every session and 1,664 once invoked, about $0.0006 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.