Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/commands/attendantlion8/provider-fallback-plugin/provider-status)<a href="https://agentmods.dev/commands/attendantlion8/provider-fallback-plugin/provider-status"><img src="https://agentmods.dev/badge/commands/attendantlion8/provider-fallback-plugin/provider-status.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.00010 | $0.01128 |
| Opus 5 | $0.00005 | $0.00564 |
| Sonnet 5 | $0.00002 | $0.00226 |
| Haiku 4.5 | $0.00001 | $0.00113 |
Grade A, and why
provider-status 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 6d 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 — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Provider Status Dashboard
Display comprehensive status of all configured providers including usage statistics, availability, and configuration.
Usage
Show All Providers
/provider-status
Show Specific Provider
/provider-status anthropic
Reset Usage Counters
/provider-status --reset
/provider-status anthropic --reset
Output Format
╔══════════════════════════════════════════════════════════════╗
║ PROVIDER STATUS DASHBOARD ║
╠══════════════════════════════════════════════════════════════╣
║ Active Provider: anthropic (Anthropic Direct) ║
║ Default Model: claude-sonnet-4-20250514 ║
║ Auto-Switch: Enabled ║
╠══════════════════════════════════════════════════════════════╣
║ ║
║ PRIORITY ORDER: anthropic → bedrock → vertex → openrouter ║
║ ║
╠════════════════╦═══════════╦═════════════════════════════════╣
║ Provider ║ Status ║ Usage ║
╠════════════════╬═══════════╬═════════════════════════════════╣
║ 1. anthropic ║ ✓ Active ║ Daily: 250K / 1M (25%) ║
║ ║ ║ Monthly: 2.5M / 10M (25%) ║
╠════════════════╬═══════════╬═════════════════════════════════╣
║ 2. bedrock ║ ✓ Ready ║ Daily: 0 / 5M (0%) ║
║ ║ ║ Monthly: 0 / 50M (0%) ║
╠════════════════╬═══════════╬═════════════════════════════════╣
║ 3. vertex ║ ✗ No Key ║ Not configured ║
╠════════════════╬═══════════╬═════════════════════════════════╣
║ 4. openrouter ║ ⚠ Limited ║ Daily: 1.8M / 2M (90%) ║
║ ║ ║ Monthly: 18M / 20M (90%) ║
╚════════════════╩═══════════╩═════════════════════════════════╝
Status Indicators
| Indicator | Meaning |
|---|---|
| ✓ Active | Currently selected provider |
| ✓ Ready | Configured and has capacity |
| ⚠ Limited | Near usage limit (>80%) |
| ✗ Exhausted | Limit reached, will fallback |
| ✗ No Key | API key not configured |
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.
- 6d ago First seen · 122 lines · 10 tokens per session scan A e7685696f09f
provider-status is a command published in the GitHub repository AttendantLion8/provider-fallback-plugin (2 stars, last pushed 8mo ago), licensed MIT. It adds 10 tokens to every session and 1,128 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
cost-report
Generate a local Claude Code cost report from the ECC cost-tracker metrics log.
security-scan
Run AgentShield against agent, hook, MCP, permission, and secret surfaces.
instinct-import
Import instincts from external sources.
learn
Extract patterns and learnings from current session.
quality-gate
Run the ECC quality pipeline on demand for a file or project scope.
doctor
Diagnose a broken llm-router setup.