Chatgpt Video Generator Free Download

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a cloud video-generation wrapper, but its ChatGPT/free-download branding is misleading because the actual service is NemoVideo and some exports may require a paid tier.

Review this carefully before installing: it appears to be a NemoVideo cloud-rendering integration, not an official ChatGPT video generator. Avoid uploading private media unless you trust that provider, and treat the NEMO_TOKEN like a password.

Findings (4)

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

A user may trust the skill as if it were a ChatGPT/OpenAI free video tool, while their requests actually go to a different third-party provider that may have paid limits.

Why it was flagged

The branding suggests a ChatGPT/free-download service, but the operational backend is NemoVideo and the documented behavior includes subscription-tier export blocking.

Skill content
displayName: "ChatGPT Video Generator Free Download — Generate Videos from Text Prompts" ... Base URL: `https://mega-api-prod.nemovideo.ai` ... `402` — free plan export blocked; not a credit issue, subscription tier
Recommendation

Install only if you are comfortable using NemoVideo; the publisher should rename the skill and clearly disclose the actual provider and free-tier limits up front.

What this means

Opening the skill may contact the NemoVideo backend before you submit a generation request.

Why it was flagged

The skill directs the agent to make remote setup calls automatically on first open, even though this is disclosed and aligned with the cloud-rendering purpose.

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 it only if automatic connection to the provider is acceptable; the skill should ideally ask before the first network setup call.

What this means

Anyone with the token could potentially use the associated NemoVideo credits/session until it expires or is revoked.

Why it was flagged

The skill uses a bearer token for the video provider; this is expected for the integration, but it is still account/session authority.

Skill content
Check if `NEMO_TOKEN` is set in the environment... The response `data.token` is your NEMO_TOKEN ... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, avoid sharing logs that contain it, and use a token dedicated to this service.

What this means

Private scripts, images, audio, or videos you provide may be uploaded to NemoVideo’s cloud service.

Why it was flagged

The skill sends prompts and user-selected media to the remote provider for processing, which is expected for cloud video generation but affects data privacy.

Skill content
`/run_sse` | POST | Send a user message ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL ... Accepted file types: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.
Recommendation

Do not upload sensitive or confidential media unless you have reviewed and accept the provider’s privacy and retention practices.