Install
openclaw skills install video-quick-gen营销视频生成服务,通过小念AI的视频模块快速生成营销视频:当用户说"快速生成视频/生成一个视频/做个视频/把这个需求直接生成视频"并希望通过小念AI生成结果而不是手动编写时使用。
openclaw skills install video-quick-genGenerate a video end-to-end via dashboard-console.
https://xiaonian.cchttps://xiaonian.cc/employee-console/dashboard/v2/apiPOST /video/script/gen → returns scriptPOST /video/task/create → returns task_idGET /video/task/state?task_id=... → returns status/progress/video_urlpython3 skills/local/video-quick-gen/scripts/video_quick_gen.py \
--request "<用户需求,尽量原样保留>" \
--video-type AUTO \
--duration 15 \
--orientation portrait \
--hd \
--out /tmp/video.mp4
Optional:
--image-url "<bos_url>"--no-subtitleJSON returned to the agent (always present):
state — "SUCCESS"task_idscript — the generated video script text (agent should read and summarize this to the user)video_url — final video URLdownloaded_to — local path (only when --out is provided)After the script runs, summarize both the script content and the video URL to the user.
failed_reason and backend logs.