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.
git clone --depth 1 https://github.com/fiale-plus/fiale-claude-pluginsWrote 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/fiale-plus/fiale-claude-plugins/hub-manage)<a href="https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/hub-manage"><img src="https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/hub-manage/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.
<a href="https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/hub-manage"><img src="https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/hub-manage.svg" alt="Reviewed on agentmods" width="80" 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.00011 | $0.00599 |
| Opus 5 | $0.00005 | $0.00300 |
| Sonnet 5 | $0.00002 | $0.00120 |
| Haiku 4.5 | $0.00001 | $0.00060 |
Grade A, and why
hub-manage 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hub Manage - Interactive UI
Present an interactive interface using AskUserQuestion for managing tracked items.
Process
- Read
~/.claude/status-config.json - If empty, say "Nothing to manage. Use
/hub <service>or/hub <pr-url>to start tracking." - Build options from tracked items
AskUserQuestion Structure
question: "What would you like to do?"
header: "Manage"
options:
- label: "View all (#N items)"
description: "Show detailed status of all tracked items"
- label: "Statusline settings..."
description: "Configure context/quota display"
- label: "Acknowledge alerts"
description: "Mark new items as seen"
- label: "Remove item..."
description: "Stop tracking a specific item"
Follow-up: Statusline Settings
If user selects "Statusline settings...", show:
question: "What to configure?"
header: "Statusline"
options:
- label: "Context display"
description: "Currently: <bar/percent/threshold/off>"
- label: "Quota display"
description: "Currently: <bar/number/compact/off>"
- label: "Turn both off"
description: "Disable context and quota from statusline"
Based on selection:
- "Context display" → Run
/hub-context - "Quota display" → Run
/hub-quota - "Turn both off" → Set
contextDisplay: nullandquota.displayFormat: "off"in config
Follow-up: Remove Item
If user selects "Remove item...", show second question:
question: "Which item to remove?"
header: "Remove"
options:
- label: "#1 PR #17163"
description: "anthropics/claude-code"
- label: "#2 YouTube Music"
description: "Background music"
- label: "#3 Gmail"
description: "Email notifications"
Actions
Based on selection:
| Selection | Action |
|---|---|
| View all | Run /hub list |
| Acknowledge | Run /hub ack all |
| Remove #N | Remove from config, update bridge (see below), say "Stopped tracking [item]" |
| Clear all | Run /hub off |
Updating Bridge After Changes
IMPORTANT: When modifying foreground (add/remove items), always refresh the entire bridge with current live data:
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 · 89 lines · 11 tokens per session scan A af9c4653fb1d
hub-manage is a command published in the GitHub repository fiale-plus/fiale-claude-plugins (4 stars, last pushed 5mo ago), licensed MIT. It adds 11 tokens to every session and 599 once invoked, about $0.0001 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.
Other commands, from other repositories
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
statusbar-theme
Switch the status-bar color theme (graphite / twilight / linen).
statusbar-preview
Render every style × theme combination using your real cached data.
context-stats
Display context window usage and token statistics.
run
Execute prompt(s) from ./prompts/ with automatic archiving - for structured prompt-based work.
help
Explain Ralph Wiggum technique and available commands.