← 返回 Skills 市场
96
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install dola-seedream-gen
功能描述
这是豆包(Doubao/ByteDance)的 Seedream 图片生成技能。 支持:文生图(text-to-image)、图生图(image-to-image,需公网URL)、组图(sequence)。 模型: 4.5→5.0Lite→4.0 自动降级,每模型日限18次。 触发词: /img 生成图片 画图...
使用说明 (SKILL.md)
豆包 Seedream 图片生成(本技能即"豆包/Doubao")
这是字节跳动火山方舟的 Seedream 图片生成技能。环境变量通过 .env 文件自动加载。
如何调用
当用户说以下任一词时触发:生成图片 画图 /img /draw generate image 图生图 img2img
Python 直接调用:
from doubao_image_gen import DoubaoImageGenerator
g = DoubaoImageGenerator()
# 文生图 → 单张
g.generate_text_to_image("提示词") # 默认 2K
g.generate_text_to_image("提示词", size="4K", ratio="16:9") # 4K+宽屏
# 图生图(需要公网 URL,本地文件不行!)
g.generate_image_to_image("编辑指令", image_url="https://...")
# 组图/多图融合
g.generate_sequence("提示词", max_images=4) # 文生组图
g.generate_sequence("提示词", max_images=1, image_urls=["u1","u2"]) # 多图融合为1张
# 查看状态
g.get_status()
⚠️ 图生图/多图融合的 image_url 必须是公网可访问的 http(s) URL,本地路径 C:\... 不行。
尺寸
2K(2048²) / 4K(4096²) / 16:9(2560×1440) / 1920x1080 / 最大 16,777,216px
模型
| 优先级 | 模型 | 日限 |
|---|---|---|
| 1 | 4.5 | 18 |
| 2 | 5.0-Lite | 18 |
| 3 | 4.0 | 18 |
超限返回 {"success":false}。
文件
| 文件 | 用途 |
|---|---|
.env |
环境变量(复制.env.example并填入) |
doubao_image_gen.py |
核心脚本 |
image_gen_history.json |
历史记录(7天清理) |
Image/ |
生成图片保存 |
安全使用建议
Re-run the review with metadata.json and artifact/ accessible before installing; this result should be treated as incomplete rather than a clean full review.
能力标签
能力评估
Purpose & Capability
metadata.json and artifact files were not readable due a local command sandbox failure, so no purpose/capability mismatch could be verified.
Instruction Scope
No SKILL.md instructions could be inspected, so there is no artifact-backed evidence of unsafe or overbroad instruction scope.
Install Mechanism
No install specs or manifest files could be inspected, so install risk could not be assessed from artifact evidence.
Credentials
No artifact-backed evidence was available showing disproportionate filesystem, network, credential, or account access.
Persistence & Privilege
No artifact-backed evidence was available showing persistence, privilege abuse, or credential/session handling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dola-seedream-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/dola-seedream-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Major update: simplified and improved documentation, rewritten usage rules, and added behavior guidelines.
- Expanded trigger word list and clarified when to invoke the skill.
- Now supports local file paths and base64 images for "image-to-image" and blending, in addition to URLs.
- Strictly enforces silent parameter inference; user is never asked to confirm actions or quota use.
- Added/updated image generation history storage (image_gen_history.json).
- Improved environment variable documentation and example configurations.
v1.1.3
优化SKILL.md适配小参数模型: 明确标注为豆包技能+触发词+图生图需公网URL
v1.1.2
1.1.2: .env自动加载+路径修复+全功能测试
v1.0.0
dola-seedream-gen 2.1.0
- 新增支持豆包 Seedream 多模型(4.5、5.0-Lite、4.0),自动智能调度与降级。
- 新增每日各模型 18 次限制,超额拒绝服务。
- 明确支持文生图和图生图输入,触发词丰富、精确匹配。
- 增强尺寸解析:2K/4K/自定义分辨率/宽高比智能转换。
- 接入火山方舟协作奖励计划,支持新用户免费生成图片。
- 增加用量计数与历史自动清理,配置更加清晰易用。
元数据
常见问题
Dola Seedream Gen 是什么?
这是豆包(Doubao/ByteDance)的 Seedream 图片生成技能。 支持:文生图(text-to-image)、图生图(image-to-image,需公网URL)、组图(sequence)。 模型: 4.5→5.0Lite→4.0 自动降级,每模型日限18次。 触发词: /img 生成图片 画图... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Dola Seedream Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dola-seedream-gen」即可一键安装,无需额外配置。
Dola Seedream Gen 是免费的吗?
是的,Dola Seedream Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dola Seedream Gen 支持哪些平台?
Dola Seedream Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dola Seedream Gen?
由 Etmnb(@etmnb)开发并维护,当前版本 v1.1.3。
推荐 Skills