389★by owenrao
seedream-image-gen – OpenClaw Skill
seedream-image-gen is an OpenClaw Skills integration for coding workflows. Generate images via Seedream API (doubao-seedream models). Synchronous generation.
Skill Snapshot
| name | seedream-image-gen |
| description | Generate images via Seedream API (doubao-seedream models). Synchronous generation. OpenClaw Skills integration. |
| owner | owenrao |
| repository | owenrao/seedream-image-gen |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @owenrao/seedream-image-gen |
| last updated | Feb 7, 2026 |
Maintainer

name: seedream-image-gen description: Generate images via Seedream API (doubao-seedream models). Synchronous generation. metadata: {"clawdbot":{"emoji":"🎨","requires":{"bins":["python3"],"env":["SEEDREAM_API_KEY"]},"primaryEnv":"SEEDREAM_API_KEY"}}
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)
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install seedream-image-gen?
Run openclaw add @owenrao/seedream-image-gen in your terminal. This installs seedream-image-gen into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/owenrao/seedream-image-gen. Review commits and README documentation before installing.
