Clawhub Skill Llm Cost Guard

# LLM Cost Guard — Token Budget & Spend Monitor

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Clawhub Skill Llm Cost Guard" with this command: npx skills add mariusfit/clawhub-skill-llm-cost-guard

LLM Cost Guard — Token Budget & Spend Monitor

Track, budget, and alert on LLM API spending in real-time. Prevents runaway costs for AI agents, multi-user apps, and homelab automation.

What It Does

  • Real-time cost tracking — records every LLM call (tokens in/out, model, cost)
  • Budget enforcement — blocks requests when daily/monthly budgets are exceeded
  • Per-user quotas — free tier vs pro tier controls
  • Daily spend reports — delivered via WhatsApp/Telegram/Discord
  • Alerts — warns at 80% budget usage, blocks at 100%
  • Multi-model pricing — OpenAI, Anthropic, Groq, Ollama (Feb 2026 rates)

Quick Start

After install, configure your daily budget:

set budget daily 5.00

Then register API calls via the tracker:

# Log an LLM call
llm-cost-guard log --model gpt-4o --input-tokens 1500 --output-tokens 800 --user alice

# Check current spend
llm-cost-guard status

# View full report
llm-cost-guard report

Commands

CommandDescription
llm-cost-guard statusCurrent spend vs budget
llm-cost-guard reportFull breakdown by user/model/day
llm-cost-guard set-limit daily <USD>Set daily spend limit
llm-cost-guard set-limit user <key> <USD>Set per-user limit
llm-cost-guard resetReset counters (e.g., start of new period)
llm-cost-guard watchLive tail of all LLM calls
llm-cost-guard logRecord a manual LLM usage entry

Configuration

{
  "dailyCostLimit": 5.00,
  "monthlyCostLimit": 50.00,
  "perUserDailyCostLimit": 1.00,
  "defaultModel": "gpt-4o-mini",
  "alertAt": 0.8,
  "alertChannel": "whatsapp",
  "dataPath": "~/.openclaw/workspace/llm-cost-guard-data.json"
}

Supported Models (Built-in Pricing)

ProviderModels
OpenAIgpt-4o, gpt-4o-mini, gpt-4-turbo, gpt-3.5-turbo, o1, o1-mini, o3-mini
Anthropicclaude-3-5-sonnet, claude-3-5-haiku, claude-3-opus, claude-sonnet-4, claude-haiku-4
Groqllama-3.3-70b, llama-3.1-8b, mixtral-8x7b, gemma2-9b
OllamaLocal models (free, $0 tracked)

OpenClaw Cron Integration

The skill auto-installs a daily cron job to:

  1. Send a morning spend summary
  2. Alert if yesterday's spend exceeded budget
  3. Reset daily counters at midnight UTC
# Manually add cron
openclaw cron add "0 8 * * *" "llm-cost-guard report --send-to whatsapp"

Use Cases

Homelab AI Automation

You run multiple OpenClaw agents with different API budgets. This skill tracks each agent's spend independently and warns you before the bill arrives.

Multi-User Chatbot

Users get a free daily quota (e.g., $0.50/day). This skill enforces it, returning a friendly 429 when exceeded.

Cost Audit

Run llm-cost-guard report --period month to see your full monthly AI spend breakdown by model and user.

Data Storage

All data stored locally at ~/.openclaw/workspace/llm-cost-guard-data.json. No external services. No telemetry.

Why Zero Dependencies?

Every dependency is a potential VirusTotal flag, a supply chain risk, and a maintenance burden. This skill uses only Node.js stdlib and OpenClaw's built-in tools.

Source & Issues

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aws Fis Experiment Prepare

Use when the user wants to prepare, create, or generate an AWS FIS (Fault Injection Service) experiment configuration. Triggers on "prepare FIS experiment",...

Registry SourceRecently Updated
General

Aws Fis Experiment Execute

Use when the user wants to run a prepared AWS FIS experiment where the CloudFormation stack has already been deployed. Triggers on "execute FIS experiment",...

Registry SourceRecently Updated
General

Warranty Return Dispute Kit

Organizes a defective-product, denied-warranty, or return-window dispute into an evidence packet, timeline, support message, escalation script, contact log,...

Registry SourceRecently Updated
General

Goldman Sachs Co

提供高盛公司历史、业务模式、市场地位及关键数据,助力研究投资银行和金融机构角色分析。

Registry SourceRecently Updated