ZenMux Media Gen

v1.0.0

Generate images & videos with ZenMux. Support multiple image models (Gemini, Qwen, Hunyuan, etc.) and video models (Veo, Seedance) via one API key.

0· 95·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977c31jac70q9zmk9rpph3vwn832fkd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
Binspython3, curl
EnvZENMUX_API_KEY
Primary envZENMUX_API_KEY

Comments