← Back to Skills Marketplace
coolhackboy

Z Image API

by coolhackboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
288
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install z-image
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install z-image
  3. After installation, invoke the skill by name or use /z-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug z-image
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.

How do I install Z Image API?

Run "/install z-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Z Image API free?

Yes, Z Image API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Z Image API support?

Z Image API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Z Image API?

It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.

💬 Comments