Talking Head Video Ai
ReviewAudited by ClawScan on May 6, 2026.
Overview
This appears to be a coherent cloud video-processing skill, but it will use or create a NemoVideo token and upload user media to an external rendering service.
This skill looks purpose-aligned for generating polished talking-head videos. Before installing or using it, make sure you are comfortable sending your footage and prompts to mega-api-prod.nemovideo.ai, protect the NEMO_TOKEN credential, and avoid uploading sensitive or private recordings unless the provider’s privacy and retention practices are acceptable to you.
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.
The agent may make video-editing, state-query, or export API calls as part of the workflow without showing every backend instruction to the user.
The skill instructs the agent to initiate API setup automatically and to convert backend GUI-style instructions into API actions. This is aligned with the video-editing workflow, but it means API actions may be driven by the external backend during a session.
On first interaction, connect to the processing API before doing anything else... Backend says | You do | "click [button]" ... Execute via API
Use the skill for intended video-processing tasks and ask the agent to summarize planned uploads, edits, and exports before proceeding if the media or project is sensitive.
Anyone with the token could potentially access the associated service session or credits, so the token should be treated as a credential.
The skill uses a bearer token for the NemoVideo API. This is expected for the cloud service and is disclosed, with an instruction not to print tokens.
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Keep NEMO_TOKEN private, avoid pasting it into chats or files, and rotate or revoke it if exposed.
Uploaded videos, audio, images, prompts, and project details may leave the local environment and be processed by the NemoVideo cloud service.
The skill sends user media or media URLs to an external provider for processing. This is central to the cloud video-generation purpose, but it is still a sensitive data flow.
**API base**: `https://mega-api-prod.nemovideo.ai` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`Do not upload confidential, regulated, or private footage unless you are comfortable with that provider processing it and have checked its terms and privacy practices.
