# Enhance Short Videos with AI Upscaling

Short videos can lose detail after compression, trimming, or remote downloads. This skill uses Verging AI workflows to upscale, denoise, and return enhanced clips.

## Install

```bash
npx skillstore add verging.ai/verging-ai-video-enhancement
```

## Metadata

- Status: approved
- Slug: verging-ai-video-enhancement
- Version: 1.2.0
- Author version: 1.2.0
- Skillstore revision: r1
- Version status: valid
- Tree hash: 885d8f0f0748274573f90a2edf707bfe5484cf54bb247fafe94191717822d3de
- Author: verging.ai
- GitHub username: verging-ai
- License: MIT
- Repository: https://github.com/verging-ai/agent-skills/tree/main/skills/video-enhancement
- Ref: 36e07d5e13068e5be64447e8f20b427cf2cbd21a
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, env\_access, external\_commands, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/verging-ai-video-enhancement
- Manifest: https://skillstore.pages.dev/api/skills/verging-ai-video-enhancement/manifest

## Capabilities

- Accepts local video files and YouTube or Bilibili URLs as input.
- Trims videos with start and end time options before enhancement.
- Supports normal and HD enhancement modes with credit estimates.
- Uploads media through the Verging API and creates enhancement jobs.
- Polls job progress and returns the final result URL.
- Can download the completed enhanced video to a chosen output path.

## Use Cases

- Improve Creator Clips: Upscale a short social clip, reduce noise, and download a cleaner version for publishing.
- Prepare Marketing Shorts: Trim a campaign video to the required segment and create an HD version for review.
- Restore Review Footage: Enhance a rights-cleared archived clip before editing, sharing, or quality inspection.

## Prompt Templates

### Enhance a Local Clip

```
Enhance my local video at ./clip.mp4 with default quality. Show the credit estimate before starting the job.
```

### Trim a Remote Clip

```
Enhance this YouTube clip from 5 to 25 seconds. Use normal quality and return the final result link.
```

### Create an HD Review File

```
Use my Verging API key from the environment. Enhance ./promo.mp4 in HD from 3 to 28 seconds and save the result in ./exports.
```

### Run a Controlled Enhancement

```
Before uploading, confirm the clip duration, credit cost, output path, and that the media is approved for external processing.
```

## Limitations

- Requires a Verging API key and enough paid or granted credits.
- Depends on local yt-dlp, ffmpeg, ffprobe, and curl commands.
- Uploads video content to external Verging and storage services.
- Processes only a 30 second segment, so longer videos are trimmed.

## Best Practices

- Use only videos you own or have permission to process externally.
- Keep the Verging API key in an environment variable and rotate it after exposure.
- Set start and end times to control cost and stay within the 30 second limit.

## Anti Patterns

- Do not paste real API keys into prompts, command examples, screenshots, or logs.
- Do not upload private, regulated, or client media without explicit approval.
- Do not pass unknown remote URLs without checking source trust and rights.

## Security Audit

- Audited at: 2026-07-07T08:17:04.408\+00:00
- Summary: The skill intentionally uses external network calls, local media commands, temporary files, and a Verging API key. Many Markdown backtick detections are formatting false positives, but the documented execution flow confirms real curl, yt-dlp, ffprobe, and ffmpeg use. No prompt injection attempt was found in the reviewed files.

## Stats

- Views: 250
- Downloads: 17
- Favorites: 0
- Popularity score: 0
