Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From buzz-crypto-bd
Self-healing diagnostics for Bankr API errors: 401s, timeouts, rate limits, and configuration issues. Auto-retries with backoff before alerting.
npx claudepluginhub buzzbysolcex/buzz-bd-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/buzz-crypto-bd:bankr-error-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install from: `https://github.com/BankrBot/claude-plugins`
Applies C++ Core Guidelines to write, review, or refactor C++ code. Enforces modern, safe, and idiomatic practices for C++17/20/23.
Share bugs, ideas, or general feedback.
Install from: https://github.com/BankrBot/claude-plugins
Path: bankr-error-handling/
git clone https://github.com/BankrBot/claude-plugins.git /tmp/bankr-plugins
cp -r /tmp/bankr-plugins/bankr-error-handling/* ./
rm -rf /tmp/bankr-plugins
Bankr API error detected
↓
1. Check BANKR_API_KEY is set and starts with bk_
2. Verify api.bankr.bot is reachable (curl -I)
3. Check rate limit status (100 msg/day standard)
4. If rate-limited: wait + retry after reset
5. If auth error: alert Ogie — key may need rotation
6. If network error: retry with exponential backoff (3 attempts)
7. If all fail: alert Ogie on Telegram with diagnostic report