glance

glance is a skill for Claude Code from iroha924/mumei. It costs 142 tokens per session (558 once invoked), scanned A, original, MIT.

A command that prints a one-line reliability summary for the active mumei feature. It uses recent trial results to show how often the feature passes a repeated check.

In plain words
What is it for?
Use it to inspect the active feature's recent reliability, or specify another feature to check.
Why use it?
It gives you a compact stability signal without opening logs or switching context.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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 mumei plugin — 11 skills, 10 agents, 18 hooks shipped together

Good fit Use it to inspect the active feature's recent reliability, or specify another feature to check.

Compare 6 skills 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 iroha924/mumei
Claude Code
/plugin install mumei

Made for: Claude Code.

Or install mumei, the plugin that ships this one along with the rest of its 11 skills, 10 agents, 18 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 glance

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iroha924/mumei/glance"><img src="https://agentmods.dev/badge/skills/iroha924/mumei/glance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00142 $0.00558
Opus 5 $0.00071 $0.00279
Sonnet 5 $0.00028 $0.00112
Haiku 4.5 $0.00014 $0.00056

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

Security

Grade A, and why

glance scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/glance/SKILL.md · 47 lines

What it actually says

Glance — one-line reliability summary

Surface the active feature's reliability in a single line so the user can check stability without context switching.

Trigger

User invokes /mumei:glance (no args) or /mumei:glance <feature>. The skill is disable-model-invocation: true; it never fires on the model's own initiative.

What it does

  1. Resolves the target feature:

    • no args → reads .mumei/current for the active feature key
    • with args → uses the given feature key directly
  2. Computes pass^3 over the most recent 10 trials via hooks/_lib/reliability.sh.

  3. Renders exactly one line to stdout:

    <feature> | pass^3: <value-or-N/A> (n=<n_trials>, window=10, k=3)
    
  4. Outputs no active feature to stdout (not stderr) and exits 0 when .mumei/current is missing or stale (REQ-25.2.3).

How to invoke

Run the CLI implementation in scripts/mumei-glance.sh and print its stdout verbatim:

bash "$CLAUDE_PLUGIN_ROOT/scripts/mumei-glance.sh" "${1:-}"

The script always exits 0 (missing active feature is not an error). Do not reformat the output.

Don'ts

  • Don't add headers, blank lines, or trailing commentary — the contract is one line.
  • Don't emit no active feature to stderr — REQ-25.2.3 specifies stdout.
  • Don't accept flags or multiple feature args. A single optional positional arg only.
  • Don't re-interpret the numeric value — it is a window pass rate, not a geometric Pass^k.
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. 9d ago First seen · 47 lines · 142 tokens per session scan A 465bc623d945

Subscribe to this mod's changes

glance is a skill published in the GitHub repository iroha924/mumei (2 stars, last pushed 2d ago), licensed MIT. It adds 142 tokens to every session and 558 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.