claude-extra-usage-limiter-bellwether
v1.0.0Guards a Claude subscription against pay-as-you-go extra-usage credits. Watches the 5-hour and 7-day plan windows, tells Claude to wind down and checkpoint at 85%, and hard-denies tool calls at 97% (git commit and memory writes stay allowed). Status line shows live usage. Fails open but loud if Claude Code's usage cache changes shape.
By Bellwether AI0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-extra-usage-limiter-bellwether for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-extra-usage-limiter-bellwether@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Bellwether-AI/btc-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-extra-usage-limiter-bellwether/.
Plugin files
├── .claude-plugin/plugin.json├── skills/setup/SKILL.md└── skills/status/SKILL.md
Included Skills2
Use when the user asks to install, configure, or repair the extra-usage limiter status line or hooks — "set up the usage limiter", "install the usage status line", "the usage gauge is missing", "finish installing the limiter" — or right after installing the plugin.
Use when the user asks how much of their Claude plan usage is left, when the session window resets, whether extra-usage credits are at risk, or whether the usage limiter is working — "usage status", "how close am I to the limit", "is the limiter running", "why did my tool call get blocked".
Plugin manifests1
{
"name": "claude-extra-usage-limiter-bellwether",
"version": "1.0.0",
"description": "Guards a Claude subscription against pay-as-you-go extra-usage credits. Watches the 5-hour and 7-day plan windows, tells Claude to wind down and checkpoint at 85%, and hard-denies tool calls at 97% (git commit and memory writes stay allowed). Status line shows live usage. Fails open but loud if Claude Code's usage cache changes shape.",
"author": {
"name": "Bellwether AI"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-extra-usage-limiter-bellwether on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-extra-usage-limiter-bellwether)