ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alouhaou/video-enhancement
Or

What 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

  1. "/video-enhancement --video ./holiday_video.mp4 --hd true --download true"
  2. "/video-enhancement --video https://youtube.com/watch?v=example --start 10 --end 30"
  3. "/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/me endpoint.
  • Network: Large files require a stable connection during the initial upload phase. Use the --download flag 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

Author@alouhaou
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alouhaou-video-enhancement": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-enhancement#ai-upscaling#cli-tool#video-restoration#content-creation
Safety Score: 4/5

Flags: file-read, file-write, external-api, network-access