원클릭으로
video-production
When the user wants to create a short video → generate with Seedance, validate and save output files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When the user wants to create a short video → generate with Seedance, validate and save output files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | video-production |
| description | When the user wants to create a short video → generate with Seedance, validate and save output files. |
| triggers | {"intent_patterns":["视频|video|短视频|short.*video|生成.*视频|create.*video","动画|animation|动态.*效果|motion|转场|transition","视频.*素材|video.*clip|片段|footage","图片.*变.*视频|image.*to.*video|动起来|animate.*this","seedance|生成.*动画|make.*video"],"context_signals":{"keywords":["视频","video","动画","animation","短视频","seedance","clip","motion","片段"]},"confidence_threshold":0.6} |
| priority | 7 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
Generate short videos via ARK Seedance backend.
ARK_API_KEYSEEDANCE_ENDPOINT_IDaction=generate only.url; missing URL fails fast.success=false./tmp/seedance_<ts>.mp4.| name | type | required | notes |
|---|---|---|---|
| prompt | string | yes | video description |
| duration | number | no | seconds, default 5 |
| output | string | no | output path |
python3 skills/video-production/run.py generate --prompt 'cute cat animation' --duration 5 --output /tmp/cat.mp4