← Back to Skills Marketplace
magiesky

火山引擎图片生成

by magieSky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install volc-image
Description
火山引擎图像生成 - 使用火山引擎方舟API生成图片并下载
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install volc-image
  3. After installation, invoke the skill by name or use /volc-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug volc-image
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 火山引擎图片生成?

火山引擎图像生成 - 使用火山引擎方舟API生成图片并下载. It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install 火山引擎图片生成?

Run "/install volc-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 火山引擎图片生成 free?

Yes, 火山引擎图片生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 火山引擎图片生成 support?

火山引擎图片生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 火山引擎图片生成?

It is built and maintained by magieSky (@magiesky); the current version is v1.0.0.

💬 Comments