← ClaudeAtlas

setuplisted

Configure MeiGen plugin provider and API keys. Use this when the user runs /meigen:setup, asks to "configure meigen", "set up image generation", "add API key", or needs help configuring the plugin.
HUANGcvs/MeiGen-AI-Design-MCP · ★ 6 · AI & Automation · score 81
Install: claude install-skill HUANGcvs/MeiGen-AI-Design-MCP
# MeiGen Plugin Setup You are guiding the user through configuring the MeiGen plugin for image generation. Follow this flow step by step. ## Step 1: Welcome First, check if a config file already exists: ```bash cat ~/.config/meigen/config.json 2>/dev/null ``` Also check for existing ComfyUI workflows: ```bash ls ~/.config/meigen/workflows/*.json 2>/dev/null ``` If config exists, show the current configuration (mask API keys: show first 10 chars + "...") and any saved workflows. Ask if they want to reconfigure. If no config exists, present this introduction: > **MeiGen Plugin Configuration** > > This is optional. Without configuration, you can still use free features: > - Search gallery for inspiration and prompts > - Enhance simple ideas into professional prompts > - Browse available AI models > > Configuring a provider unlocks **image generation**. Then proceed to Step 2. ## Step 2: Choose Provider Present these options to the user: ### Option A: MeiGen Platform (Recommended) - Supports **Nanobanana Pro**, **GPT image 1.5**, **Seedream 4.5** and more - Reference image support for style transfer - No additional accounts needed — just get a token from meigen.ai ### Option B: ComfyUI (Local) - Use your **local ComfyUI** installation for image generation - Full control over models, samplers, and workflow settings - No cloud API needed — runs entirely on your machine - Import your own workflow from ComfyUI ### Option C: Custom OpenAI-Compatible API - Use your ow