← 返回 Skills 市场
1798
总下载
3
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install seedream-image-for-openclaw
功能描述
使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。
安全使用建议
This skill appears to do what it claims: call Volcengine Seedream to generate images. Before installing: (1) be prepared to supply your Volcengine API key (the script accepts --api-key or uses VOLC_API_KEY); the skill's metadata does not currently declare that env var, so assume you'll need to provide it. (2) Do not include sensitive data in prompts or reference images you don't want sent to the external API — the script uploads prompt text and optional image data to Volcengine's endpoint. (3) Ensure the 'requests' Python dependency is available in your environment. (4) If you need stricter controls, ask the author to add requires.env/primary credential info to the registry metadata, provide a homepage or source URL, and document data-retention/privacy for generated images.
功能分析
Type: OpenClaw Skill
Name: seedream-image-for-openclaw
Version: 0.1.0
The skill bundle is a straightforward wrapper for the Volcengine Seedream API. It correctly handles API keys via command-line arguments or environment variables and sends them to the legitimate Volcengine API endpoint (ark.cn-beijing.volces.com) as part of the `Authorization` header. The `SKILL.md` provides clear, benign instructions for the agent, including how to display generated image URLs. The `generate_image.py` script uses the `requests` library for HTTP communication, without any signs of arbitrary code execution, unauthorized data exfiltration, persistence mechanisms, or obfuscation. All actions are aligned with the stated purpose of generating images via a third-party API.
能力评估
Purpose & Capability
The name/description, SKILL.md and the Python script all consistently implement image generation via Volcengine Seedream (text->image, image->image, sequential group generation). The network endpoint, parameters, and API key usage align with the stated purpose.
Instruction Scope
Runtime instructions are limited to invoking the provided script with a prompt, optional image input, and an API key (or VOLC_API_KEY). The script makes a single POST to the Volcengine images endpoint and prints MEDIA_URL lines. It does not read unrelated files or exfiltrate additional data.
Install Mechanism
No install spec; this is instruction-only plus a single script. The script lists 'requests' as a dependency in comments but doesn't perform any external downloads or install arbitrary code. This is low-risk for installation.
Credentials
The skill reasonably requires a Volcengine API key (accepted via --api-key or VOLC_API_KEY). However, the registry metadata lists no required env vars or primary credential whereas SKILL.md and the script reference VOLC_API_KEY — a metadata omission that should be corrected so users know what secret is needed.
Persistence & Privilege
always is false and there is no installation step that modifies other skills or system-wide settings. The skill does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seedream-image-for-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/seedream-image-for-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the seedream skill for high-quality AI image generation via Volcengine Seedream-4.5 API.
- Supports text-to-image, image-to-image, and grouped image generation workflows.
- Allows flexible resolution options (including 2K, 4K, and custom sizes).
- Offers multiple methods for API key configuration (command line or environment variable).
- Detailed CLI usage examples and parameter descriptions included.
元数据
常见问题
Seedream 是什么?
使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1798 次。
如何安装 Seedream?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedream-image-for-openclaw」即可一键安装,无需额外配置。
Seedream 是免费的吗?
是的,Seedream 完全免费(开源免费),可自由下载、安装和使用。
Seedream 支持哪些平台?
Seedream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Seedream?
由 Yu Xie(@crabfishxy)开发并维护,当前版本 v0.1.0。
推荐 Skills