add-top-openrouter-models
Installation
SKILL.md
OpenRouter Model Sync
Syncs models from the OpenClaw app leaderboard on OpenRouter into this openclaw installation.
Workflow
Step 1: Extract Model IDs via Browser
The app page is a React SPA -- must use browser tool, not web_fetch.
- Open
https://openrouter.ai/apps?url=https%3A%2F%2Fopenclaw.ai%2Fin browser (profile: openclaw) - Take a snapshot, find and click "Show more" to expand full leaderboard
- Take another snapshot after expansion
- Extract model IDs from link hrefs -- they follow the pattern
/<provider>/<model-name>(e.g./moonshotai/kimi-k2.5) - Filter out non-model links (navigation links to
/docs,/chat,/rankings,/pricing,/enterprise,/about, etc.) - Collect the model IDs (without leading slash)