← Back to Skills Marketplace
GPT-4o-image
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
300
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install poyo-gpt-4o-image
Description
Use PoYo AI GPT-4o Image through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fami...
Usage Guidance
This skill appears coherent and limited to calling PoYo's image API. Before installing: (1) Confirm POYO_API_KEY is a dedicated API key for PoYo (do not reuse other service keys). (2) When using callback_url, ensure the webhook endpoint is trusted and won't leak generated content or user data. (3) Be aware the included script reads payloads from a file or stdin — avoid passing secrets or unrelated files as the payload argument. (4) If you need stronger guarantees, test the curl command in a controlled environment and inspect returned task_id behavior.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-gpt-4o-image
Version: 1.0.0
The skill bundle is a standard integration for the PoYo AI GPT-4o Image API. The shell script `scripts/submit_gpt_4o_image.sh` and the instructions in `SKILL.md` are strictly aligned with the stated purpose of submitting image generation tasks to `https://api.poyo.ai/api/generate/submit`. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included shell script all target PoYo's image generation endpoint and only require curl and POYO_API_KEY, which are proportionate to the described purpose.
Instruction Scope
Runtime instructions are limited to building/submitting JSON payloads to https://api.poyo.ai/api/generate/submit, saving task_id, and polling status or using a callback URL. The script reads a payload file or stdin — expected behavior for a submission tool. There are no instructions to read unrelated system files or secrets.
Install Mechanism
This is an instruction-only skill with one small helper script and no install steps or external downloads. No suspicious install sources or extraction behavior are present.
Credentials
The only required environment variable is POYO_API_KEY (declared as primary), which is exactly what's needed to call the PoYo API. No additional credentials, config paths, or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config. It can be invoked normally by the agent without elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-gpt-4o-image - After installation, invoke the skill by name or use
/poyo-gpt-4o-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of poyo-gpt-4o-image skill.
- Supports submitting and tracking image generation/editing jobs with the PoYo GPT-4o Image model family.
- Builds and submits PoYo-compatible payloads to the `https://api.poyo.ai/api/generate/submit` endpoint.
- Handles both image generation (`gpt-4o-image`) and image editing (`gpt-4o-image-edit`) tasks.
- Provides workflow instructions, payload requirements, model selection guidance, and endpoint usage notes.
- Requires a `POYO_API_KEY` for authentication.
Metadata
Frequently Asked Questions
What is GPT-4o-image?
Use PoYo AI GPT-4o Image through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fami... It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.
How do I install GPT-4o-image?
Run "/install poyo-gpt-4o-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GPT-4o-image free?
Yes, GPT-4o-image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GPT-4o-image support?
GPT-4o-image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GPT-4o-image?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills