Video Animation Ai
PassAudited by ClawScan on May 4, 2026.
Overview
The provided artifacts describe a coherent cloud video-animation connector; the main things to notice are expected external API use, token handling, and uploading media for cloud rendering.
Before installing, make sure you are comfortable with nemovideo.ai receiving your prompts and uploaded media, with the agent creating or using a NEMO_TOKEN, and with cloud render jobs potentially consuming credits. This review is limited to the provided visible artifacts.
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.
Using the skill will contact the external video-processing provider and start a cloud session before media processing begins.
The skill directs the agent to make third-party API calls and create a processing session automatically when first used.
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Install only if you are comfortable with this automatic provider connection; keep actions limited to the documented endpoints and the user's explicit video task.
The token may authorize cloud sessions, render jobs, and credit usage for this service.
The skill uses a provider token to authorize API calls and can create an anonymous token if one is not already set.
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... Free token: Generate a UUID ... The response field `data.token` becomes your NEMO_TOKEN ... Don't print tokens or raw JSON.
Use a service-specific or anonymous token, keep it out of logs and screenshots, and revoke/replace it if exposed.
Private images, videos, audio, and prompt text may leave the local environment and be processed by the provider.
The workflow sends user media files and descriptive prompts to an external cloud service for processing.
This tool takes your images or video clips and runs AI animation generation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Upload only media you are allowed to share with this service, avoid highly sensitive content, and review the provider's privacy and retention terms if needed.
