Voice To Video Ai
AdvisoryAudited by Static analysis on May 6, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Anyone using the skill will need to provide or generate a NemoVideo token, which authorizes video-generation requests for that session/account.
The skill uses a bearer token to access the NemoVideo backend. This is expected for the cloud video service, but users should understand the token grants session/API access.
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Use a dedicated token for this service, avoid sharing it, and revoke or rotate it if you no longer trust the integration.
Audio or other uploaded media may leave your local environment and be processed on NemoVideo cloud systems.
The skill sends user-supplied media files to a remote backend for processing. This is central to the advertised functionality, but it is a third-party data flow.
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Only upload files you are comfortable sending to the external service, especially if recordings contain private, confidential, or regulated information.
The skill may perform backend edit, status, upload, or export API steps without showing every low-level event to the user.
The skill instructs the agent to process backend tool events internally. This fits the integration workflow, but it means users may not see every intermediate remote action.
Tool call/result | Process internally, don't forward
Ask for status summaries before export and review the final video output before using or posting it.
Users have limited external information for verifying who operates or maintains the integration.
The registry metadata does not provide a source repository or homepage for independent provenance review.
Source: unknown; Homepage: none
Prefer installing only if you trust the publisher and the NemoVideo API endpoint listed in the skill.
