Install
openclaw skills install @gamaleldientarek/seedream-5-byteplusGenerate images with Seedream 5 through the BytePlus Ark API using a direct API key. Use when the user wants Seedream 5 image generation, mentions BytePlus Ark, Seedream, or has a Seedream/Ark API key. If the user asks for a specific format, poster, wallpaper, social post, or exact dimensions, ask for the required size or aspect ratio before generating.
openclaw skills install @gamaleldientarek/seedream-5-byteplusGenerate images through BytePlus Ark using the bundled script in scripts/seedream-generate.sh.
SEEDREAM_API_KEY is available in the environment or in /root/.clawdbot/.env./root/clawd/skills/seedream-5-byteplus/scripts/seedream-generate.sh "your prompt here" [output-file]
Example:
/root/clawd/skills/seedream-5-byteplus/scripts/seedream-generate.sh \
"A cinematic scene of a monkey sitting proudly on top of a red Ferrari sports car" \
/root/clawd/output/seedream-monkey-ferrari.jpg
The script prints the saved file path on success.
Use this skill when:
seedream-5-0-260128Do not use this skill for:
FAL_KEY)If the user clearly needs a specific layout or delivery format, ask for the target size or aspect ratio before generating.
Examples:
If the user does not care, use the default size.
The script defaults to:
seedream-5-0-2601282KurlfalseOverride these with environment variables before running:
export SEEDREAM_MODEL=seedream-5-0-260128
export SEEDREAM_SIZE=1K
Then call the script normally.
The script sends a POST request to the BytePlus Ark image generation endpoint, extracts the returned image URL, and downloads the image locally.
SEEDREAM_API_KEY not set, add the key to the environment first.scripts/seedream-generate.sh — direct Seedream 5 image generation via BytePlus Ark API