← 返回 Skills 市场
coolhackboy

Z Image API

作者 coolhackboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
288
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install z-image
功能描述
Use PoYo AI Z-Image for straightforward prompt-based image generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants d...
安全使用建议
This skill appears coherent for submitting image-generation jobs to PoYo. Before installing: 1) Only provide a PoYo API key (POYO_API_KEY) and avoid passing it on the command line (use environment variable) to reduce leakage via process lists or shell history. 2) Confirm you trust the poyo.ai service and dashboard used to create the key. 3) If you use callback_url/webhooks, ensure the receiving endpoint is under your control and uses HTTPS, because results (and potentially generated content or identifiers) will be posted there. 4) Monitor your API key usage and consider scoping or rotating the key if PoYo supports it. Overall the skill is consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: z-image Version: 1.0.0 The skill bundle is a standard integration for the PoYo AI image generation API. It provides a shell script (scripts/submit_z_image.sh) and instructions (SKILL.md) to submit text-to-image requests to the legitimate api.poyo.ai endpoint using a user-provided API key. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (curl), required env var (POYO_API_KEY), referenced endpoints, and example payloads all match a text-to-image submission use case.
Instruction Scope
SKILL.md and references only instruct building/submitting JSON to api.poyo.ai and polling for task status or using webhook callbacks. They do not request unrelated files, system config, or other credentials.
Install Mechanism
Instruction-only skill with a small helper shell script; no install spec or external download. Lowest-risk delivery (no archives or package installs).
Credentials
Only POYO_API_KEY is required which is consistent with the API usage. Note: the provided script accepts the API key as a command-line argument which can expose the key via process listings or shell history—prefer setting POYO_API_KEY in the environment rather than passing it as an arg. Also be mindful when using callback_url (webhook) to avoid exposing sensitive results to untrusted endpoints.
Persistence & Privilege
Skill does not request persistent or elevated platform privileges (always: false). It does not modify other skill configs or require system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install z-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /z-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the poyo-z-image skill. - Enables prompt-based image generation via the PoYo AI Z-Image model. - Supports direct text-to-image creation, aspect ratio control, and lightweight payloads. - Requires a POYO_API_KEY for authentication. - Provides clear workflow, model selection guidance, and concise integration steps for users.
元数据
Slug z-image
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Z Image API 是什么?

Use PoYo AI Z-Image for straightforward prompt-based image generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。

如何安装 Z Image API?

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

Z Image API 是免费的吗?

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

Z Image API 支持哪些平台?

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

谁开发了 Z Image API?

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

💬 留言讨论