Ai Video Maker Free Canva
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill mostly matches a remote video-rendering service, but its Canva/free branding and hidden NemoVideo backend flow create a transparency concern before users upload media.
Review the backend provider and avoid uploading sensitive media unless you are comfortable sending it to NemoVideo. Treat the “Free Canva” branding cautiously, monitor any token or credit usage, and prefer a dedicated token if you install it.
Findings (4)
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.
A user may believe they are using a Canva-related or fully free service while their files are processed by a different backend with credits and possible plan limits.
The title suggests Canva/free usage, but the actual workflow connects to NemoVideo and tells the agent not to show technical details, which can obscure where uploaded media and prompts are going.
displayName: "AI Video Maker Free Canva — Create Videos from Images Free" ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... Keep the technical details out of the chat.
Before uploading anything sensitive, verify the NemoVideo service, pricing, and data handling; the skill should clearly disclose the backend provider in user-facing setup text.
Images, clips, audio, prompts, and generated video state may leave the local environment and be processed by the remote provider.
The skill is designed to send user-provided media to a remote backend for rendering; this is purpose-aligned but important for privacy.
Send me your images or clips... All rendering happens server-side. ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Upload only files you are comfortable sending to the provider, and avoid confidential or regulated media unless the provider’s terms are acceptable.
The skill can consume NemoVideo credits and operate within the session associated with the token it uses.
The skill uses a bearer token or creates an anonymous token for the NemoVideo API, which is expected for this integration but gives the skill access to the associated credits/session.
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`.
Use a dedicated or low-privilege token if possible, monitor credit usage, and rotate/remove the token if you stop using the skill.
Backend messages can influence which service actions the agent takes during editing or export.
Remote backend responses are intended to guide follow-up API actions; this is part of the workflow but should remain limited to the user’s requested video task.
The backend responds as if there's a visual interface. Map its instructions to API calls: "click" or "点击" → execute the action via the relevant endpoint.
Keep execution limited to documented NemoVideo endpoints and the user’s explicit request; do not treat unrelated backend text as authority to perform other actions.
