← Back to Skills Marketplace
ZenMux Media Gen
by
theopenbase
· GitHub ↗
· v1.0.0
· MIT-0
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zenmux-media-gen
Description
Generate images & videos with ZenMux. Support multiple image models (Gemini, Qwen, Hunyuan, etc.) and video models (Veo, Seedance) via one API key.
Usage Guidance
This bundle appears to be a coherent ZenMux API client. Before installing or using it: (1) Confirm you trust https://zenmux.ai and understand the privileges of your API key (billing, access to models). Use the least-privilege/restricted key available. (2) The Python script requires the 'requests' package — install it or run in an environment that includes it. (3) The client will download data from URLs returned by the service (images/videos). Treat downloaded files cautiously and run the client in a sandbox or isolated environment if you are concerned. (4) Review and protect your ZENMUX_API_KEY (don’t paste it into public logs). If you need higher assurance, run the script manually and inspect network traffic or tests in an isolated VM before granting broader access.
Capability Analysis
Type: OpenClaw Skill
Name: zenmux-media-gen
Version: 1.0.0
The skill bundle is a standard API wrapper for the ZenMux media generation service. The Python script (scripts/zenmux_media_client.py) implements documented image and video generation workflows using the requests library, and the SKILL.md provides clear instructions for the AI agent without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (media generation via ZenMux) match the provided SKILL.md and the included Python client. Required binaries (python3, curl) and the single env var ZENMUX_API_KEY are appropriate for the stated purpose. One minor inconsistency: the Python client depends on the third-party 'requests' library but the skill metadata does not declare this dependency; SKILL.md shows curl examples (so curl is reasonable) while the shipped CLI uses requests.
Instruction Scope
SKILL.md instructs only standard actions for this purpose: set ZENMUX_API_KEY, call the zenmux API endpoints, create/poll tasks, and optionally download generated assets. The Python client only reads ZENMUX_API_KEY and user-provided arguments. Note: the client will download asset data from URLs returned by the ZenMux API (images/video URLs) — this is expected behavior for a downloader but means the skill will perform outbound HTTP GETs to URLs supplied by the service.
Install Mechanism
Instruction-only skill with no install spec and a small included Python script — nothing is downloaded or installed by the registry. Low risk from install mechanism. The only practical missing detail is that 'requests' may need to be installed in the runtime environment.
Credentials
Only a single credential (ZENMUX_API_KEY) is required and is the declared primary credential. This is proportional to the skill's function. No unrelated secrets, config paths, or multiple unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It does not alter other skills or system configuration. It only reads the declared environment variable and writes user-specified output files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zenmux-media-gen - After installation, invoke the skill by name or use
/zenmux-media-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is ZenMux Media Gen?
Generate images & videos with ZenMux. Support multiple image models (Gemini, Qwen, Hunyuan, etc.) and video models (Veo, Seedance) via one API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install ZenMux Media Gen?
Run "/install zenmux-media-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZenMux Media Gen free?
Yes, ZenMux Media Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ZenMux Media Gen support?
ZenMux Media Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZenMux Media Gen?
It is built and maintained by theopenbase (@theopenbase); the current version is v1.0.0.
More Skills