← Back to Skills Marketplace
ZenMux Image Generation
by
dadaniya99
· GitHub ↗
· v1.5.0
1185
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install zenmux-image-generation
Description
Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion.
Usage Guidance
This skill appears to do what it claims, but take these precautions before installing or running it:
- Note the metadata omission: the SKILL.md and scripts require ZENMUX_API_KEY, but the registry metadata does not list any required env vars. Don't provide credentials until you confirm where they will be used and stored.
- Review the script yourself (it is short) and verify the outbound endpoint (https://zenmux.ai/api/vertex-ai). If you don't trust that domain or vendor, do not supply keys or run the script.
- Run the script in an isolated environment (container or VM) and ensure Python dependencies (requests) are installed from trusted sources (pip from PyPI) before execution.
- Only use API keys with least privilege and be mindful of sensitive input images (e.g., minors, IDs); multi-image fusion could combine private images in unexpected ways.
- Contact the skill publisher or maintainers to ask them to update registry metadata to declare ZENMUX_API_KEY as a required credential and to provide installation/dependency instructions.
If you need lower risk: ask for a version that includes a proper install spec (dependencies declared) and correct required-env metadata before enabling.
Capability Analysis
Type: OpenClaw Skill
Name: zenmux-image-generation
Version: 1.5.0
The skill bundle is benign. It provides a client for the ZenMux image generation API. The `scripts/generate.py` script correctly handles arguments, reads the `ZENMUX_API_KEY` from environment variables, encodes local images to base64 for API submission, and saves the generated image from the API response. There is no evidence of data exfiltration, malicious command execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` to subvert the agent's intended behavior. All actions are directly aligned with the stated purpose of generating images via the ZenMux API.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and scripts/generate.py consistently implement image generation against ZenMux's API (text->image, image->image, multi-image fusion). However the registry metadata lists no required environment variables while the SKILL.md and script both require ZENMUX_API_KEY; this metadata omission is an incoherence.
Instruction Scope
SKILL.md and the script stay within the stated purpose: they require an API key, optionally read local image files provided by the user, base64-encode them, and POST to the ZenMux endpoint. There are no instructions to read unrelated system files, other environment variables, or to exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install specification (lowest risk for install-time behavior). The Python script uses the 'requests' package but the package.json does not declare any dependencies and there is no guidance to install Python dependencies; this is a usability/packaging omission rather than a direct code-level risk, but you should ensure dependencies are installed from trusted sources before running.
Credentials
The script requires a single API key (ZENMUX_API_KEY) which is proportionate to the task. The concern is that the skill registry metadata does not declare this required environment variable or a primary credential, so installing or enabling the skill could misrepresent the credentials it needs. The missing declaration reduces transparency and could lead users to provide a sensitive key without realizing which skill needs it.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills' configs or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined here with other high-risk factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zenmux-image-generation - After installation, invoke the skill by name or use
/zenmux-image-generation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Upgrade to Gemini 3 Pro, Multi-Image Fusion support, and Pro plan requirements.
v1.0.0
Initial release of ZenMux Image Generation Skill:
- Generate images from text prompts using the ZenMux API.
- Includes a command-line script for image generation.
- Supports customizable model selection and output file naming.
- Requires setting the ZENMUX_API_KEY environment variable for authentication.
Metadata
Frequently Asked Questions
What is ZenMux Image Generation?
Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion. It is an AI Agent Skill for Claude Code / OpenClaw, with 1185 downloads so far.
How do I install ZenMux Image Generation?
Run "/install zenmux-image-generation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZenMux Image Generation free?
Yes, ZenMux Image Generation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ZenMux Image Generation support?
ZenMux Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZenMux Image Generation?
It is built and maintained by dadaniya99 (@dadaniya99); the current version is v1.5.0.
More Skills