← Back to Skills Marketplace
1798
Downloads
3
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install seedream-image-for-openclaw
Description
使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seedream-image-for-openclaw - After installation, invoke the skill by name or use
/seedream-image-for-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Seedream?
使用火山引擎 Seedream-4.5 API 生成高质量图片。适用于文生图、图生图以及生成关联组图的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1798 downloads so far.
How do I install Seedream?
Run "/install seedream-image-for-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seedream free?
Yes, Seedream is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Seedream support?
Seedream is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seedream?
It is built and maintained by Yu Xie (@crabfishxy); the current version is v0.1.0.
More Skills