seedream-image-gen
SKILL.md
Seedream Image Generation
Generate images using Seedream API (synchronous, no polling needed).
Generate Image
python3 {baseDir}/scripts/generate_image.py --prompt "your description" --filename "output.png"
Options:
--size:2K,4K, or pixels (e.g.,2048x2048)--input-image: Image URL for image-to-image/editing
API Key
The SEEDREAM_API_KEY is automatically injected from skills.entries.seedream-image-gen.apiKey in clawdbot.json. You do NOT need to provide it manually.