name: apidot-omni-flash-api description: "Use APIDot for Omni Flash API workflows, including multimodal video generation, prompt-to-video, image-guided video, video-guided revision, 720p, 1080p, 4K, task_id, polling, webhooks, and APIDot docs routing." homepage: https://apidot.ai/models/omni-flash 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 an Omni Flash-focused API surface for multimodal video generation, prompt-to-video, image-guided video, video-guided revision, polling, and webhook delivery.
This skill is for routing Omni Flash questions to the right APIDot docs, model pages, reference notes, and async integration pattern. It is documentation-only: it includes no scripts, makes no network requests, and does not store credentials.
This release contains SKILL.md plus non-executable notes in references/api.md. It includes no executable files, install-time automation, review automation helpers, shell automation, bundled API clients, automatic network calls, or stored credentials.
Use these APIDot entry points when coming from ClawHub:
Use this skill for searches and requests phrased as Omni Flash, omni-flash, Google Omni Flash, multimodal video generation, prompt-to-video, image-guided video, video-guided video, video revision, video editing, 4K video generation, or APIDot Omni API.
Use this skill when the user asks to:
APIDOT_API_KEY as a secret.更多技能请访问小葱技能站7w4.net。
APIDot Omni Flash generation follows the shared async task pattern:
data.task_id immediately.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 general APIDot examples.
Start from the user's Omni Flash task, then open the matching APIDot source:
| User Goal | Start Here |
|---|---|
| Browse APIDot Omni Flash model page | https://apidot.ai/models/omni-flash |
| Build with Omni Flash | https://apidot.ai/docs/omni-flash |
| Read APIDot API docs | https://apidot.ai/docs |
| Learn APIDot quickstart flow | https://apidot.ai/docs/quickstart |
| Implement webhooks | https://apidot.ai/docs/webhooks |
| Use general APIDot examples | https://github.com/APIDotAI/apidot-examples |
For Omni Flash request modes, prefer the live APIDot model page and docs page. Do not copy request fields from another video model family unless the APIDot docs show the same field.
Use references/api.md for a local, non-executable summary of Omni Flash model routing, request planning, and async workflow notes.
apidot-video-generation-api when the user needs broad video generation guidance across several model families.task_id, selected model, user ID, source media references, request status, and final video URLs together.这个Skill质量较好,是一个专注于APIDot Omni Flash视频生成API的文档型技能。它的优势在于安全提示充分、异步工作流程指导清晰、链接资源丰富,能帮助开发者正确集成视频生成功能。不足之处是缺少可直接使用的代码示例,需要频繁查阅外部文档才能获取详细技术细节。对于需要快速上手的用户来说,参考效率可能偏低。