← 返回 Skills 市场
dadaniya99

ZenMux Image Generation

作者 dadaniya99 · GitHub ↗ · v1.5.0
cross-platform ⚠ suspicious
1185
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install zenmux-image-generation
功能描述
Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zenmux-image-generation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zenmux-image-generation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug zenmux-image-generation
版本 1.5.0
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

ZenMux Image Generation 是什么?

Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1185 次。

如何安装 ZenMux Image Generation?

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

ZenMux Image Generation 是免费的吗?

是的,ZenMux Image Generation 完全免费(开源免费),可自由下载、安装和使用。

ZenMux Image Generation 支持哪些平台?

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

谁开发了 ZenMux Image Generation?

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

💬 留言讨论