How this command is triggered — by the user, by Claude, or both
Slash command
/runapi-mcp:models [modality|service|action]The summary Claude sees in its command listing — used to decide when to auto-load this command
# RunAPI Models List current RunAPI models from the embedded catalog. ## Instructions 1. Interpret `$ARGUMENTS` as a modality, service, action, or free-form filter. 2. Call `mcp__runapi__list_models` with the narrowest matching filter. 3. Present a compact table with model slug, service, action, modality, and required fields. 4. If the user asks about one model, call `mcp__runapi__get_model_info`; include service and action when the row is already known. 5. If the user asks about cost, call `mcp__runapi__check_pricing`. Keep output concise.
List current RunAPI models from the embedded catalog.
$ARGUMENTS as a modality, service, action, or free-form filter.mcp__runapi__list_models with the narrowest matching filter.mcp__runapi__get_model_info; include service and action when the row is already known.mcp__runapi__check_pricing.Keep output concise.
npx claudepluginhub pmcconville-hub/agents --plugin runapi-mcp6plugins reuse this command
First indexed Jul 18, 2026
/modelsLists available AI models from configured providers and lets the user switch the default model for the current session.
/modelsLists all available pre-trained classification models with their name, description, and supported categories.
/modelsConfigures model-tier routing for shiplog phase transitions by prompting for a routing mode (confirm, warn, off) and saving to .shiplog/routing.md.
/modelsViews and switches between Gemini model presets for the video-research MCP server. Displays current config or applies a given preset.
/modelsInteractively selects AI models and review depth for multi-model second-opinion code review, then runs the consultation and displays results.