# Send Creative Toolkit to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "creative-toolkit",
    "name": "Creative Toolkit",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jau123/creative-toolkit",
    "canonicalUrl": "https://clawhub.ai/jau123/creative-toolkit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/creative-toolkit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creative-toolkit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/providers.md",
      "references/troubleshooting.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/creative-toolkit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/creative-toolkit",
    "downloadUrl": "https://openagent3.xyz/downloads/creative-toolkit",
    "agentUrl": "https://openagent3.xyz/skills/creative-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/creative-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/creative-toolkit/agent.md"
  }
}
```
## Documentation

### Creative Toolkit

Generate professional AI images through a unified interface that routes across multiple providers. Search curated prompts, enhance ideas into production-ready descriptions, and manage local ComfyUI workflows — all from a single MCP server.

### Quick Start

Add the MCP server to your mcporter config (~/.config/mcporter/config.json):

{
  "mcpServers": {
    "creative-toolkit": {
      "command": "npx",
      "args": ["-y", "meigen@1.2.5"]
    }
  }
}

Free tools (search, enhance, inspire) work immediately — no API key needed:

mcporter call creative-toolkit.search_gallery query="cyberpunk"
mcporter call creative-toolkit.enhance_prompt brief="a cat in space" style="realistic"

To unlock image generation, configure one of these providers:

ProviderConfigWhat you needMeiGen CloudMEIGEN_API_TOKENToken from meigen.ai (avatar → Settings → API Keys)Local ComfyUIcomfyuiUrlA running ComfyUI instance — no external API neededAny OpenAI-compatible APIopenaiApiKey + openaiBaseUrl + openaiModelYour own key from Together AI, Fireworks AI, etc.

Set credentials in ~/.clawdbot/.env, ~/.config/meigen/config.json, or add an "env" block to the mcporter config above. See references/providers.md for details.

### Free — no API key required

ToolWhat it doessearch_gallerySemantic search across 1,300+ AI image prompts. Supports category filtering and curated browsing. Returns prompt text, thumbnails, and metadata.get_inspirationGet the full prompt and high-res images for any gallery entry. Use after search_gallery to get copyable prompts.enhance_promptExpand a brief idea into a detailed, style-aware prompt with lighting, composition, and material directions. Supports realistic, anime, and illustration styles.list_modelsList all available models across configured providers with capabilities and supported features.

### Requires configured provider

ToolWhat it doesgenerate_imageGenerate an image from a text prompt. Routes to the best available provider. Supports aspect ratio, seed, and reference images.upload_reference_imageCompress a local image (max 2MB, 2048px) and prepare it for use as a style reference (expires in 24 hours). Always invoke this MCP tool — never attempt to replicate its logic yourself. ComfyUI users can skip this — pass local file paths directly to generate_image.comfyui_workflowList, view, import, modify, and delete ComfyUI workflow templates. Adjust steps, CFG scale, sampler, and checkpoint without editing JSON.manage_preferencesSave and load user preferences (default style, aspect ratio, style notes, favorite prompts).

### Never describe generated images

You cannot see generated images. After generation, only present the exact data from the tool response:

**Direction 1: Modern Minimal**
- Image URL: https://images.meigen.art/...
- Saved to: ~/Pictures/meigen/2026-02-08_xxxx.jpg

Do NOT write creative commentary about what the image "looks like".

### Never specify model or provider

Do NOT pass model or provider to generate_image unless the user explicitly asks. The server auto-selects the best available provider and model.

### Always confirm before generating multiple images

When the user wants multiple variations, present options first and ask which direction(s) to try. Include an "all of the above" option. Never auto-generate all variants without user confirmation.

### Mode 1: Single Image

User wants one image. Write a prompt (or call enhance_prompt if the description is brief), generate, present URL + path.

### Mode 2: Prompt Enhancement + Generation

For brief ideas (under ~30 words, lacking visual details), enhance first:

1. enhance_prompt brief="futuristic city" style="realistic"
   -> Returns detailed prompt with camera lens, lighting, atmospheric effects

2. generate_image prompt="<enhanced prompt>" aspectRatio="16:9"

### Mode 3: Parallel Generation (2+ images)

User needs multiple variations — different directions, styles, or concepts.

Plan directions, present as a table
Ask user which direction(s) to try
Write distinct prompts for each — don't just tweak one word
Generate selected directions (max 4 parallel for API providers, 1 at a time for ComfyUI)
Present URLs + paths

### Mode 4: Multi-Step Creative (base + extensions)

User wants a base design plus derivatives (e.g., "design a logo and make mockups").

Plan 3-5 directions, ask user which to try
Generate selected direction(s)
Present results, ask user to approve or try another
Plan extensions using the approved Image URL as referenceImages
Generate extensions

Never jump from plan to generating everything at once.

### Mode 5: Edit/Modify Existing Image

User provides an image and asks for changes (add text, change background, etc.).

Upload the reference image (if local), then generate with a short, literal prompt describing ONLY the edit
The reference image carries all visual context — do NOT re-describe the original image
Example prompt: "Add the text 'meigen.ai' at the bottom of this image"

### Mode 6: Inspiration Search

1. search_gallery query="dreamy portrait with soft light"
   -> Finds semantically similar prompts with thumbnails

2. get_inspiration id="<entry_id>"
   -> Get full prompt text — copy and modify for your own generation

### Mode 7: Reference Image Generation

Use an existing image to guide visual style. Always use the upload_reference_image MCP tool — never attempt to replicate its logic yourself.

1. upload_reference_image filePath="~/Desktop/my-logo.png"
   -> Compresses and returns a temporary URL (expires in 24 hours)

2. generate_image prompt="coffee mug mockup with this logo" referenceImages=["<url>"]

Reference image sources: gallery URLs, previous generation URLs, upload_reference_image for local files. ComfyUI users can pass local file paths directly — no upload needed.

Important: If upload_reference_image fails or is unavailable, ask the user to provide an image URL directly (e.g., from meigen.ai or any publicly accessible link). Never try to replicate the tool's internal logic yourself.

### Mode 8: ComfyUI Workflows

1. comfyui_workflow action="list"           -> See saved workflows
2. comfyui_workflow action="view" name="txt2img"  -> See adjustable parameters
3. comfyui_workflow action="modify" name="txt2img" modifications={"steps": 30}
4. generate_image prompt="..." workflow="txt2img"  -> Generate

### Alternative Providers

You can use your own OpenAI-compatible API or a local ComfyUI instance instead of — or alongside — the default MeiGen provider. See references/providers.md for detailed configuration, model pricing, and provider comparison.

### Troubleshooting

See references/troubleshooting.md for common issues, solutions, and security & privacy details.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jau123
- Version: 1.0.15
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/creative-toolkit)
- [Send to Agent page](https://openagent3.xyz/skills/creative-toolkit/agent)
- [JSON manifest](https://openagent3.xyz/skills/creative-toolkit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/creative-toolkit/agent.md)
- [Download page](https://openagent3.xyz/downloads/creative-toolkit)