skills$openclaw/seedream-image-gen
owenrao389

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.

389 stars7.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameseedream-image-gen
descriptionGenerate images via Seedream API (doubao-seedream models). Synchronous generation. OpenClaw Skills integration.
ownerowenrao
repositoryowenrao/seedream-image-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @owenrao/seedream-image-gen
last updatedFeb 7, 2026

Maintainer

owenrao

owenrao

Maintains seedream-image-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
generate_image.py
5.5 KB
_meta.json
292 B
SKILL.md
1.0 KB
SKILL.md

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)
README.md

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.