Flux 2 API
v1.0.0Use PoYo AI Flux 2 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model family, pr...
⭐ 0· 201·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binary (curl), and required env var (POYO_API_KEY) align with an HTTP-based image-generation API client; nothing extraneous is requested.
Instruction Scope
SKILL.md and the included shell script only describe building/submitting JSON payloads, reading payload from a file or stdin, and polling for task status or using webhook callbacks. They do not instruct the agent to read unrelated files, other environment variables, or to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; this is instruction-only plus a small helper script. There are no downloads or archives and nothing is written to disk by an installer.
Credentials
Only POYO_API_KEY is required and is declared as the primary credential. No other secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
always is false (default), autonomous invocation is allowed (platform default). The skill does not request permanent presence or modification of other skills or system-wide settings.
Assessment
This skill simply sends payloads and any included images/prompts to https://api.poyo.ai using your POYO_API_KEY. Before installing, ensure the POYO_API_KEY you provide is intended for this use and stored securely. Do not include sensitive PII or proprietary images in requests unless you have reviewed PoYo's privacy/terms. If you use callback_url for webhooks, point it to a server you control and secure it (validate incoming requests). The included script reads a payload from a file or stdin and will transmit it to poyo.ai when run — review any payload before submitting.Like a lobster shell, security has layers — review code before you run it.
latestvk975taswmb50e1bxbys0t8cxad82mjhn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl
EnvPOYO_API_KEY
Primary envPOYO_API_KEY
