mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
HitPaw Image & Video Enhancer
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 |
|---|---|
![]() |
![]() |
Video Enhancement Examples
| Original | 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.
🔗 Links
- ClawHub Skill: https://clawhub.com/skill/hitpaw-image-enhancer
- GitHub Repository: https://github.com/HitPaw-Official/openclaw-skill-hitpaw-enhancer
- HitPaw API Docs: https://developer.hitpaw.com/
- HitPaw Playground: https://playground.hitpaw.com/
📄 License
MIT © HitPaw-Official



