Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @odinbot33 Updated 6/28/2026 1,088 downloads 0 stars Security: Pass

Oee Ai Cost Tracker OpenClaw Plugin & Skill | ClawHub

Looking to integrate Oee Ai Cost Tracker into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

> by Odin's Eye Enterprises — Ancient Wisdom.

Install

ClawHub CLI
openclaw skills install @odinbot33/oee-ai-cost-tracker
Node.js (npx)
npx clawhub@latest install oee-ai-cost-tracker

Full SKILL.md

Open original

SKILL.md content below is scrollable.

🐾 AI Cost Tracker — Know What You Spend

by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.

Track every AI API call, generate spend reports, and get routing suggestions to cut costs.

What It Does

  1. Logs every API call with model, tokens, cost to JSONL
  2. Reports spending by model, time period, and use case
  3. Suggests cheaper model routing based on task complexity

Trigger Phrases

  • "how much have I spent on AI"
  • "AI cost report"
  • "track this API call"
  • "show AI spending"
  • "cost breakdown"

Usage

Logging (in your code)

from tracker import log_usage
log_usage(model="claude-3-haiku", input_tokens=500, output_tokens=200, task="humanize")

Reports

# Full spend report
python report.py

# Last 7 days
python report.py --days 7

# By model
python report.py --by-model

Files

  • tracker.py — logging library, import into your tools
  • report.py — CLI dashboard for spend analysis
  • pricing.json — model pricing data (update as needed)

Requirements

  • Python 3.10+ (stdlib only)
  • No API keys needed (this tracks YOUR usage)

For Agents

To check spending: python report.py To log usage from other tools: from tracker import log_usage

<!-- 🐾 Odin's ravens count every coin -->

ClawHub Registry URL: https://clawhub.ai/odinbot33/skills/oee-ai-cost-tracker

Related skills

If this matches your use case, these are close alternatives in the same category.