← 返回 Skills 市场
227
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install volc-image
功能描述
火山引擎图像生成 - 使用火山引擎方舟API生成图片并下载
安全使用建议
This skill appears to do what it says: it sends your prompt and ARK_API_KEY to VolcEngine's Ark image-generation endpoint and saves the returned image locally. Before installing: 1) Verify you obtained the ARK_API_KEY from VolcEngine's official console and that the endpoint (ark.cn-beijing.volces.com) is the expected vendor endpoint for your region. 2) Use a dedicated API key with limited scope and quota, not a long-lived or broadly privileged key. 3) Be aware that any prompts or data you send will be transmitted to the vendor (do not include secrets or private data in prompts). 4) Prefer running the script directly (python volc_image.py "prompt") rather than using the exec(open(...).read()) pattern. 5) Review network and privacy policies if you run this in a sensitive environment. Otherwise the skill's requirements and behavior are proportionate and consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: volc-image
Version: 1.0.0
The skill bundle provides a legitimate implementation for generating images using the Volcengine Ark API. The Python script (volc_image.py) correctly handles API authentication via environment variables, submits user prompts to the official endpoint (ark.cn-beijing.volces.com), and downloads the resulting image to the local file system. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name and description match the code and SKILL.md: the skill calls a VolcEngine Ark image-generation endpoint and only requests one credential (ARK_API_KEY), which is the expected credential for this API.
Instruction Scope
Runtime instructions and the Python script stay within the stated purpose (send prompt to remote image API, download result, save to disk). Minor notes: SKILL.md shows both a CLI usage and an 'exec(open(...).read())' pattern — the latter executes the script in-process and is unnecessary for typical use but not malicious. The skill prints the saved file path (prefixed with MEDIA:), and it will transmit user-provided prompts to the remote API (privacy consideration).
Install Mechanism
No install spec — instruction-only with one Python file. Nothing is downloaded or installed by the skill itself.
Credentials
Only ARK_API_KEY is required and used by the code. The script also allows passing the key via a command-line argument (ARK_API_KEY=...), which is documented in the script. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or request persistent elevated privileges. It only reads ARK_API_KEY and writes generated images into the current directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volc-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/volc-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of volc-image skill.
- Enables AI-powered image generation and downloading using the Volcano Engine Ark API.
- Requires the ARK_API_KEY environment variable for authentication.
- Supports customizable prompts, model, and image size.
- Includes example prompt templates for covers, sci-fi, and cute styles.
- Provides Python usage guide for direct integration and automation.
元数据
常见问题
火山引擎图片生成 是什么?
火山引擎图像生成 - 使用火山引擎方舟API生成图片并下载. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 火山引擎图片生成?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volc-image」即可一键安装,无需额外配置。
火山引擎图片生成 是免费的吗?
是的,火山引擎图片生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
火山引擎图片生成 支持哪些平台?
火山引擎图片生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 火山引擎图片生成?
由 magieSky(@magiesky)开发并维护,当前版本 v1.0.0。
推荐 Skills