From open-router-model-research
Use when the user wants to find OpenRouter models that support tool use / function calling. Triggers on phrases like "OpenRouter models with tool use", "which OR models support function calling", "find tool-calling models on OpenRouter", "MCP-compatible models on OpenRouter", "models for agentic workflows on OR".
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-router-model-research:or-find-tool-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Filter the OpenRouter catalog to models that declare tool/function calling support, then rank or summarize them based on the user's stated criteria (price, context, provider).
Filter the OpenRouter catalog to models that declare tool/function calling support, then rank or summarize them based on the user's stated criteria (price, context, provider).
The user wants to discover models suitable for agentic / tool-using workflows on OpenRouter — function calling, MCP, code agents, structured tool invocation.
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
data[] where supported_parameters includes "tools". Optionally also require "tool_choice" for stricter filtering.pricing.completion ascendingcontext_length descendingid by prefix (openai/, anthropic/, google/, meta-llama/, etc.)tools but have caveats noted in their description — surface those if relevant."0") often have rate limits and lower reliability — flag this when recommending free models.Markdown table sorted by the user's stated criterion (default: cheapest completion price). Include a one-line summary of how many tool-capable models exist in the catalog total.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-open-router-model-research-plugin