← Back to Skills Marketplace
Seedream 5 via BytePlus
by
Gamal Eldien Tarek Abdelsataar
· GitHub ↗
· v0.1.0
· MIT-0
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seedream-5-byteplus
Description
Generate images with Seedream 5 through the BytePlus Ark API using a direct API key. Use when the user wants Seedream 5 image generation, mentions BytePlus A...
Usage Guidance
This skill appears to perform the advertised task, but the package is inconsistent and could leak unrelated secrets. Before installing or using it: (1) Confirm and set SEEDREAM_API_KEY explicitly (the registry metadata did not declare it). (2) Avoid putting unrelated secrets in /root/.clawdbot/.env; instead store the key in a skill-specific env file or pass it at runtime. (3) Review the included script (scripts/seedream-generate.sh) yourself — it POSTs to BytePlus Ark and then downloads the returned image URL, printing raw API responses on failure. (4) Run the skill in a restricted environment or container if you are concerned about .env exposure. If the maintainer can update the registry metadata to declare SEEDREAM_API_KEY and remove or namespace the global .env sourcing, the package would be more trustworthy.
Capability Analysis
Type: OpenClaw Skill
Name: seedream-5-byteplus
Version: 0.1.0
The skill provides a straightforward implementation for generating images using the BytePlus Ark API. The shell script `scripts/seedream-generate.sh` correctly handles API authentication via environment variables, constructs a JSON payload, and downloads the resulting image from the official BytePlus endpoint (ark.ap-southeast.bytepluses.com). No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The declared registry metadata lists no required environment variables or primary credential, but both the SKILL.md and the included script require SEEDREAM_API_KEY. Requiring an API key is expected for this purpose, but failing to declare it in metadata is an incoherence.
Instruction Scope
The instructions and script stay within the stated purpose (POST to BytePlus Ark and download the returned image). However the script sources /root/.clawdbot/.env if present, which may cause the skill to load unrelated secrets from a global agent file rather than a skill-scoped credential — this broad file access is out of scope for simple image generation.
Install Mechanism
No install spec; skill is instruction-only with a small bundled shell script. Nothing is downloaded or executed from external URLs during install.
Credentials
Requesting an API key (SEEDREAM_API_KEY) is proportionate, but the package fails to declare it in metadata. Additionally, sourcing /root/.clawdbot/.env can expose other environment secrets stored there — the script assumes a global agent .env location rather than using a clearly-named skill-scoped variable or config file.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only writes output into /root/clawd/output. Autonomous invocation is allowed (platform default) but not combined with other broad privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seedream-5-byteplus - After installation, invoke the skill by name or use
/seedream-5-byteplus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Seedream 5 via BytePlus?
Generate images with Seedream 5 through the BytePlus Ark API using a direct API key. Use when the user wants Seedream 5 image generation, mentions BytePlus A... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install Seedream 5 via BytePlus?
Run "/install seedream-5-byteplus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seedream 5 via BytePlus free?
Yes, Seedream 5 via BytePlus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seedream 5 via BytePlus support?
Seedream 5 via BytePlus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seedream 5 via BytePlus?
It is built and maintained by Gamal Eldien Tarek Abdelsataar (@gamaleldientarek); the current version is v0.1.0.
More Skills