Install
openclaw skills install canvas-clawGenerate images and videos through AI-video-agent. Supports image create, image remix, video create, and video animate.
openclaw skills install canvas-clawCanvas Claw is an OpenClaw skill package that sends generation tasks to AI-video-agent.
python3 {baseDir}/scripts/generate_image.py --prompt "cinematic portrait"python3 {baseDir}/scripts/generate_image.py --prompt "same character, winter coat" --reference-image "/tmp/char.png"python3 {baseDir}/scripts/generate_video.py --prompt "a rainy city street at night"python3 {baseDir}/scripts/generate_video.py --prompt "the character turns and smiles" --first-frame "/tmp/frame.png"python3 {baseDir}/scripts/image_models.pypython3 {baseDir}/scripts/video_models.pypython3 {baseDir}/scripts/login.py --base-url "http://localhost:8000" --site-id 10000 --username "demo" --password "secret"