From meigen
Lists available AI models from configured providers and lets the user switch the default model for the current session.
How this command is triggered — by the user, by Claude, or both
Slash command
/meigen:modelsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Models & Provider Status Show available models and let the user switch the default for this session. ## Instructions 1. Call `mcp__meigen__list_models` to get all available models and providers 2. Present results in a compact numbered list: - For MeiGen models: `[N] Model Name (ID: xxx) — ratios: ...` - For ComfyUI workflows: `[N] workflow-name — checkpoint, steps, sampler` - For OpenAI-compatible: `[N] model-name (via custom API)` - If the user asks about cost, point them to https://www.meigen.ai/model-comparison (do not quote specific credit numbers) 3. Show current confi...
Show available models and let the user switch the default for this session.
mcp__meigen__list_models to get all available models and providers[N] Model Name (ID: xxx) — ratios: ...[N] workflow-name — checkpoint, steps, sampler[N] model-name (via custom API)generate_image calls in this session, automatically pass this model ID/meigen:setupThe model switch is session-scoped — it persists in the conversation context, not in config files. When the user starts a new session, the default resets to the provider's default model.
npx claudepluginhub jau123/meigen-ai-design-mcp --plugin meigen/view-modelsShows the current AI model configuration for Task Master, including main, research, and fallback providers with model IDs and API key statuses. Also provides recommended next steps based on configuration.
/model-configConfigures AI provider models for Claude Octopus workflows. Detects installed providers, displays current settings, and guides through interactive configuration.
/profileSwitches the active model profile. Presets: quality, balanced, budget, adaptive. Supports custom profiles from config.json model_profiles.
/modelsViews and changes the Gemini model preset for the video-research MCP server. Accepts best, stable, or budget as arguments to switch; without arguments, shows current config and available presets.
/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.