video-enhancement
AI Video Enhancement - Upscale video resolution, improve quality, denoise, sharpen, enhance low-quality videos to HD/4K. Supports local video files, remote URLs (YouTube, Bilibili), auto-download, real-time progress tracking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alouhaou/video-enhancementWhat This Skill Does
The video-enhancement skill is a powerful CLI-based AI agent tool designed to leverage the verging.ai processing engine for high-end video restoration. It transforms low-quality, blurry, or low-resolution video files into crisp, high-definition (HD/4K) assets. By automating complex processes like denoising, sharpening, and resolution upscaling, it removes the need for manual editing suites. It supports direct file uploads, URL fetching from platforms like YouTube and Bilibili, and includes configurable parameters such as start/end time clipping to focus enhancement on specific segments.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alouhaou/video-enhancement
After installation, ensure your environment variables are configured correctly. Set the VERGING_API_KEY variable with your unique API key obtained from your verging.ai account settings. You can optionally set VERGING_API_URL if you require a custom endpoint.
Use Cases
- Legacy Restoration: Bring old family videos or historical footage into the modern era by upscaling resolution and clearing noise.
- Content Professionalization: Upscale mobile-recorded content to meet high-definition standards required for professional social media publishing.
- Forensic Enhancement: Improve clarity and detail in low-quality security camera footage to better identify subjects or details.
- Workflow Automation: Efficiently process batch videos using CLI commands within a CI/CD or automation pipeline.
Example Prompts
- "/video-enhancement --video ./holiday_video.mp4 --hd true --download true"
- "/video-enhancement --video https://youtube.com/watch?v=example --start 10 --end 30"
- "/video-enhancement --video ./low_res_clip.mov --output ./enhanced_exports/"
Tips & Limitations
- API Costs: Keep in mind that video processing consumes credits; check your usage via the
/api/v1/auth/meendpoint. - Network: Large files require a stable connection during the initial upload phase. Use the
--downloadflag to save local storage by pulling the result directly after processing. - Clipping: Always verify your timestamps. Providing an end time that exceeds the actual video duration may result in an error from the API processor.
- Authentication: Ensure your API key is properly masked in scripts to prevent unauthorized access to your account credits.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alouhaou-video-enhancement": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, network-access
Related Skills
faceswap
AI Face Swap - Swap face in video, deepfake face replacement, face swap for portraits. Use from command line. Supports local video files, YouTube, Bilibili URLs, auto-download, real-time progress tracking.
background-remover
AI Background Removal - Remove background from images, create transparent PNG, one-click background remover for e-commerce product photos, portrait headshots, design materials. Supports JPG, PNG, WebP local files and remote URLs.