video-production
Original:🇺🇸 English
Translated
4 scripts
Generate short videos with Seedance and save validated output files.
1installs
Sourcecklxx/elephant.ai
Added on
NPX Install
npx skill4agent add cklxx/elephant.ai video-productionTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →video-production
Generate short videos via ARK Seedance backend.
Required Env
ARK_API_KEYSEEDANCE_ENDPOINT_ID
Constraints
- only.
action=generate - Backend must return a video ; missing URL fails fast.
url - Output file must be written and non-empty, otherwise .
success=false - Default output path: .
/tmp/seedance_<ts>.mp4
Parameters
| name | type | required | notes |
|---|---|---|---|
| prompt | string | yes | video description |
| duration | number | no | seconds, default |
| output | string | no | output path |
Usage
bash
python3 skills/video-production/run.py '{"action":"generate","prompt":"cute cat animation","duration":5,"output":"/tmp/cat.mp4"}'