image-generation

Installation
SKILL.md

Image Generation

Generate and edit images using AI models. The script automatically picks a backend based on which API keys are configured — you don't need to specify a model unless the user explicitly names one. Never guess or invent a model: when the user doesn't name one, omit model entirely so the configured default/provider is used.

Supported models (passed via model only when the user asks for a specific one):

  • OpenAIgpt-image-2, gpt-image-1
  • Gemini Nano Banananano-banana-2, nano-banana-pro, nano-banana
  • Seedream (Volcengine Ark)seedream-5.0-lite, seedream-4.5
  • Qwen (DashScope)qwen-image-2.0, qwen-image-2.0-pro
  • MiniMaximage-01

Usage

Run scripts/generate.py with a JSON argument. Use the absolute <base_dir> path — do NOT cd into the skill directory, since it is a builtin skill and gets reset on restart (anything written there is lost).

python <base_dir>/scripts/generate.py '<json_args>'
Installs
59
GitHub Stars
46.8K
First Seen
Apr 23, 2026
image-generation — zhayujie/cowagent