seedream
使用火山引擎 Seedream(4.0 / 4.5 / 5.0-lite 等)根据文案生成高质量图像,支持多种画风与画幅、批量与参考图生图。 适用于封面、海报、分镜参考、创意配图、素材库补图等。按各模型文档配置方舟/视觉 API 与接入点。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
使用火山引擎 Seedream(4.0 / 4.5 / 5.0-lite 等)根据文案生成高质量图像,支持多种画风与画幅、批量与参考图生图。 适用于封面、海报、分镜参考、创意配图、素材库补图等。按各模型文档配置方舟/视觉 API 与接入点。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
根据视频内容生成与画面匹配的解说旁白,使用 Ark TTS 合成有吸引力的配音并替换原音轨
根据视频情绪/风格从音乐库中自动匹配合适的 BGM 并混音,支持 ducking
基于豆包大模型 ASR(LAS-ASR-PRO)的高精度语音转写:支持视频自动抽取音轨、降噪预处理、超大文件与超长时长、 TOS 内网路径(tos://)输入;输出带时间戳的分句 JSON,可选说话人分离、情感/性别/语速、敏感词过滤等扩展分析。 异步 submit/poll。适用于台词精转、会议纪要、多语言音视频(支持多格式与自动语种检测)。需 LAS 侧鉴权与算子配置。
从视频或纯音频中提取音轨,并按固定时长切分;支持 wav/mp3/flac 等格式转换,输入输出可对接 TOS。 需 LAS_API_KEY。适用于批量抽音频、等长分段、给 ASR/剪辑流水线备料。
按自然语言描述从长视频中抽取片段:高光、指定场景、参考图找人/找物、长视频语义分段与带时间戳的摘要。 支持参考图锁定目标,结果多为 TOS 上的剪辑 URL。需 LAS_API_KEY 与算子区域配置。适合云端粗剪、素材初筛与自动化拆条。
OpenClaw 系统诊断和性能分析工具。分析 agent 推理耗时、Token 用量、工具调用统计、 Run 时间线、Gateway 重启历史。支持多种模式:批量分析(默认)、实时跟踪(-f)、 摘要统计(-s)、高级诊断(--advanced)。支持多 Agent 过滤。 使用场景:当用户询问 OpenClaw 运行状态、性能瓶颈、推理延迟、Token 消耗、 工具执行统计、错误排查、agent 活动分析时触发。 触发词:诊断、diagnostics、性能分析、推理耗时、token统计、运行状态、 agent分析、工具调用统计、Run详情、Gateway重启。 指令触发:/diag — 直接执行诊断,支持参数透传。
| name | Seedream 文生图 |
| description | 使用火山引擎 Seedream(4.0 / 4.5 / 5.0-lite 等)根据文案生成高质量图像,支持多种画风与画幅、批量与参考图生图。 适用于封面、海报、分镜参考、创意配图、素材库补图等。按各模型文档配置方舟/视觉 API 与接入点。 |
| trigger | Seedream、文生图、图生图、火山生图、即梦、配图 |
| license | Apache-2.0 |
| tags | ["image-generation","seedream","volcengine","ai-art","text-to-image","image-to-image"] |
Generate high-quality images from text prompts using Volcano Engine Seedream models. This skill provides access to three powerful Seedream model versions (4.0, 4.5, and 5.0-lite), each offering unique capabilities for different use cases.
Use this skill when:
| Version | Model Name | Release Date | Recommendation | Best For |
|---|---|---|---|---|
| 4.0 | doubao-seedream-4-0-250828 | August 2025 | ⭐⭐⭐ | Daily use, quick generation |
| 4.5 | doubao-seedream-4-5-251128 | November 2025 | ⭐⭐⭐⭐ | Detail-oriented work, complex scenes |
| 5.0 | doubao-seedream-5-0-260128 | 2026 | ⭐⭐⭐⭐⭐ | Highest quality, best creativity, tools support |
# Required: API Key configuration
export MODEL_IMAGE_API_KEY="your-api-key-here"
# or
export MODEL_AGENT_API_KEY="your-api-key-here"
# or
export ARK_API_KEY="your-api-key-here"
# Optional: API Base URL (default already configured)
export MODEL_IMAGE_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
# or
export ARK_BASE_URL="https://ark.cn-beijing.volces.com/api/v3"
The script will prioritize:
ARK_API_KEY, MODEL_IMAGE_API_KEY, MODEL_AGENT_API_KEY)ARK_BASE_URL, MODEL_IMAGE_API_BASE)cd scripts
python seedream_image_generate.py -p "A cute kitten playing in a garden"
# Use 4.0 version
python seedream_image_generate.py -p "A cute kitten" --version 4.0
# Use 4.5 version
python seedream_image_generate.py -p "A cute kitten" --version 4.5
# Use 5.0-lite version (recommended)
python seedream_image_generate.py -p "A cute kitten" --version 5.0
# Custom size without watermark
python seedream_image_generate.py -p "Beautiful sunset" -s 2048x2048 --no-watermark --version 5.0
# Batch generation
python seedream_image_generate.py -p "Generate 3 cute dog pictures" -g --max-images 3 --version 4.5
# Image-to-image
python seedream_image_generate.py -p "Convert this image to anime style" -i "https://example.com/image.jpg" --version 5.0
# Web search tool (5.0-lite only)
python seedream_image_generate.py -p "Latest 2026 smartphone" --web-search --version 5.0
# Custom output format (5.0-lite only)
python seedream_image_generate.py -p "A beautiful landscape" --output-format png --version 5.0
# List all supported versions
python seedream_image_generate.py --list-versions
| Option | Shortcut | Description | Default |
|---|---|---|---|
--prompt | -p | Image description text (required) | - |
--version | -v | Version selection: 4.0, 4.5, 5.0 | 5.0 |
--size | -s | Image dimensions | 2048x2048 |
--image | -i | Single reference image URL | - |
--images | - | Multiple reference image URLs (space separated) | - |
--group | -g | Enable batch image generation | false |
--max-images | - | Maximum images for batch generation | 15 |
--output-format | - | Output format: png or jpeg (5.0 only) | jpeg |
--response-format | - | Response format: url or b64_json | url |
--stream | - | Enable streaming output | false |
--web-search | - | Enable web search tool (5.0 only) | false |
--optimize-prompt-mode | - | Prompt optimization mode: standard or fast | - |
--timeout | -t | Timeout in seconds | 1200 |
--no-watermark | - | Disable watermark | false |
--list-versions | - | List all supported versions | - |
import asyncio
import sys
sys.path.append("scripts")
from seedream_image_generate import seedream_generate
async def main():
# Use 5.0-lite version (default)
result = await seedream_generate([
{
"prompt": "A cute kitten",
"size": "2048x2048",
"watermark": False,
"output_format": "png" # 5.0-lite only
}
], version="5.0")
print(result)
asyncio.run(main())
When in doubt, use 5.0-lite! ⭐
[Subject Description] + [Style/Art Movement] + [Lighting/Atmosphere] + [Quality/Resolution]
[Subject Description], [Creative Style/Art Movement], [Unique Perspective/Composition], [Special Lighting/Atmosphere], [Emphasizing 5.0-lite creative expression]
| Parameter | Seedream 4.0 | Seedream 4.5 | Seedream 5.0-lite | Description |
|---|---|---|---|---|
| model | ✅ | ✅ | ✅ | Model name |
| prompt | ✅ | ✅ | ✅ | Prompt (required) |
| image | ✅ | ✅ | ✅ | Reference image(s) |
| size | ✅ | ✅ | ✅ | Image dimensions |
| sequential_image_generation | ✅ | ✅ | ✅ | Batch generation control |
| sequential_image_generation_options | ✅ | ✅ | ✅ | Batch generation config |
| response_format | ✅ | ✅ | ✅ | Response format (url/b64_json) |
| watermark | ✅ | ✅ | ✅ | Watermark (true/false) |
| stream | ✅ | ✅ | ✅ | Streaming output |
| optimize_prompt_options | ✅ | ✅ | ✅ | Prompt optimization config |
| tools | ❌ | ❌ | ✅ | Tool configuration (5.0-lite only) |
| output_format | ❌ | ❌ | ✅ | Output format (png/jpeg, 5.0-lite only) |
You should return three types of information:


A: 4.0 is for quick daily use, 4.5 offers better details for complex scenes, and 5.0-lite provides the highest quality with unique tools support.
A: URLs are valid for 24 hours. Please download and save your images promptly.
A: Common formats like JPG and PNG are supported, provided via URL or Base64.
A: Currently, only one version per call. For comparisons, make separate calls for different versions.
This skill is licensed under the Apache License 2.0. See the LICENSE file for details.
Please comply with Volcano Engine's terms of service and relevant laws and regulations when using this skill.