← Back to Skills Marketplace
Flux 2 API
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
269
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-flux-2-api
Description
Use 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-flux-2-api
Version: 1.0.0
The skill bundle is a legitimate integration for the PoYo AI Flux 2 API, providing a shell script (`scripts/submit_flux_2.sh`) and documentation (`references/api.md`) to submit image generation and editing tasks. The code and instructions are consistent with the stated purpose, using standard environment variables (POYO_API_KEY) and official endpoints (api.poyo.ai) without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-flux-2-api - After installation, invoke the skill by name or use
/poyo-flux-2-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of poyo-flux-2 skill.
- Enables submitting and tracking jobs for the PoYo Flux 2 model family via `https://api.poyo.ai/api/generate/submit`.
- Supports model selection: `flux-2-pro`, `flux-2-pro-edit`, `flux-2-flex`, `flux-2-flex-edit`.
- Provides request guidelines for prompt construction, image references, size, and resolution options.
- Requires Bearer token authentication with `POYO_API_KEY`.
- Includes instructions for building payloads, submitting jobs, and polling task status.
- Reference to official docs and example scripts for ease of integration.
Metadata
Frequently Asked Questions
What is Flux 2 API?
Use 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install Flux 2 API?
Run "/install poyo-flux-2-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flux 2 API free?
Yes, Flux 2 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Flux 2 API support?
Flux 2 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flux 2 API?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills