Files

HitPaw Image & Video Enhancer

ClawHub GitHub Version

OpenClaw skill integrating HitPaw's AI-powered image and video enhancement API

🎯 Features

This skill brings HitPaw's professional-grade AI enhancement capabilities to OpenClaw, supporting 16 specialized models for images and videos.

Core Capabilities

  • Image Enhancement: 2x/4x upscaling, face recovery, denoise, generative restoration
  • Video Enhancement: Upscale to 4K, portrait restoration, temporal stability
  • Async Processing: Polling-based job tracking with real-time status
  • Coin Tracking: Monitor API consumption per job

📸 Screenshots

Image Enhancement Examples

Before After
Before Example After Example

Video Enhancement Examples

Original Enhanced
Video Original Video Enhanced

Note

: Screenshots above are placeholders. Replace with actual before/after comparisons from HitPaw API results.

🚀 Quick Start

Installation

clawhub install hitpaw-image-enhancer

Configuration

Set your HitPaw API key:

export HITPAW_API_KEY="your_api_key_here"

Get your API key at: https://playground.hitpaw.com/

Usage

# Enhance an image
enhance-image -u photo.jpg -m general_2x -o output.jpg

# Enhance a video
enhance-video -u input.mp4 -m general_restore_2x -r 1920x1080 -o output.mp4

📚 Documentation

For comprehensive documentation, including all model options, configuration details, and troubleshooting, see SKILL.md.

📄 License

MIT © HitPaw-Official