Video King

PassAudited by ClawScan on May 3, 2026.

Overview

Video King is a coherent cloud video-editing skill, but users should know it authenticates to NemoVideo and uploads their media to that external service for processing.

This skill looks purpose-aligned for cloud video editing. Before installing, make sure you are comfortable sending your media to https://mega-api-prod.nemovideo.ai, using or generating a NemoVideo token, and having some backend API steps handled internally rather than shown in full detail. Avoid uploading confidential screen recordings unless you trust the provider's data handling.

Findings (3)

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 skill can create and use a NemoVideo session tied to a token or generated client identifier.

Why it was flagged

The skill uses a bearer token or automatically obtains an anonymous service token to access NemoVideo. This is expected for the cloud editing service, but it is still delegated service authority.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... use it as NEMO_TOKEN
Recommendation

Use a dedicated token if possible, do not share the token, and understand that anonymous tokens and credits are managed by the NemoVideo backend.

What this means

Any media uploaded for editing may be transmitted to and processed by the NemoVideo cloud service.

Why it was flagged

The skill is explicit that user media is sent to a cloud service for editing. This is purpose-aligned, but screen recordings, images, audio, and video can contain private information.

Skill content
Drop your raw video footage in the chat... I'll handle the AI video enhancement on cloud GPUs
Recommendation

Avoid uploading sensitive screen recordings or private media unless you are comfortable with NemoVideo processing it; check the provider's privacy and retention terms if needed.

What this means

The agent may perform backend-directed editing or export API calls without displaying every technical operation in the chat.

Why it was flagged

The skill allows the external backend's SSE/GUI-style instructions to drive internal API actions. The shown scope is the NemoVideo editing workflow, so this is not a concern by itself, but users may not see each internal step.

Skill content
Text events go straight to the user... Tool calls stay internal... Map its instructions to API calls
Recommendation

Ask the agent to summarize planned edits or exports before finalizing if you want more visibility into the workflow.