How To Create Ai Videos For Free
AdvisoryAudited by Static analysis on Apr 30, 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.
The skill can spend or use credits associated with the provider token and create provider sessions tied to that token.
The skill uses a provider authentication token, or creates an anonymous one, for all backend requests. This is expected for the video service but is still delegated account/API authority.
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Only provide or retain NEMO_TOKEN if you trust the NemoVideo service, and revoke or rotate it if you stop using the skill.
Images, videos, audio, text prompts, or URLs you provide may be uploaded to the NemoVideo backend and processed in its cloud environment.
User-selected files or URLs are sent to an external provider API for cloud rendering. This is central to the skill’s purpose, but it is a sensitive data boundary.
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"}`Avoid sending private, confidential, or copyrighted material unless you are comfortable with that provider processing it.
The agent may perform video-editing or export steps inside the NemoVideo session based on backend responses rather than asking for confirmation at every step.
The skill instructs the agent to treat backend GUI-style messages as directions for API actions. This is coherent with the service workflow, but it means not every intermediate action is surfaced to the user.
Backend says | You do ... `click [button]` ... Execute via API ... `Export button` ... Execute export workflow
Review the final draft/output before sharing it, and ask the agent to confirm before uploads or exports if the content is sensitive.
