🎨 Seedream Image Gen OpenClaw Skill - ClawHub
Do you want your AI agent to automate Seedream Image Gen workflows? This free skill from ClawHub helps with ai & llms tasks without building custom tools from scratch.
What this skill does
Generate images via Seedream API (doubao-seedream models). Synchronous generation.
Install
npx clawhub@latest install seedream-image-genFull SKILL.md
Open original| name | description |
|---|---|
| seedream-image-gen | Generate images via Seedream API (doubao-seedream models). Synchronous generation. |
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.
Notes
- Synchronous API: returns immediately when generation completes (no polling)
- Image URLs valid for 24 hours
- Script prints
MEDIA:line for auto-attachment - Include datetime in filenames to distinguish
- Models 4.5/4.0 support group image generation (multiple images per request)