← All skills
Tencent SkillHub · Developer Tools

Seedream

使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/generate_image.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Seedream

本 Skill 封装了火山引擎(Volcengine)的 Seedream-4.5 图片生成能力,支持通过文本提示词或参考图生成高质量 AI 图像。

文生图

生成单张图片(默认分辨率): uv run {baseDir}/scripts/generate_image.py --prompt "一只赛博朋克风格的猫" --api-key YOUR_API_KEY 指定分辨率(如 2K, 4K 或具体像素): uv run {baseDir}/scripts/generate_image.py --prompt "壮丽的山川日出" --size "2K" --api-key YOUR_API_KEY

图生图

提供参考图片 URL: uv run {baseDir}/scripts/generate_image.py --prompt "将其风格变为印象派" --image "https://example.com/input.jpg" --api-key YOUR_API_KEY

生成组图

生成一组内容关联的图片(最多 15 张): uv run {baseDir}/scripts/generate_image.py --prompt "一个宇航员在不同行星上的探险经历" --sequential --max-images 4 --api-key YOUR_API_KEY

API Key 配置

可以通过以下方式提供 API Key: 命令行参数 --api-key 环境变量 VOLC_API_KEY

参数说明

--prompt: (必选) 图像生成的文本描述。 --model: (可选) 模型 ID,默认为 doubao-seedream-4-5-251128。 --size: (可选) 图像尺寸。支持 2K, 4K 或 2048x2048 等格式。 --image: (可选) 参考图 URL 或 Base64 编码。 --sequential: (可选) 开启组图生成功能。 --max-images: (可选) 组图生成的最大图片数量(1-15)。

工作流

调用 generate_image.py 脚本。 脚本会输出以 MEDIA_URL: 开头的图片链接。 提取链接并使用 Markdown 语法展示:![Generated Image](URL)。 除非用户要求,否则无需下载图片。

注意事项

Seedream-4.5 支持中英文提示词。 组图功能仅在 Seedream-4.5/4.0 模型中有效。 确保提供的图片 URL 可公开访问。

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/generate_image.py Scripts