Install
openclaw skills install video-enhancerCloud-based video enhancement skill that uploads a user-selected local video file to Wondershare-hosted endpoints for AI enhancement, then downloads the processed result back to local storage. Use only when the user explicitly agrees to third-party cloud processing for a non-sensitive video, when user says "enhance video", "improve video quality", "upscale video", "make video clearer", "fix blurry video", "restore old footage", "video enhancement", "convert to HD", or provides a video file and requests quality improvement. supports MP4/MOV.
openclaw skills install video-enhancerEnhance a user-selected local video using Wondershare-hosted cloud processing.
This is a cloud workflow, not a fully local or offline enhancement pipeline.
Use this skill when the user wants to:
.mp4 or .mov videoDo not use this skill when:
Before running:
.mp4 or .movffprobe is availablemax(width, height) <= 1920, duration must be <= 300 secondsmax(width, height) > 1920, duration must be <= 60 secondsThis workflow uploads the local video file and basic metadata to Wondershare-operated cloud endpoints.
Uploaded data includes:
Network endpoints used by the bundled script:
https://filmora-cloud-api-alisz.wondershare.cc/open/v1/resources/uploadhttps://filmora-cloud-api-alisz.wondershare.cc/open/v1/taskshttps://filmora-cloud-api-alisz.wondershare.cc/open/v1/tasks/<task_id>Do not use this skill for sensitive files unless the user explicitly accepts third-party processing.
This skill requires:
ffprobe binary for metadata inspectionThis skill must not:
Run the script using an absolute path:
python {baseDir}/scripts/video_enhance.py -i "/absolute/path/to/video.mp4" -o "/output/dir"
If the output directory is omitted, the script saves the enhanced file next to the input video.
ffprobeInput:
Output:
<input_stem>_hd_YYYYMMDD_HHMMSS.<ext>
Supported input formats:
.mp4.movffprobe binary with predefined arguments for local metadata inspectionCheck that the file exists:
ls -lh "/absolute/path/to/video.mp4"
Check that ffprobe is available:
ffprobe -version
If the task fails:
Bundled script:
{baseDir}/scripts/video_enhance.py