← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seedream5-official
功能描述
使用 Seedream5.0 接口进行文生图与参考图生成。当用户提到“生成图片”“出图”“海报图”“封面图”“根据参考图生成”或要求指定分辨率与水印时,优先使用本 skill。调用接口 fzGenerateImg5,参数含 prompt(必填)、size(可选)、watermark(可选)、image(可选)。需...
安全使用建议
This skill is functionally coherent as an image-generation client, but there are important inconsistencies you should verify before use: (1) Confirm the real API host and key provider — the SKILL.md references kexiangai.com for keys but the scripts call agent.mathmind.cn. Make sure both domains are legitimate and you understand who will receive your requests. (2) The registry metadata omits required credential and binary declarations (the skill reads X_API_KEY and uses curl/python3); treat this as a packaging/omission issue. (3) If you proceed, avoid storing any high-value or reuse credentials; prefer a dedicated/test API key, inspect network traffic if possible, and verify the service's privacy/TOS. If you cannot independently confirm the endpoint and key vendor, do not store production/privileged keys in ~/.config/seedream5.0/.env.
功能分析
Type: OpenClaw Skill
Name: seedream5-official
Version: 1.0.0
The skill bundle is a legitimate wrapper for the Seedream5.0 image generation API. It includes scripts for local API key management (scripts/set_key.sh) and API interaction (scripts/generate.sh) that align with the stated purpose in SKILL.md. The scripts follow basic security practices, such as setting restrictive file permissions (chmod 600) on the local configuration file and providing instructions to the agent to mask sensitive keys in logs.
能力评估
Purpose & Capability
SKILL.md and the scripts consistently implement an image-generation client that posts prompt/size/watermark/image to an API — this matches the stated purpose. However the implementation points to agent.mathmind.cn as the API host while the documentation references obtaining an x-api-key from kexiangai.com; the registry metadata declares no required credentials even though the skill requires an X_API_KEY. The mismatch between claimed provider names/domains and the missing credential declaration is inconsistent and unexplained.
Instruction Scope
Runtime instructions are narrowly scoped to collecting a prompt, validating parameters, reading an X_API_KEY (from a one-time persistent file or environment), calling the remote API, and returning results. They do not instruct reading arbitrary user files or other credentials. Still, the instructions explicitly read/write ~/.config/seedream5.0/.env and environment variable X_API_KEY — this behavior is not reflected in the registry metadata.
Install Mechanism
There is no install spec (lowest risk). The included scripts use curl and python3 to perform the network call and parse the response. The registry metadata did not declare required binaries (curl, python3), which is an omission but not necessarily malicious. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires a single API key (X_API_KEY) to operate, which is proportionate for an API client. However the registry metadata lists no required env vars or primary credential while the SKILL.md instructs persistent local storage of the key (~/.config/seedream5.0/.env) and environment variable usage. The guidance to obtain the key from kexiangai.com but to call agent.mathmind.cn is an unexplained mismatch and could indicate misconfiguration, proxying, or a third-party aggregator — you should verify the trustworthiness of those domains before storing secret keys.
Persistence & Privilege
The skill requests only local persistence of the API key in a per-user config file (~/.config/seedream5.0/.env). always:false and no system-wide or other-skills modifications are requested. Autonomous invocation is enabled by default (normal); that combined with the credential persistence increases blast radius if the key is compromised but is not itself unusual.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seedream5-official - 安装完成后,直接呼叫该 Skill 的名称或使用
/seedream5-official触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
seedream5 是什么?
使用 Seedream5.0 接口进行文生图与参考图生成。当用户提到“生成图片”“出图”“海报图”“封面图”“根据参考图生成”或要求指定分辨率与水印时,优先使用本 skill。调用接口 fzGenerateImg5,参数含 prompt(必填)、size(可选)、watermark(可选)、image(可选)。需... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 seedream5?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedream5-official」即可一键安装,无需额外配置。
seedream5 是免费的吗?
是的,seedream5 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
seedream5 支持哪些平台?
seedream5 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 seedream5?
由 cmhan(@runninghcm)开发并维护,当前版本 v1.0.0。
推荐 Skills