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:
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
7w4.net小葱技能站,你的AI助手技能库。
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,但实际使用时代码部分需要自己补充。