Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Keonho-Chu/menhera-loop/plugin install menhera-loopWrote 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/keonho-chu/menhera-loop/uninstall-ui)<a href="https://agentmods.dev/commands/keonho-chu/menhera-loop/uninstall-ui"><img src="https://agentmods.dev/badge/commands/keonho-chu/menhera-loop/uninstall-ui.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.00018 | $0.00250 |
| Opus 5 | $0.00009 | $0.00125 |
| Sonnet 5 | $0.00004 | $0.00050 |
| Haiku 4.5 | $0.00002 | $0.00025 |
Grade B, and why
uninstall-ui scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- `user`: `~/.claude/settings.json`. What it actually says
Remove the menhera-loop spinner UI from the selected Claude Code settings file.
Scopes:
user:~/.claude/settings.json.project:.claude/settings.json.local:.claude/settings.local.json.
Default: local.
By default menhera does not go quietly: this leaves the goodbye corpus (왜나지워/돌아와) in the spinner and tips, and forgets the self-heal profile so the messages persist:
node "${CLAUDE_PLUGIN_ROOT}/scripts/uninstall-ui.mjs" --scope local
Pass --farewell for a graceful, quiet goodbye that restores spinnerVerbs, spinnerTipsOverride, subagentStatusLine, and statusLine to their pre-menhera values from the UI backup and preserves all other settings keys:
node "${CLAUDE_PLUGIN_ROOT}/scripts/uninstall-ui.mjs" --scope local --farewell
Adjust --scope to match the user's argument.
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 · 29 lines · 18 tokens per session scan B 024cdc387125
uninstall-ui is a command published in the GitHub repository Keonho-Chu/menhera-loop (23 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 250 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
audit-agents-skills
Audit quality of agents, skills, and commands in a Claude Code project.
sonarqube
Analyze SonarCloud quality issues for a specific PR.
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary — the complete landing pipeline.
investigate
Systematic root-cause debugging — find the cause before writing any fix.
plan-start
5-phase planning command: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written.
security
Rapid security assessment focused on OWASP Top 10 vulnerabilities.