Install
openclaw skills install apidot-async-workflowUse APIDot async workflow for AI generation APIs, including task submission, task_id handling, polling API, task status API, callback_url, webhook API, retry guidance, idempotent webhook handling, image generation, video generation, music generation, and 3D generation based on APIDot docs.
openclaw skills install apidot-async-workflowUse APIDot's async workflow for generation tasks that return a task_id, then complete through polling or webhook delivery.
This skill is for routing async integration questions to the right APIDot docs, examples, and production workflow guidance. It is documentation-only: it includes no executable files, setup-time automation, bundled API clients, automatic network calls, or stored credentials.
Use this skill when the user asks to:
task_id persistence, polling API, task status API, callback_url, or webhook API behavior.APIDOT_API_KEY as a secret.Use this stable flow when explaining APIDot generation tasks:
data.task_id before waiting, retrying, polling, or showing progress.callback_url webhook delivery for production queues or user workflows that may outlive the current page.Do not guess model-specific payload fields. If the user needs copyable request examples, point them to the current APIDot docs or the matching APIDot GitHub example repository.
task_id, selected model, request owner, request status, created time, and last checked time together.callback_url only to a backend endpoint controlled by the application.task_id.Start from the user's async workflow, then open the matching APIDot source:
| User Goal | Start Here |
|---|---|
| Read APIDot docs | https://apidot.ai/docs |
| Learn APIDot quickstart flow | https://apidot.ai/docs/quickstart |
| Implement webhooks | https://apidot.ai/docs/webhooks |
| Browse APIDot models | https://apidot.ai/models |
| Use general APIDot examples | https://github.com/APIDotAI/apidot-examples |
| Build image workflows | https://clawhub.ai/jiehao71727/apidot-image-generation-api |
| Build video workflows | https://clawhub.ai/jiehao71727/apidot-video-generation-api |
| Use the broad APIDot skill | https://clawhub.ai/jiehao71727/apidot-ai-api |
Use this skill for async workflow design across APIDot model families. Use the image, video, or broad APIDot skills when the user needs model-category guidance.