LaunchKit · 2026
Back to Skills

creative-toolkit

Generate images from text with multi-provider routing — supports Nanobanana Pro, GPT Image, Seedream, and local.

1
925 downloads
by @jau123

Setup & Installation

openclaw skills install @jau123/creative-toolkit

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install creative-toolkit

Version History

v1.0.15Mar 16, 2026 - Version note by skill developer:

Rephrase upload instructions to avoid security scanner false positives

What This Skill Does

A unified MCP server for AI image generation that routes requests across multiple providers including MeiGen Cloud, GPT Image, and local ComfyUI. Includes a searchable gallery of 1,300+ curated prompts and a prompt enhancement tool that expands brief ideas into detailed, style-aware descriptions.

Routing across multiple providers from a single interface means switching backends requires only a config change, not a code rewrite.

When to use it

  • Expanding a short concept into a detailed image prompt before generating
  • Searching a gallery of curated prompts for creative starting points
  • Running image generation through a local ComfyUI instance without external APIs
  • Generating logo mockups using an existing image as a style reference
  • Managing ComfyUI workflow templates and adjusting sampler settings without editing JSON

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: generate a futuristic city skyline at night, realistic style

AGENT
  1. 1Call enhance_prompt with brief='futuristic city skyline at night' and style='realistic' to expand the idea into a detailed prompt with lighting and composition details
  2. 2Review the enhanced prompt returned by the tool
  3. 3Call generate_image with the enhanced prompt and aspectRatio='16:9'
  4. 4Present the exact image URL and saved file path from the tool response to the user
OUTPUT

Image URL and local file path for the generated image

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MEIGEN_API_TOKEN from meigen.ai (for MeiGen Cloud provider)API key from Together AI, Fireworks AI, or another OpenAI-compatible provider (if using that option)Running local ComfyUI instance (if using ComfyUI provider)