Install
openclaw skills install creatok-generate-imageThis skill should be used when the user asks to generate an image, create an AI image, produce a product image, generate a visual from a prompt, or check and continue an existing image generation task. Generates images through CreatOK's image generation API and can also recover interrupted generation flows from an existing task id.
openclaw skills install creatok-generate-imageThe skill must read model list, defaults, and hard limits from the CreatOK capabilities endpoint at runtime instead of hardcoding them locally.
Keep the local client thin:
n)POST /api/open/skills/image-generationGET /api/open/skills/tasks/status?task_id=...&task_type=image_generationoutputs/result.json with task_id/status/images/rawoutputs/result.mdtask_id immediately after submission so the user can recover later.task_id, continue from that task instead of starting a new one.All artifacts under generate-image/.artifacts/<run_id>/....