hub-manage

hub-manage is a command for Claude Code from fiale-plus/fiale-claude-plugins. It costs 11 tokens per session (599 once invoked), scanned A, original, MIT.

An interactive command for managing items tracked by a status hub. It reads the hub's local configuration and lets you view items, adjust status display settings, acknowledge alerts, or remove items.

In plain words
What is it for?
Use it to review tracked items, configure context and quota indicators, acknowledge notifications, or stop tracking an item.
Why use it?
It provides one place to manage tracked services or pull requests instead of handling each entry separately. It also tells you when there is nothing currently tracked.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the claude-status-hub plugin — 16 commands shipped together

Good fit Use it to review tracked items, configure context and quota indicators, acknowledge notifications, or stop tracking an item.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/fiale-plus/fiale-claude-plugins/hub-manage
Install

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.

Clone the repo
git clone --depth 1 https://github.com/fiale-plus/fiale-claude-plugins

Made for: Claude Code.

Or install claude-status-hub, the plugin that ships this one along with the rest of its 16 commands.

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 hub-manage

README.md
[![agentmods](https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/hub-manage/github.svg)](https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/hub-manage)
Your own site
<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.

agentmods 80×15 button for hub-manage

Your own site · 80×15
<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>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 599 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.00011 $0.00599
Opus 5 $0.00005 $0.00300
Sonnet 5 $0.00002 $0.00120
Haiku 4.5 $0.00001 $0.00060

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

Security

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.

plugins/claude-status-hub/commands/hub-manage.md · 89 lines

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

  1. Read ~/.claude/status-config.json
  2. If empty, say "Nothing to manage. Use /hub <service> or /hub <pr-url> to start tracking."
  3. 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: null and quota.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:

Read the full file on GitHub · 89 lines

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 · 89 lines · 11 tokens per session scan A af9c4653fb1d

Subscribe to this mod's changes

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.