← 返回 Skills 市场
anpupil

seedream-img-gen

作者 anpupil · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seedream-img-gen
功能描述
This skill should be used when the user wants to generate images using Seedream, the image generation model from ByteDance on Volcengine platform. Triggers i...
安全使用建议
This skill otherwise looks like a straightforward Volcengine/Seedream image generator, but there are a few things to check before installing or running it: - The script requires an API key: SKILL.md and scripts/generate_image.py expect ARK_API_KEY (or VOLCENGINE_API_KEY) in the environment. The registry metadata incorrectly declares no required env vars — treat that as an omission and only provide an API key you trust the skill should use (i.e., purpose-limited or revocable key). - Verify the path/name: examples reference ~/.workbuddy/skills/seedream-image-gen while the registry slug is seedream-img-gen. Confirm you are running the bundled scripts from the repository you installed to avoid running an unexpected copy. - Review the bundled script yourself (scripts/generate_image.py) before running. It makes network calls only to Volcengine endpoints and downloads returned image URLs. Ensure you are comfortable with the SDKs it recommends (volcengine-sdk or openai-compatible client) and install those in an isolated environment (virtualenv). - Be cautious with the --output path you pass to avoid writing files to sensitive locations. The script will download any URL returned by the API — if you have concerns, run it in a sandbox or inspect API responses before auto-downloading. - If you need higher assurance, ask the publisher for corrected metadata that declares ARK_API_KEY as a required env var and clarifies the exact install path, or request an origin/source (homepage/author) so you can verify provenance. Confidence is medium because the code and docs are consistent with the described purpose, but the metadata omissions and path/name mismatches are unexplained and merit user attention before trusting credentials or running the skill.
功能分析
Type: OpenClaw Skill Name: seedream-img-gen Version: 1.0.0 The skill is a legitimate integration for ByteDance's Seedream image generation API on the Volcengine platform. The provided Python script (scripts/generate_image.py) and instructions (SKILL.md) follow standard practices for API interaction, including environment variable usage for authentication and downloading generated images from the official API provider.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md and code all describe generating images via Volcengine/Seedream, which matches the requested capabilities. However, the registry metadata declares no required environment variables or primary credential, while both SKILL.md and scripts/generate_image.py clearly require an ARK_API_KEY (or VOLCENGINE_API_KEY). This mismatch between declared requirements and actual runtime needs is an incoherence.
Instruction Scope
SKILL.md stays within the image-generation domain: it instructs setting ARK_API_KEY, installing the Volcengine SDK or OpenAI compatibility package, and running the bundled script or using inline code. It references a user-local path (~/.workbuddy/skills/seedream-image-gen/scripts/generate_image.py) that does not exactly match the package slug/name in metadata (seedream-img-gen) — a path/name mismatch that can confuse installation and runtime. Instructions do not ask for unrelated files or other credentials and do not appear to exfiltrate data.
Install Mechanism
This is an instruction-only skill with bundled script; there is no install spec that downloads or extracts remote archives. SKILL.md recommends installing Python packages via pip (volcengine SDK or openai), which is reasonable for a Python script. No high-risk download URLs or extraction steps are present.
Credentials
The runtime code and documentation require an API key in ARK_API_KEY (or VOLCENGINE_API_KEY) to call the Volcengine endpoint, but the package metadata declares no required env vars or primary credential. That omission is problematic because users may not realize they must provide a credential, and the metadata does not warn about sensitive data use. Aside from the API key, no other secrets are requested.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always is false). It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seedream-img-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seedream-img-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Seedream image generation skill initial release: - Enables image creation using Seedream models on Volcengine Ark (ByteDance). - Supports both text-to-image and image-to-image generation (Seedream 4.0+). - Provides guidance for API key setup, environment configuration, and script usage. - Includes inline Python code and command-line examples for flexible integration. - Offers model selection advice for different scenarios.
元数据
Slug seedream-img-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

seedream-img-gen 是什么?

This skill should be used when the user wants to generate images using Seedream, the image generation model from ByteDance on Volcengine platform. Triggers i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 seedream-img-gen?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedream-img-gen」即可一键安装,无需额外配置。

seedream-img-gen 是免费的吗?

是的,seedream-img-gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

seedream-img-gen 支持哪些平台?

seedream-img-gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 seedream-img-gen?

由 anpupil(@anpupil)开发并维护,当前版本 v1.0.0。

💬 留言讨论