coze-image-gen
Installation
SKILL.md
Coze Image Generation
Generate one or more images from a prompt using Coze.
This skill runs as a Node CLI wrapper around the backend SDK. Do not use the SDK from client-side code.
Quick start
node {skillDir}/scripts/gen.mjs --prompt "A futuristic city at sunset"
node {skillDir}/scripts/gen.mjs --prompt "A serene mountain landscape" --count 2 --size 4K
node {skillDir}/scripts/gen.mjs --prompt "A hero's journey through magical lands" --sequential --max-sequential 5
node {skillDir}/scripts/gen.mjs --prompt "Transform into anime style" --image "https://example.com/input.jpg"
node {skillDir}/scripts/gen.mjs --prompt "A modern office workspace" --response-format url