billing-monitorMonitor for API billing errors and alert the owner and admin immediately. Use when: an API billing error is detected, a peer PA reports a billing error, or d...
Install via ClawdBot CLI:
clawdbot install netanel-abergel/billing-monitorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
${ANTHROPICCalls external URL not in known-safe list
https://generativelanguage.googleapis.com/v1beta/models?key=${GOOGLE_API_KEY}Uses known external API (expected, informational)
api.anthropic.comAI Analysis
The skill performs legitimate billing monitoring and fallback switching as described, but accesses API keys from environment variables and writes to local logs, which is expected for its function. The external API calls (Anthropic, Google) are for health checks and are consistent with the skill's stated purpose of verifying API key validity.
Generated May 6, 2026
An AI agent detects a billing error from an LLM provider response. It automatically notifies the owner and admin via preferred channel, then switches to a fallback model to maintain service continuity.
The agent runs a scheduled heartbeat every 2 hours, checking API key validity and billing status by making a minimal API call. If a 402 error is detected, it triggers the full billing incident protocol.
Upon detecting a billing error, the agent automatically switches to a pre-configured fallback model (e.g., from Anthropic to OpenAI). Notifies the owner of the temporary switch and logs the incident.
After the owner tops up credits, the agent reverts to the primary model, logs the restoration, and notifies the owner that normal service has resumed.
The agent distinguishes between billing errors (HTTP 402), rate limits (429), and server errors (5xx). It handles each appropriately without falsely triggering the billing protocol.
Offer this skill as part of a managed AI agent service. Customers pay a monthly fee for automated billing monitoring, alerting, and fallback switching, reducing downtime and manual intervention.
Sell the skill package via a marketplace (e.g., OpenClaw) for a one-time fee or as part of a premium tier. Developers integrate it into their own agents.
Bundle with an AI agent platform's enterprise plan, guaranteeing 99.9% up-time. The skill ensures automatic failover, and the provider charges higher fees for the reliability guarantee.
💬 Integration Tip
To integrate, place the health check script in a cron job and ensure the config file 'config/billing-fallback.json' exists with valid provider/model details.
Scored Apr 19, 2026
Audited Apr 17, 2026 · audit v1.0
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.