From ai-model-research
Use when the user wants open-ended exploration of OpenRouter models around a theme rather than a specific recommendation, comparison, or evaluation. Triggers on phrases like "explore OpenRouter models for <topic>", "what's available on OR for <area>", "show me what's new on OpenRouter", "survey of <model family> on OR", "research OpenRouter models for <use case>".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ai-model-researchThis skill uses the workspace's default tool permissions.
Survey-style exploration of the OpenRouter catalog for a topic, family, or use case the user is curious about — broader and looser than a recommendation flow.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Survey-style exploration of the OpenRouter catalog for a topic, family, or use case the user is curious about — broader and looser than a recommendation flow.
The user is exploring rather than choosing. Examples:
If the user wants a concrete pick, route to or-recommend-model. If they want to compare specific models, route to or-compare-models. Use this skill only for genuinely open-ended exploration.
The theme might be:
openai/, anthropic/, meta-llama/, deepseek/, qwen/)created descending)If the theme is fuzzy, ask one clarifying question to narrow it.
Fetch the catalog and filter to the relevant slice:
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
Apply the filter and sort meaningfully (by created date for recency, by price for budget themes, by context for long-context themes).
Where useful, briefly contextualize the slice with external knowledge — what's the family known for, what's the recent narrative, what is the trade-off space. Keep this short (a few sentences). For deep dives on individual models, route to or-evaluate-model.
Use a structure suited to exploration, not just a flat table:
# <Theme> on OpenRouter
## Snapshot
- N models match this theme as of <fetch date>
- Price range: $... – $... per 1M tokens
- Context range: ... – ...
## Notable models
### <Model A>
- Why it stands out: ...
- Catalog facts: ...
### <Model B>
- ...
## What's missing / what to watch
- Gaps you noticed in the slice
- Models recently added or removed (if known)
## Suggested next steps
- "Want to compare A and B?" → or-compare-models
- "Want a recommendation for a specific task?" → or-recommend-model
- "Want to deep-dive on one of these?" → or-evaluate-model