provider-status

provider-status is a command for Claude Code from AttendantLion8/provider-fallback-plugin. It costs 10 tokens per session (1,128 once invoked), scanned A, original, MIT.

A dashboard that shows configured model providers, their usage, availability, active provider, default model, and automatic switching settings.

In plain words
What is it for?
Use it to inspect all providers or one provider, and reset the usage counters when needed.
Why use it?
It gives one place to see whether providers are available and how much of their usage has been consumed.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to inspect all providers or one provider, and reset the…

Compare 6 commands from other repositories ↓
Install

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.

Made for: Claude Code.

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 provider-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/attendantlion8/provider-fallback-plugin/provider-status.svg)](https://agentmods.dev/commands/attendantlion8/provider-fallback-plugin/provider-status)
Your own site
<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>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,128 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.00010 $0.01128
Opus 5 $0.00005 $0.00564
Sonnet 5 $0.00002 $0.00226
Haiku 4.5 $0.00001 $0.00113

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

Security

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.

commands/provider-status.md · 122 lines

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

Read the full file on GitHub · 122 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. 6d ago First seen · 122 lines · 10 tokens per session scan A e7685696f09f

Subscribe to this mod's changes

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.