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 Jun 19, 2026
Audited Apr 17, 2026 · audit v1.0
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Run a single command on a remote Tailscale node via SSH without opening an interactive session.
Debug DNS resolution and network connectivity. Use when troubleshooting DNS failures, testing port connectivity, diagnosing firewall rules, inspecting HTTP requests with curl verbose mode, configuring /etc/hosts, or debugging proxy and certificate issues.
主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the user wants to deploy, start, stop, restart, or manage applications hosted on Coolify.