ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaw Cost Auditor

Skill by gblockchainnetwork

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gblockchainnetwork/openclaw-cost-auditor
Or

summary: "OpenClaw Cost Auditor: Track API usage, model costs, token burn, and revenue for OpenClaw deployments." description: "Parse logs, query API metrics, forecast bills, optimize spend with reports & alerts." triggers:

  • "audit openclaw costs"
  • "openclaw billing"
  • "check API spend"
  • "token usage report" read_when:
  • "openclaw cost" in message
  • "API auditor" in message

OpenClaw Cost Auditor v1.0.0

🎯 Purpose

  • Daily/weekly cost reports
  • Top models/users by tokens
  • Cost per query forecasts
  • Optimization recs (quantize, prune)

🚀 Quick Start

!openclaw-cost-auditor --period last7d --format pdf

Files

  • scripts/audit.py: Log parser & calculator
  • templates/report.md: Cost dashboard template

Integrations

OpenClaw logs, Grok/xAI API, custom providers.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gblockchainnetwork-openclaw-cost-auditor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.