From open-router-model-research
Use when the user wants to find vision-capable / multimodal image-input models on OpenRouter. Triggers on phrases like "OpenRouter vision models", "image-capable models on OR", "models that accept images on OpenRouter", "multimodal models on OpenRouter", "OCR-capable OR models", "find a vision model on OpenRouter for <task>".
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-router-model-research:or-find-vision-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Filter the OpenRouter catalog to models that accept image input, then rank or summarize based on user criteria.
Filter the OpenRouter catalog to models that accept image input, then rank or summarize based on user criteria.
The user wants to discover models that can process images on OpenRouter — for OCR, image understanding, visual QA, document parsing, screenshot analysis, etc.
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
data[] where architecture.input_modalities includes "image".pricing.image field — many vision models charge a separate per-image fee on top of token costs. Surface this in output.pricing.prompt + pricing.imagecontext_length descendingimage in input but not output is for image understanding only — not generation. Image generation models also list image in output_modalities. If the user wants generation, route to that subset.Markdown table sorted by the user's criterion (default: cheapest combined cost). Include a count of total vision-capable models in the catalog.
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