Video Animation Ai

AdvisoryAudited by Static analysis on May 4, 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.

What this means

Using the skill will contact the external video-processing provider and start a cloud session before media processing begins.

Why it was flagged

The skill directs the agent to make third-party API calls and create a processing session automatically when first used.

Skill content
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Recommendation

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.

What this means

The token may authorize cloud sessions, render jobs, and credit usage for this service.

Why it was flagged

The skill uses a provider token to authorize API calls and can create an anonymous token if one is not already set.

Skill content
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.
Recommendation

Use a service-specific or anonymous token, keep it out of logs and screenshots, and revoke/replace it if exposed.

What this means

Private images, videos, audio, and prompt text may leave the local environment and be processed by the provider.

Why it was flagged

The workflow sends user media files and descriptive prompts to an external cloud service for processing.

Skill content
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.
Recommendation

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.