
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
Visual creative expert plugin — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration
Turn your AI assistant into a creative director for image generation
MCP plugin for Claude Code, OpenClaw, and any MCP-compatible host
Quick Start • What Can It Do • Providers • Configuration
English | 中文
Most AI image tools are either simple prompt-in-image-out APIs, or complex UIs that require expertise.
MeiGen-Art takes a different approach: it gives your AI assistant professional creative knowledge — 1,300+ curated trending prompts, style-specific enhancement techniques, and multi-step workflow orchestration — so you can describe what you want in plain language, and get production-quality results.
No prompt engineering skills needed. Just talk to your AI assistant like you would to a creative director.
# Add the plugin source
/plugin marketplace add jau123/MeiGen-Art
# Install
/plugin install meigen@meigen-marketplace
After installation, restart Claude Code (close and reopen, or open a new terminal tab) to activate the plugin.
Once restarted, free features work immediately — try asking:
"Search for some creative inspiration"
To unlock image generation, run the setup wizard:
/meigen:setup
The wizard walks you through:
curl command and it auto-extracts everythingOur skills follow the Agent Skills open standard. Copy them into your OpenClaw workspace and they work directly. For MCP tools, use OpenClaw's MCP adapter to connect the MeiGen server.
Add to your MCP config (e.g. .mcp.json, claude_desktop_config.json, etc.):
{
"mcpServers": {
"meigen": {
"command": "npx",
"args": ["-y", "meigen@latest"],
"env": {
"MEIGEN_API_TOKEN": "meigen_sk_..."
}
}
}
}
Tip: Even without an API key, free features (inspiration search, prompt enhancement, model listing) work immediately. Configure your provider via
~/.config/meigen/config.jsonor environment variables — see Configuration.
"Help me think of something for a social media post"
When you're not sure what to create, the assistant browses the curated gallery of 1,300+ trending prompts, shows you visual previews, and lets you pick a style before generating anything.
"A cat sitting in a Japanese garden"
Short descriptions get automatically enhanced into professional prompts with specific visual details — lighting, composition, lens, color palette — then generated. No prompt engineering knowledge needed.
"Design 4 different logo concepts for a coffee brand"
The assistant writes distinct creative directions for each variant, generates them in parallel (up to 4 at once), and presents the results with comparative commentary.
"Create a logo, then show me how it looks on a mug and a t-shirt"
The assistant chains generation steps: creates the base image first, then uses it as a reference to generate product mockups — maintaining visual consistency across the series.
"Use this local photo as a style reference for my new image"
Local images are automatically compressed and uploaded. The returned URL works as a reference across all three providers — for style transfer, composition guidance, or img2img workflows.
| Tool | Free | Description |
|---|---|---|
search_gallery | Yes | Search 1,300+ curated trending prompts with visual previews |
get_inspiration | Yes | Get full prompt, all images, and metadata for any gallery entry |
enhance_prompt | Yes | Transform a brief idea into a professional image prompt (runs locally) |
list_models | Yes | List available models across all configured providers |
upload_reference_image | Yes | Compress and upload a local image for use as a reference |
comfyui_workflow | Yes | Manage ComfyUI workflow templates: list, view, import, modify, delete |
generate_image | Key | Generate an image — routes to the best available provider automatically |
MeiGen-Art supports three image generation backends. You can configure one or multiple — the assistant auto-selects the best available, or you can specify per-request.
Cloud API with multiple model options: Nanobanana Pro, GPT image 1.5, Seedream 4.5, and more.
Get your API token:
meigen_sk_){ "meigenApiToken": "meigen_sk_..." }
Run generation on your own GPU with full control over models, samplers, and workflow parameters. Import any ComfyUI API-format workflow.
{
"comfyuiUrl": "http://localhost:8188",
"comfyuiDefaultWorkflow": "txt2img"
}
Bring your own API key for OpenAI (gpt-image-1.5), Together AI, Fireworks AI, or any OpenAI-compatible service.
{
"openaiApiKey": "sk-...",
"openaiBaseUrl": "https://api.openai.com",
"openaiModel": "gpt-image-1.5"
}
All three providers support reference images. MeiGen and OpenAI accept URLs directly; ComfyUI injects them into LoadImage nodes in your workflow.
/meigen:setup
The wizard walks you through provider selection, API key entry, and ComfyUI workflow import. You can also paste a curl command from your API provider's docs — it auto-extracts the key, URL, and model.
Configuration is stored at ~/.config/meigen/config.json. ComfyUI workflows are stored at ~/.config/meigen/workflows/.
Environment variables take priority over the config file.
| Variable | Description |
|---|---|
MEIGEN_API_TOKEN | MeiGen platform token |
OPENAI_API_KEY | OpenAI / compatible API key |
OPENAI_BASE_URL | API base URL (default: https://api.openai.com) |
OPENAI_MODEL | Default model (default: gpt-image-1.5) |
COMFYUI_URL | ComfyUI server URL (default: http://localhost:8188) |
npm install # Install dependencies
npm run build # Compile TypeScript → dist/
npm run dev # Development mode (tsx)
npm run typecheck # Type check without emitting
MIT
FAQs
Visual creative expert plugin — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration
The npm package meigen receives a total of 88 weekly downloads. As such, meigen popularity was classified as not popular.
We found that meigen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.