Video Enhancement

v1.0.1

AI Video Enhancement - Upscale video resolution, improve quality, denoise, sharpen, enhance low-quality videos to HD/4K. Supports local video files, remote U...

3· 134·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill name/description (AI video enhancement) matches the declared requirements: an API key for verging.ai and binaries for downloading and local trimming (yt-dlp, ffmpeg, ffprobe, curl). Those tools are proportionate to the stated functionality.
Instruction Scope
Runtime instructions explicitly download remote videos (yt-dlp), trim/process locally (ffmpeg/ffprobe), and upload the video to verging.ai via a presigned URL. This behavior is coherent with a cloud-enhanced workflow but means full video files are transmitted to a third party. The examples also show a public_url (img.panpan8.com), which indicates uploads may be publicly accessible—users should be warned and confirm privacy expectations.
Install Mechanism
This is an instruction-only skill (no install spec, no code files). That minimizes install-time risk. It does recommend installing other skills (yt-dlp) via npx, which is expected for optional downloader functionality.
Credentials
Only VERGING_API_KEY (and optional VERGING_API_URL) are required, which aligns with the skill's need to authenticate to the verging.ai API. No unrelated credentials or broad secret access are requested.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill requests network/filesystem/external_commands permissions in the manifest—these are consistent with downloading, local trimming, and remote uploads. Nothing indicates the skill modifies other skills or requests permanent elevated privileges.
Assessment
This skill will upload entire video files to verging.ai (using a presigned URL) and the example output includes a publicly accessible URL—do not use it for sensitive or private videos unless you trust verging.ai's handling and retention policies. Ensure you only provide an API key you control and understand any costs/credits. Confirm that temporary files under /tmp/verging-video-enhancement/ are acceptable for your environment and that using yt-dlp to download remote content complies with copyright and your local rules. The skill has no homepage and an unknown source; if you need stronger assurance, verify verging.ai directly (site, privacy policy, and API docs) before installing or providing credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk971c5xw4cyt9zgyfk8w2tjbpx835vfy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsyt-dlp, ffmpeg, ffprobe, curl
EnvVERGING_API_KEY
Primary envVERGING_API_KEY

Comments