LaunchKit · 2026
Back to Skills

ai-usage

Check AI usage across Anthropic and other providers.

0
464 downloads
by @bshandley

Setup & Installation

openclaw skills install @bshandley/ai-usage

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ai-usage

What This Skill Does

Checks AI token usage and quota across Anthropic and other providers. Reads live quota data from Anthropic's OAuth API using Claude Code's credentials, and parses OpenClaw session logs for per-model token and cost stats from any routed provider.

It pulls real quota percentages directly from Anthropic's OAuth API rather than estimating from logs, so weekly and rolling-window numbers reflect actual limits.

When to use it

  • Checking remaining Anthropic quota before starting a long task
  • Reviewing end-of-month spending across AI providers
  • Running a daily background heartbeat on token consumption
  • Identifying which models have been called most this week
  • Feeding usage data into a cron job or dashboard via JSON output

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: what's my Anthropic quota usage this week?

AGENT
  1. 1Reads OAuth token from ~/.claude/.credentials.json
  2. 2Refreshes the token if expired by invoking Claude Code once
  3. 3Calls GET https://api.anthropic.com/api/oauth/usage for live quota data
  4. 4Parses OpenClaw session logs for per-model token and cost counts
  5. 5Prints a formatted report with utilization gauges and a reset countdown
OUTPUT

Console report showing weekly utilization %, 5-hour rolling window %, model-specific breakdowns for Sonnet and Opus, and token/cost stats from any other detected providers

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Claude Code installed and authenticated (claude CLI in PATH with valid credentials)