OpenRouter Rankings Tracker

Fetch and track OpenRouter AI model rankings (weekly trends, top models, top apps, market share). Use when user asks about OpenRouter rankings, AI model popularity, token usage statistics, or wants weekly automated reports.

Audits

Pass

Install

openclaw skills install openrouter-rankings

OpenRouter Rankings Tracker

Fetch and track OpenRouter's AI model usage rankings.


Quick Start

# Fetch current rankings
node scripts/fetch.js

# With options
node scripts/fetch.js --save --push

What It Captures

SectionData
Top ModelsWeekly token usage, growth %
Top AppsApps consuming most tokens
Market ShareProvider market distribution
HighlightsFastest growing, #1 model/app

Output Format

Data saved to ~/.openclaw/data/openrouter-rankings/YYYY-MM-DD.json

{
  "fetchedAt": "2026-03-10T02:15:00.000Z",
  "source": "https://openrouter.ai/rankings",
  "period": "This Week",
  "topModels": [...],
  "marketShare": [...],
  "topApps": [...],
  "highlights": {...}
}

Cron Integration

Set up weekly automated fetch:

{
  "name": "openrouter-weekly",
  "schedule": { "kind": "cron", "expr": "0 9 * * 1" },
  "payload": { "kind": "agentTurn", "message": "Fetch OpenRouter rankings and push to Feishu" },
  "sessionTarget": "isolated"
}

Options

FlagDescription
--saveSave to JSON file
--pushPush to Feishu (requires config)
--compareCompare with last week

Data Structure

See references/data-structure.md for detailed schema.