Install
openclaw skills install @coolhackboy/poyo-flux-devFLUX Dev image generation and single-image editing on PoYo / poyo.ai via https://api.poyo.ai/api/generate/submit; use when the user explicitly requests PoYo or flux-dev for text-to-image, image-to-image editing, output size, image count, PNG or JPEG output, async polling, or webhooks.
openclaw skills install @coolhackboy/poyo-flux-devUse this skill for FLUX Dev jobs through PoYo. It helps agents prepare text-to-image or single-image editing payloads, validate output controls, submit async tasks, and explain polling or webhook follow-up.
flux-dev, or the PoYo FLUX Dev API.flux-dev: use for both text-to-image generation and single-image editing.input.image_urls for text-to-image; provide exactly one image URL for editing.input.prompt is required.input.image_urls is optional; when present, it must contain exactly one source image URL.input.size controls documented presets or a supported custom WIDTHxHEIGHT value.input.n controls the requested output count when supported by the current service.input.output_format supports png or jpeg.callback_url is optional and useful for production queues.POYO_API_KEY as a secret and keep it in a server-side environment variable or secret manager.scripts/submit_flux_dev.sh helper after the user explicitly approves a live submission.https://api.poyo.ai/api/generate/submit; use https://api.poyo.ai/api/generate/status/{task_id} only when the user asks to poll a returned task.POYO_API_KEY from the process environment and send it only in the PoYo Authorization header.references/api.md for endpoint details, request fields, examples, response shape, and polling notes.scripts/submit_flux_dev.sh only when the user wants to submit a reviewed JSON payload from a trusted shell.references/api.md without making a live request.task_id clearly.When helping with FLUX Dev, include:
task_id if a request was submitted