Add Top OpenRouter Models

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's code and instructions align with its stated purpose: it scrapes OpenRouter's leaderboard, verifies model IDs against OpenRouter's API, and updates local OpenClaw config files (with backups).

This skill appears to do what it says: scrape OpenRouter's leaderboard (via the agent's browser), verify IDs against the OpenRouter API, and add missing models to your local OpenClaw config. Before installing or running: 1) Review the included script (scripts/sync-openrouter-models.py) yourself — it will read ~/.openclaw/openclaw.json and agents/*/agent/models.json looking for an OpenRouter API key and will write updates (it creates backups). 2) Use the --dry-run and --json flags first to preview changes. 3) Be aware the browser step opens openrouter.ai; if your agent's browser profile contains cookies or credentials you do not want exposed, avoid using that profile. 4) Confirm you trust the OpenRouter endpoint and that your OpenRouter API key (if present in config) is intended to be used by this tool. If any of these are unacceptable, do not run the script or run it in a controlled environment (copy config files first or run on a test account).