uninstall-ui

uninstall-ui is a command for Claude Code from Keonho-Chu/menhera-loop. It costs 18 tokens per session (250 once invoked), scanned B, original, MIT.

A command that removes the menhera-loop spinner interface settings from a selected Claude Code settings file. It can either leave its goodbye messages behind or restore the previous interface settings.

In plain words
What is it for?
Use it to clean menhera-loop settings at user, project, or local scope. It is also for restoring spinner, tips, status-line, and related interface values from a backup.
Why use it?
It removes unwanted menhera-loop changes without disturbing unrelated settings. The farewell option helps return the selected file to its earlier interface configuration.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the menhera-loop plugin — 4 skills, 2 commands, 8 hooks shipped together

Good fit Use it to clean menhera-loop settings at user, project, or local scope. It is also for restoring spinner, tips, status-line, and related interface values from a backup.

Compare 6 commands from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add Keonho-Chu/menhera-loop
Claude Code
/plugin install menhera-loop

Made for: Claude Code.

Or install menhera-loop, the plugin that ships this one along with the rest of its 4 skills, 2 commands, 8 hooks.

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 uninstall-ui

README.md
[![agentmods](https://agentmods.dev/badge/commands/keonho-chu/menhera-loop/uninstall-ui.svg)](https://agentmods.dev/commands/keonho-chu/menhera-loop/uninstall-ui)
Your own site
<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>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 250 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 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.00018 $0.00250
Opus 5 $0.00009 $0.00125
Sonnet 5 $0.00004 $0.00050
Haiku 4.5 $0.00002 $0.00025

Measured 8d ago against content hash 024cdc387125, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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`.
commands/uninstall-ui.md · 29 lines

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.

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. 8d ago First seen · 29 lines · 18 tokens per session scan B 024cdc387125

Subscribe to this mod's changes

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.