From open-router-model-research
Use when the user wants to find OpenRouter models that accept audio input. Triggers on phrases like "OpenRouter audio models", "models that accept audio on OR", "speech input models on OpenRouter", "OpenRouter models for transcription", "audio-capable LLMs on OpenRouter".
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-router-model-research:or-find-audio-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 audio input, then rank or summarize based on user criteria.
Filter the OpenRouter catalog to models that accept audio input, then rank or summarize based on user criteria.
The user wants to discover models on OpenRouter that can process spoken/audio input — for transcription, voice understanding, audio QA, multimodal voice agents.
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
data[] where architecture.input_modalities includes "audio".Markdown table or short list (since the set is small): ID, Context, Audio handling notes, Pricing notes, Caveats. If the set is empty, recommend a fallback workflow.
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