豆包图片与视频生成原生技能。适用于用户提到豆包、文生图、图生图、文生视频、图生视频、查询视频生成任务、等待任务完成或下载最终视频时,直接调用火山引擎 Ark 接口,不依赖外部 MCP 服务。
This is a native OpenClaw skill. Do not spin up the upstream MCP server unless the user explicitly asks for MCP compatibility.
task_idpython3 {baseDir}/scripts/doubao_media.py image \
--prompt "A cinematic cyberpunk alley in rain" \
--size 2560x1440
python3 {baseDir}/scripts/doubao_media.py video \
--prompt "A panda astronaut waves on the moon" \
--video-duration 5 \
--fps 24 \
--resolution 1080p
python3 {baseDir}/scripts/doubao_media.py task --task-id your-task-id
python3 {baseDir}/scripts/doubao_media.py wait \
--task-id your-task-id \
--timeout 600 \
--interval 5 \
--download-to ./doubao-result.mp4
--endpoint-id when the user has a provisioned Volcengine Ark endpoint.--dur, --fps, --rs, and --ratio to the prompt when they are not already present.--endpoint-id nor a default endpoint env var exists, the script falls back to the default model env var.InvalidEndpointOrModel.NotFound, ask the user to verify the Volcengine Ark endpoint authorization first.task_id and query it later with the task subcommand, or use wait for automatic polling.references/api-notes.md when you need request shapes, defaults, or caveats.