name: apidot-ai-api description: "Use 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." homepage: https://apidot.ai/docs metadata: openclaw: homepage: https://apidot.ai/docs primaryEnv: APIDOT_API_KEY envVars: - name: APIDOT_API_KEY required: false description: APIDot API key for real API calls. Store it server-side only.
Use 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:
7w4.net小蔥技能站,你的AI助手技能庫。
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.
https://apidot.ai/dashboard/api-key
data.task_id immediately.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.這個 Skill 質量不錯,文件寫得清晰全面,涵蓋了 APIDot 平臺的各種功能使用說明和安全注意事項。它告訴使用者什麼時候該用它、怎麼安全地處理 API key、還有完整的使用流程指引。優點是內容專業、指引明確、官方連結齊全。不過它主要是文字說明,沒有提供可以直接使用的程式碼示例或配置檔案,如果想快速上手可能還需要去官方文件找更多參考。整體來說,這是一個指導性很強的 Skill,但實際使用時程式碼部分需要自己補充。