Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @owenrao Updated 2/26/2026

🎨 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-gen

Full SKILL.md

Open original
namedescription
seedream-image-genGenerate 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)
Original URL: https://github.com/openclaw/skills/blob/main/skills/owenrao/seedream-image-gen

Related skills

If this matches your use case, these are close alternatives in the same category.