image-gen
Generate images with OpenAI gpt-image-1 (low or high quality). Auth via OneCLI proxy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate images with OpenAI gpt-image-1 (low or high quality). Auth via OneCLI proxy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add the EasyBits MCP server (@easybits.cloud/mcp) so the container agent can manage cloud files, images, video/voice generation, designs, websites, forms, brand kits, characters, and a built-in DB. 65+ tools (server-side).
Reference & priority guide for the EasyBits MCP server (`mcp__easybits__*`). When to use EasyBits vs native skills, and which EasyBits tools exist.
Semantic search over your workspace text files using local multilingual embeddings (fastembed + e5-small). Free, local.
Extract text from images locally with PaddleOCR weights via onnxruntime. Free, multi-language, batch.
Remove backgrounds and segment images locally with the u2net family (rembg). Free, no API keys, works in batch.
Generate vector logos (SVG) and convert raster images to SVG via Recraft on fal.ai. Use for logo / brand mark / icon requests, or when the user sends a PNG/JPG and wants the editable SVG version.
| name | image-gen |
| description | Generate images with OpenAI gpt-image-1 (low or high quality). Auth via OneCLI proxy. |
| allowed-tools | Bash(generate-preview:*) |
Generate images using OpenAI's gpt-image-1 model. Auth is handled by OneCLI — the script always passes Authorization: Bearer placeholder and the proxy rewrites it for api.openai.com.
| Mode | Cost | When to use |
|---|---|---|
generate-preview "prompt" | $0.011 | Drafts, iterations, quick previews |
generate-preview --hd "prompt" | $0.04 | Final image, comparable to ChatGPT image quality |
# Cheap draft
generate-preview "a logo for a taco shop, minimalist, vector"
# High quality final
generate-preview --hd "a corgi astronaut floating in space, photorealistic, dramatic lighting"
The script saves to /workspace/agent/ and prints the path. Send the result via the nanoclaw send_message tool with image_path:
mcp__nanoclaw__send_message({ text: "Here you go!", image_path: "/workspace/agent/preview-XXX.png" })
placeholder and only works through the proxy.size in the script if you need other ratios.OpenAI API: Incorrect API key: OneCLI secret not configured or not assigned to this agent. Tell the user to re-run /add-image-gen on the host.OpenAI API: Rate limit: Wait and retry. gpt-image-1 has stricter rate limits than text models.OpenAI API: content_policy_violation: Prompt was rejected. Rephrase to avoid people-likeness, violence, or copyrighted characters.