Ai No Generator

PassAudited by ClawScan on May 12, 2026.

Overview

The skill is coherent for cloud AI video generation, but it sends user-selected media to NemoVideo and uses a service token, so users should trust that provider before using it.

This appears suitable if you want a cloud service to generate videos from clips you choose. Before installing, make sure you are comfortable sending those files to NemoVideo and protecting the NEMO_TOKEN used for access.

Findings (5)

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

Videos or images the user uploads will be processed by an external cloud service.

Why it was flagged

The skill explicitly sends user-selected media to a third-party cloud API for processing, which is expected for its purpose but important for privacy.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai` ... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload clips you are comfortable sending to NemoVideo, and review the provider's privacy and retention terms if the media is sensitive.

What this means

Anyone with the token may be able to access the associated NemoVideo session or credits while the token is valid.

Why it was flagged

The skill relies on a bearer token for service access. This is expected for the integration and the artifact says not to display token values.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chats, and rotate or replace it if it is exposed.

What this means

Opening the skill may contact the backend and create an anonymous service token/session.

Why it was flagged

The skill initiates network setup automatically when opened, before an explicit upload or render request. This is purpose-aligned setup but should be visible to the user.

Skill content
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Recommendation

Use the skill only if you are comfortable with automatic connection to the named backend; ask the agent what it connected to if unsure.

What this means

Backend responses can cause further scoped editing or export API actions during a video-generation session.

Why it was flagged

The skill asks the agent to translate backend GUI-like responses into API actions. This delegates part of the workflow to remote responses, but within the disclosed video-editing session.

Skill content
"click" or "点击" → execute the action via the relevant endpoint ... Text response | Apply GUI translation (§4), present to user
Recommendation

Review summaries and exported results before posting, and ask for current state or confirmation before important changes if the edit matters.

What this means

Users have less independent information for assessing who operates the service and how it handles uploaded media.

Why it was flagged

There is no executable package to vet, but there is also limited provenance information for the publisher or external service.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Prefer using this skill with non-sensitive media unless you can verify the provider and its terms through another trusted source.