setup

Solid

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.

AI & Automation 8 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
HUANGcvs
Repository
HUANGcvs/MeiGen-AI-Design-MCP
Created
1 years ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category