openrouter-integration
Installation
SKILL.md
OpenRouter Integration
Use official OpenRouter docs as the source of truth for current endpoints, parameters, and capability metadata. Prefer openrouter.ai/docs, openrouter.ai/openapi.json, and the API reference pages under openrouter.ai/docs/api-reference.
Quick Snippets
Use these for fast copy-paste before reaching for the fuller references or templates.
Curl: list models
curl -s https://openrouter.ai/api/v1/models \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Accept: application/json"