LaunchKit · 2026
Back to Skills

openrouter-analytics

Review OpenRouter usage, analytics, and troubleshooting data via API.

0
460 downloads
by @plgonzalezrx8

Setup & Installation

openclaw skills install @plgonzalezrx8/openrouter-analytics

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

npx clawhub install openrouter-analytics

What This Skill Does

Pulls usage and billing data from OpenRouter via its API. Covers account-level credit tracking, per-key consumption reporting, and request-level debugging by generation ID. Two API key types control access: a Management key for aggregate data, a standard API key for individual request logs.

Combines account-level management reporting and per-request debug detail in one CLI tool, replacing manual API calls or navigating the OpenRouter dashboard.

When to use it

  • Reviewing daily OpenRouter spend over a custom date range
  • Identifying which API keys are consuming the most credits
  • Debugging a slow or failed request using its generation ID
  • Exporting monthly usage data to CSV for billing review
  • Checking remaining credits before hitting a spending limit

Example Workflow

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

INPUT

User asks: Which of my API keys spent the most on OpenRouter last month?

AGENT
  1. 1Run `activity --from 2026-02-01 --to 2026-02-28 --summary` to get overall spend for the period
  2. 2Run `keys --limit 50 --summary` to list per-key usage and identify top consumers
  3. 3Run `report --from 2026-02-01 --to 2026-02-28 --format markdown` to generate a formatted summary
OUTPUT

A ranked breakdown of API keys with spend and request counts for the specified month

Requirements

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

OPENROUTER_MANAGEMENT_KEY environment variable (required for activity, credits, keys, and report commands)OPENROUTER_API_KEY environment variable (required for the generation troubleshooting command)OpenRouter account