video-production

Original🇺🇸 English
Translated
4 scripts

Generate short videos with Seedance and save validated output files.

1installs
Added on

NPX Install

npx skill4agent add cklxx/elephant.ai video-production

Tags

Translated version includes tags in frontmatter

video-production

Generate short videos via ARK Seedance backend.

Required Env

  • ARK_API_KEY
  • SEEDANCE_ENDPOINT_ID

Constraints

  • action=generate
    only.
  • Backend must return a video
    url
    ; missing URL fails fast.
  • Output file must be written and non-empty, otherwise
    success=false
    .
  • Default output path:
    /tmp/seedance_<ts>.mp4
    .

Parameters

nametyperequirednotes
promptstringyesvideo description
durationnumbernoseconds, default
5
outputstringnooutput path

Usage

bash
python3 skills/video-production/run.py '{"action":"generate","prompt":"cute cat animation","duration":5,"output":"/tmp/cat.mp4"}'