← 返回 Skills 市场
theopenbase

ZenMux Media Gen

作者 theopenbase · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zenmux-media-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zenmux-media-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug zenmux-media-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 ZenMux Media Gen?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zenmux-media-gen」即可一键安装,无需额外配置。

ZenMux Media Gen 是免费的吗?

是的,ZenMux Media Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ZenMux Media Gen 支持哪些平台?

ZenMux Media Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ZenMux Media Gen?

由 theopenbase(@theopenbase)开发并维护,当前版本 v1.0.0。

💬 留言讨论