Ai Image To Video Anime

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for cloud anime video generation, but it will create or use a NemoVideo token and send selected media and prompts to that cloud service.

Before installing, confirm you are comfortable sending selected images/media and prompts to NemoVideo for cloud processing. Use a limited NEMO_TOKEN or the anonymous token flow, and avoid uploading confidential or highly personal files.

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.

What this means

Using the skill can start a cloud service session and API workflow before any rendering is completed.

Why it was flagged

The skill directs the agent to contact an external API and create a session automatically when first used. This is disclosed and central to the cloud-rendering purpose, but users should be aware of the automatic provider connection.

Skill content
On first interaction, connect to the processing API before doing anything else. ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`
Recommendation

Use the skill only if you are comfortable with NemoVideo API access for this task, and review any generation/export request before proceeding.

What this means

The agent will act against the NemoVideo service using the configured or generated token, which may carry credits, expiry, and session access.

Why it was flagged

The skill uses a provider bearer token, either from the environment or from an anonymous-token endpoint. This credential use is expected for the integration and is not shown being logged or sent to unrelated services.

Skill content
`data.token` becomes your NEMO_TOKEN ... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Recommendation

Prefer a limited-purpose token, do not paste sensitive unrelated credentials, and rotate or remove the token if you no longer use the service.

What this means

Private images, media files, URLs, and prompts provided for generation may be uploaded to a third-party cloud service.

Why it was flagged

The skill sends selected local files or URLs to the external NemoVideo API for processing. This is aligned with image-to-video generation, but it is a sensitive data flow users should understand.

Skill content
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Upload only files you intend to share with the provider, avoid sensitive personal or confidential media, and check the provider's privacy and retention terms if needed.