← Back to Skills Marketplace
GPT Image 1.5 API
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
340
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install poyo-gpt-image-1-5
Description
Use PoYo AI GPT Image 1.5 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fam...
Usage Guidance
This skill is coherent with its purpose, but before installing: ensure you trust PoYo (the API provider) and understand any billing tied to the API key; never paste secrets or sensitive images into payloads unless you accept sharing them with the provider; if you plan to use callback_url (webhooks), be aware that generated content and task metadata may be POSTed to that URL — use a secure endpoint you control. Store and rotate the POYO_API_KEY safely and limit its permissions where possible. Note the agent may invoke the skill autonomously per platform defaults; if you want to prevent that, disable autonomous invocation in agent settings.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-gpt-image-1-5
Version: 1.0.0
The skill bundle is a standard API wrapper for the PoYo AI GPT Image 1.5 service. It provides a shell script (scripts/submit_gpt_image_1_5.sh) and instructions (SKILL.md) to submit image generation requests to the official api.poyo.ai endpoint. No evidence of data exfiltration, malicious execution, or prompt-injection attacks was found.
Capability Assessment
Purpose & Capability
Name/description ask for submitting and tracking PoYo GPT Image 1.5 jobs; required binary is curl and the only required env var is POYO_API_KEY — both directly required to call the documented API endpoint. Nothing requested is unrelated to image generation.
Instruction Scope
SKILL.md confines its behavior to building JSON payloads, submitting to https://api.poyo.ai/api/generate/submit, saving task_id, and polling or using callback_url. It references only the included references/api.md and the provided shell script; it does not instruct reading unrelated files or other environment secrets.
Install Mechanism
No install spec (instruction-only) and a small included shell script. Nothing is downloaded or written to disk by an installer; risk from install mechanism is minimal.
Credentials
Only POYO_API_KEY is required and it is used by the provided script and described API calls. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
always:false (default) and the skill does not attempt to modify other skills or system-wide settings. It can be invoked autonomously by the agent per platform defaults, which is expected for a service integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-gpt-image-1-5 - After installation, invoke the skill by name or use
/poyo-gpt-image-1-5 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of PoYo GPT Image 1.5 skill.
- Supports generating and editing media using PoYo GPT Image 1.5 models via the PoYo API.
- Provides concise workflow instructions for job submission and status tracking.
- Includes guidelines for building payloads, model selection, and required API key setup.
- Offers details on input parameters, reference image handling, and recommended output formatting.
- References additional documentation and shell script usage for advanced operations.
Metadata
Frequently Asked Questions
What is GPT Image 1.5 API?
Use PoYo AI GPT Image 1.5 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fam... It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install GPT Image 1.5 API?
Run "/install poyo-gpt-image-1-5" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GPT Image 1.5 API free?
Yes, GPT Image 1.5 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GPT Image 1.5 API support?
GPT Image 1.5 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GPT Image 1.5 API?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills