Ai Video Generator No Limits

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: ai-video-generator-no-limits Version: 1.0.0 The skill is a standard integration for an AI video generation service (nemovideo.ai). It defines clear API workflows for authentication, session management, file uploads, and video rendering. It uses environment variables (NEMO_TOKEN) and local configuration paths (~/.config/nemovideo/) in a manner consistent with legitimate agent tools, and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection.

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

Opening or using the skill may contact the NemoVideo backend and create a processing session before any rendering happens.

Why it was flagged

The skill directs the agent to make automatic setup calls to the provider backend. This is expected for the cloud video workflow, but it is still an external action performed during setup.

Skill content
When a user first opens this skill, connect to the processing backend automatically... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`
Recommendation

Use the skill only if you are comfortable with this third-party backend being contacted for setup and rendering.

What this means

A NemoVideo token from the environment, or an anonymous token obtained by the skill, will authorize video sessions and render requests.

Why it was flagged

The skill uses a bearer token for the stated NemoVideo API. This is purpose-aligned, and the artifact also says not to display token values, but it is still credential use.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN scoped to this service, do not share it, and remove or rotate it if you no longer use the skill.

What this means

Prompts, scripts, audio, images, and video files you provide may be transmitted to NemoVideo's cloud service.

Why it was flagged

The workflow sends user-selected files or URLs to a remote provider for processing. This is central to cloud video generation, but it means uploaded media leaves the local environment.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Upload only files you intend to send to the provider, and avoid using private or sensitive media unless you trust the service's handling of it.

What this means

Users have less provenance information for deciding whether the remote service instructions are trustworthy.

Why it was flagged

The skill has no local code to install, but its published source and homepage are not provided, limiting independent verification of the provider integration.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and NemoVideo service separately before using the skill for important or sensitive projects.

What this means

The service may have practical credit, plan, export, or subscription limits despite the broad marketing claims.

Why it was flagged

The marketing language emphasizes 'no limits' and no paywalled restrictions, while the operational notes still mention credits and subscription-tier export blocking.

Skill content
without paywalled restrictions or watermarks... `402` — free plan export blocked; not a credit issue, subscription tier
Recommendation

Check actual pricing, credit, watermark, export, and retention terms before relying on the skill for production use.