Free Online Video Quality Enhancer – Improve Video Quality with AI – API-powered

PassAudited by ClawScan on May 10, 2026.

Overview

This skill appears to be a straightforward Weshop API integration for enhancing user-provided video URLs, with the main consideration being its use of a Weshop API key and third-party processing.

This looks acceptable if you trust Weshop's API service. Before use, verify the API key is only sent to openapi.weshop.ai, submit only videos or files you intend to process externally, and monitor or rotate your Weshop API key if needed.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent can use the configured Weshop API key, which may access your Weshop account quota or account-bound API usage.

Why it was flagged

The skill uses a provider API key from the environment to authenticate Weshop API requests. This is expected for the stated API-powered purpose and is explicitly documented.

Skill content
metadata: {"openclaw": {"requires": {"env": ["WESHOP_API_KEY"]}, "primaryEnv": "WESHOP_API_KEY"}} ... Auth: `Authorization: <API Key>`
Recommendation

Use a dedicated Weshop API key if possible, keep it in the environment variable, do not paste it into unrelated prompts or sites, and rotate it if it is exposed.

What this means

Media URLs or selected assets you provide may be processed by Weshop outside your local environment.

Why it was flagged

The skill sends user-provided media references, and potentially selected image assets, to Weshop's external API. This is disclosed and aligned with the service purpose, but it is still a third-party data flow.

Skill content
compatibility: Requires HTTPS access to openapi.weshop.ai ... `videos` | array | Yes | Input video URL; up to 1 ... `POST /openapi/agent/assets/images` — upload a local image and get a reusable URL
Recommendation

Only submit videos or files you are comfortable sending to Weshop, and avoid using private or sensitive media unless you trust the provider and its terms.