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.
/plugin marketplace add fiale-plus/fiale-claude-plugins/plugin install claude-status-hubWrote 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-custom)<a href="https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/hub-custom"><img src="https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/hub-custom.svg" alt="Measured on agentmods" 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.00015 | $0.01386 |
| Opus 5 | $0.00008 | $0.00693 |
| Sonnet 5 | $0.00003 | $0.00277 |
| Haiku 4.5 | $0.00002 | $0.00139 |
Grade B, and why
hub-custom scanned grade B with 2 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 7d 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.
After generating the skill, automatically detect and add required permissions to `~/.claude/settings.json`. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `curl <url>` → `"Bash(curl <domain>:*)"` How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hub Custom - Setup Tracking for Unknown Services
Set up status tracking for any service by finding or creating an appropriate refresh skill.
Parse Argument
Extract <service-name> from the argument (e.g., "sentry", "linear", "jira").
If no service name provided, ask: "What service do you want to track?"
Step 1: Check Existing Skills
Before doing anything, check if a skill already exists:
ls ${CLAUDE_PLUGIN_ROOT}/skills/hub-refresh-<service>*.md 2>/dev/null
If found:
- Say "Found existing skill: [filename]. Service is ready to track."
- Ask if they want to add it to monitoring now
Step 2: Present Choice
Use AskUserQuestion:
question: "How would you like to set up tracking for <service>?"
header: "Setup"
options:
- label: "AI-powered (Recommended)"
description: "I'll search for integrations and figure out the best approach"
- label: "Guide me"
description: "I'll describe what I want to track in my own words"
Path A: AI-Powered Detection
A1. Check Installed MCPs
Look for relevant MCPs in the system:
- Check
~/.claude/mcp.jsonfor installed servers - Check if any MCP name contains the service name
- If found: "You have [mcp-name] installed. I can use this to track ."
A2. Search for Available Integrations
If no MCP found:
Web search: "<service> MCP server Claude"
Web search: "<service> Claude Code plugin"
If results found:
- Present options to user
- Offer to help install
- After install, create skill that uses the MCP
A3. Browser Integration
If no MCP available or user declines:
- Ask: "Do you have open in a browser tab?"
- If yes:
- Get tabs via
mcp__claude-in-chrome__tabs_context_mcp - Find the service tab
- Take screenshot:
mcp__claude-in-chrome__computeraction=screenshot - Read page structure:
mcp__claude-in-chrome__read_page
- Get tabs via
- Analyze the page:
- Look for notification badges, counters, status indicators
- Identify elements that would be useful to track
- Present findings:
- "I found these trackable elements: [list]"
- "Which would you like to monitor?"
- Generate skill file with selected elements
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.
- 7d ago First seen · 191 lines · 15 tokens per session scan B 4bdf3ea2d30b
hub-custom is a command published in the GitHub repository fiale-plus/fiale-claude-plugins (4 stars, last pushed 5mo ago), licensed MIT. It adds 15 tokens to every session and 1,386 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
doc-generate
You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices.
api-gen
Generate REST API endpoints with routes, validation, error handling, and tests.
full-stack-feature
Orchestrate full-stack feature development across backend, frontend, and infrastructure layers with modern API-first approach.
setup-rate-limiting
Command "setup-rate-limiting" from qdhenry/Claude-Command-Suite, covering setup rate limiting and instructions.
implement-graphql-api
Command "implement-graphql-api" from qdhenry/Claude-Command-Suite, covering implement graphql api and instructions.
design-rest-api
Command "design-rest-api" from qdhenry/Claude-Command-Suite, covering design rest api and instructions.