ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ai-video-upscale

AI-powered video upscaling with Real-ESRGAN and Waifu2x. Use when user asks to enhance, upscale, improve video quality, make HD/4K. Supports anime and real footage with progress tracking.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/nightvibes3/video-upscale
Or

AI Video Upscale Skill

AI-powered video upscaling with progress tracking and job isolation.

Quick Usage

After installation (see below), run:

~/video-tools/real-video-enhancer/upscale_video.sh "{{filepath}}" "{{output_path}}" "{{mode}}" "{{preset}}" "{{engine}}" "{{job_id}}"

Or if you added the tool paths to your PATH:

upscale_video.sh "{{filepath}}" "{{output_path}}" "{{mode}}" "{{preset}}" "{{engine}}" "{{job_id}}"

Parameters

ParameterDefaultDescription
filepathrequiredInput video path
modeautoanime or real (auto-detects)
presetfastfast (2x) or high (4x)
engineautowaifu2x or realesrgan
job_idautotg_<chatid>_<messageid>

Mode Selection

  • anime → Waifu2x (better for anime with text)
  • real → Real-ESRGAN (better for photorealistic)

Preset Selection

PresetUpscaleCRFSpeed
fast2x20Quick
high4x16Slower

Example Prompts

  • "Upscale this"
  • "Upscale this anime clip"
  • "Make this 4K"
  • "Enhance in high quality, keep me updated"

Output Format

JOB_ID: tg_123_456
PHASE: EXTRACTING_FRAMES
FRAMES_TOTAL: 780
PHASE: UPSCALING
PROGRESS: 78/780
...
STATUS: OK
UPSCALED_VIDEO: /path/to/output.mp4

Installation

See INSTALL.md for setup instructions.

Metadata

Stars1335
Views1
Updated2026-02-23
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-nightvibes3-video-upscale": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.