Install
openclaw skills install @jiehao71727/apidot-ai-apiUse APIDot as one AI API for image generation API, video generation API, chat API, music generation API, and 3D generation API workflows. Use when users ask for APIDot, AI API integration, GPT Image 2 API, Seedance 2 API, Veo 3.1 API, Sora API, Kling API, polling, webhooks, task status, or API key safety guidance based on APIDot docs.
openclaw skills install @jiehao71727/apidot-ai-apiUse APIDot as one API surface for image generation, video generation, chat, music, and 3D generation workflows.
APIDot is most useful when the user wants to test AI models quickly, move from playground usage to backend code, or avoid wiring separate provider-specific auth, polling, webhook, and billing patterns.
This release contains only SKILL.md. It includes no executable files, install-time automation, hidden automation, bundled API clients, automatic network calls, or stored credentials.
Use these APIDot entry points when coming from ClawHub:
Use this skill when the user asks to:
APIDOT_API_KEY as a secret.Use this workflow when explaining how APIDot tasks run. For copyable request examples, direct the user to the current APIDot docs or official examples repository instead of inventing command shapes.
Create an API key in the APIDot dashboard:
Store the key only in a server-side environment variable or backend secret manager.
Choose the model and request fields from the current APIDot docs.
Submit a generation task through the documented APIDot async generation endpoint.
Save the returned data.task_id immediately.
Poll the documented task status endpoint for local tests.
For backend integrations that can receive callbacks, pass callback_url when submitting the task and handle the final result through a webhook.
Start from the task type, then open the matching APIDot docs or examples:
| Task | Start Here |
|---|---|
| Browse available models | https://apidot.ai/models |
| Read API docs | https://apidot.ai/docs |
| Run official examples | https://github.com/APIDotAI/apidot-examples |
| Image generation or editing | https://github.com/APIDotAI/apidot-examples#image-models |
| Video generation | https://github.com/APIDotAI/apidot-examples#video-models |
| Polling | https://github.com/APIDotAI/apidot-examples#polling-and-webhooks |
| Webhooks | https://github.com/APIDotAI/apidot-examples#polling-and-webhooks |
For model-specific request fields, prefer the live APIDot docs page for that model. Do not guess fields or copy parameters from another provider.
task_id, then poll status or receive a webhook.task_id before polling or waiting for callbacks.