Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
通过火山引擎 Ark API 生成 AI 视频 — 文生视频、图生视频、多模态、视频编辑、视频续写、长视频分镜拼接。任务异步执行+轮询,成功后可自动下载到本地。
输入一句中文/英文描述(可选参考图/视频),输出一段 AI 生成的高清视频。
所有调用都是 Ark API 异步任务:先 POST /contents/generations/tasks 拿 task_id,
再轮询 GET task_id,就绪后下载视频 URL 并落盘到 data_dir/videos/。
tongyi-image skill);纯文本/音频(用其他插件)seedance_create({prompt, model?, mode?, ratio?, duration?, resolution?, ...})seedance_status({task_id})seedance_list({limit?})| mode | 描述 | 典型模型 |
|---|---|---|
| t2v | 纯文本生视频 | seedance-1-lite |
| i2v | 首帧图生视频 | seedance-1-lite |
| i2v_end | 首尾帧图生视频 | seedance-1-lite |
| multimodal | 多图/视频/音频参考生成 | seedance-1-lite |
| edit | 视频编辑(替换/叠加) | seedance-1-lite |
| extend | 视频续写(向前/向后/链式) | seedance-1-lite |
npx skills add openakita/openakita --skill seedance-videoHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.