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.
npx agentmods add commands/mbanderas/maestro/context-bargit clone --depth 1 https://github.com/mbanderas/maestroWhat 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 | $0.00012 | $0.00300 |
| Opus 5 | $0.00006 | $0.00150 |
| Sonnet 5 | $0.00002 | $0.00060 |
| Haiku 4.5 | $0.00001 | $0.00030 |
Grade B, and why
context-bar 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 2d 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.
path in the `statusLine.command` field of `~/.claude/settings.json`. What it actually says
Toggle the Maestro context bar shown in the Claude Code status line.
The bar is rendered by context-bar.ps1 (Windows) or context-bar.sh
(macOS / Linux) in the Claude Code statusline directory, normally
~/.claude/statusline/. It self-gates on a flag file named
.context-bar-disabled in that same directory:
- flag file ABSENT -> bar enabled (default)
- flag file PRESENT -> bar disabled (status line shows the folder name only)
Requested state: $ARGUMENTS
Steps:
- Find the statusline directory: it is the directory containing the script
path in the
statusLine.commandfield of~/.claude/settings.json. Default to~/.claude/statusline/if it cannot be determined. - Resolve the action against the flag file
.context-bar-disabledin that directory:on/enable-> delete the flag file (no-op if already absent).off/disable-> create an empty flag file.- no argument -> toggle: delete the flag if present, else create it.
- Confirm the resulting state in one line. The change takes effect on the next status line refresh.
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.
- 2d ago First seen · 31 lines · 12 tokens per session scan B b4a9d289a543
context-bar is a command published in the GitHub repository mbanderas/maestro (5 stars, last pushed 6d ago), licensed MIT. It adds 12 tokens to every session and 300 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-31.
Other commands, from other repositories
upgrade
Upgrade the skillshare CLI binary and/or the built-in skillshare skill.
build
Run full verification pipeline.
doctor
Run IJFW health check (files, MCP server, hooks, memory, caps, framing).
release
Walk the llmwiki release process step by step.
add-agent
引导新增一个 Agent 适配器。用法 /add-agent.
migrate
Command "migrate" from chohra-med/expo_boilerplate, covering invocation, steps and rule.