Install
openclaw skills install @lg0219/agnes-video-generatorGenerates AI videos from text or images using Agnes-Video-V2.0 with customizable frames, resolution, and asynchronous task handling.
openclaw skills install @lg0219/agnes-video-generatorA skill for generating AI videos using Agnes-Video-V2.0 model.
The skill is invoked automatically when the user requests video generation. It accepts:
prompt (string, required): Video descriptionimage (string, optional): Source image URL for img2vidnum_frames (number, optional): Frame count, must be 8n+1 (e.g., 81, 121, 241, 441)frame_rate (number, optional): FPS, default 24size (string, optional): Resolution like "1152x768"seed (number, optional): Random seednegative_prompt (string, optional): What to avoidextra_mode (string, optional): e.g., "keyframes" for multi-imagehttps://apihub.agnes-ai.com/v1/videosGET https://apihub.agnes-ai.com/agnesapi?video_id=...AGNES_API_KEY environment variableagnes-video-v2.0remixed_from_video_id field in the final response holds the video URL.node generate.js --prompt "A cinematic shot of a cat walking on the beach at sunset" --num_frames 121 --frame_rate 24 --size 1152x768