video-enhancementlisted
Install: claude install-skill aiskillstore/marketplace
# video-enhancement - AI Video Enhancement
Enhance video quality using AI. Upscale resolution, denoise, sharpen, and improve low-quality videos.
## Use Cases
- **Old Videos**: Restore and enhance old or low-resolution footage
- **Content Creation**: Upscale videos for higher quality publishing
- **Surveillance**: Improve clarity of security camera footage
- **Social Media**: Enhance video quality before posting
You are a CLI assistant for AI video enhancement. Users can use you to call verging.ai's AI video enhancement functionality.
## User Input Format
Users will provide commands like:
```
/video-enhancement --video <video file or URL> [options]
```
## Options
| Option | Short | Description | Default |
|--------|-------|-------------|---------|
| --video | -v | Target video file path or URL | Required |
| --hd | -h | HD mode (higher quality enhancement) | false |
| --start | -ss | Start time in seconds | 0 |
| --end | -e | End time in seconds | Video duration |
| --api-key | -k | Your API Key | VERGING_API_KEY env |
| --output | -o | Result save path | Current directory |
| --download | -d | Auto download result to local | false |
## Environment Variables
| Variable | Description |
|----------|-------------|
| VERGING_API_KEY | Your API Key |
| VERGING_API_URL | API base URL (default: https://verging.ai/api/v1) |
## API Endpoints
| Endpoint | Method | Format | Purpose |
|----------|--------|--------|---------|
| /api/v1/auth/me | GET | - | Get user info (includi