Free Video Generator No Credits

PassAudited by ClawScan on Apr 30, 2026.

Overview

This instruction-only skill is broadly aligned with cloud video generation, but users should understand that prompts and media are sent to a third-party NemoVideo backend using a token-based session.

Before installing, be comfortable with sending video, image, audio, and prompt content to the NemoVideo cloud service. Keep NEMO_TOKEN private, verify the provider and pricing/credit terms, and only upload files you intentionally want processed remotely.

Findings (8)

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

The remote backend can guide parts of the editing/export workflow after the user starts a task.

Why it was flagged

The skill instructs the agent to translate backend text into follow-up API actions. This is aligned with the cloud video workflow, but it means provider responses can influence the agent's next actions.

Skill content
Backend says | You do ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow
Recommendation

Use the skill for intended video tasks and review important actions such as uploads and exports before relying on the result.

What this means

Files or URLs selected for the workflow may be uploaded and processed remotely.

Why it was flagged

The skill exposes upload and render/export API operations. These are central to video generation, but users should notice that local files or URLs may be sent to the cloud service.

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

Only provide media you intend to send to NemoVideo, and avoid uploading private or unrelated local files.

What this means

The token can identify the session and authorize video-rendering operations with the backend.

Why it was flagged

The skill uses or creates a NemoVideo bearer token. This is expected for the integrated cloud service, and the instructions say not to expose tokens.

Skill content
Token check: Look for `NEMO_TOKEN` in the environment ... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... Extract `data.token` from the response — this is your NEMO_TOKEN
Recommendation

Keep NEMO_TOKEN private and use a dedicated token for this service if possible.

What this means

Users have less registry-provided context for verifying who operates the backend service.

Why it was flagged

The skill has limited provenance information. There are no code files or install steps, so the local supply-chain risk is low, but the remote service identity is not independently described by the registry metadata.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the NemoVideo service and domain before uploading sensitive or business-critical media.

What this means

Uploaded/generated media and draft state may be reused within the remote session to produce the final video.

Why it was flagged

The skill relies on remote session state and draft data to continue and export work. This is purpose-aligned, but state can contain user media and editing context.

Skill content
Keep the returned `session_id` for all operations ... Session state: GET `/api/state/nemo_agent/me/<sid>/latest` — key fields: `data.state.draft`, `data.state.video_infos`, `data.state.generated_media`
Recommendation

Review the timeline or state summary before export, and avoid sending confidential content unless you trust the service.

What this means

The remote agent/provider receives prompts and may return workflow instructions for editing and rendering.

Why it was flagged

The skill communicates with a remote `nemo_agent` backend over SSE. The endpoint and bearer authentication are specified, but user prompts and workflow data leave the local agent context.

Skill content
Send message (SSE): POST `/run_sse` — body `{"app_name":"nemo_agent","user_id":"me","session_id":"<sid>","new_message":{"parts":[{"text":"<msg>"}]}}`
Recommendation

Treat the backend as a third-party processor and do not submit sensitive material unless that is acceptable.

What this means

A render job might continue running remotely after the user stops watching the session.

Why it was flagged

Render jobs can continue on the cloud backend even if the local UI/session is closed. This is a normal cloud-rendering concern, not evidence of malicious propagation.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Avoid starting unnecessary exports and wait for completion or provider-side cancellation options when available.

What this means

Users may rely on the free/no-credit claim without checking actual service limits or terms.

Why it was flagged

The skill uses strong promotional language about being free/no-credits while also referencing credits and token expiry. This is not evidence of malicious behavior, but users should verify service terms.

Skill content
Free Video Generator No Credits ... `data.token` ... NEMO_TOKEN (100 free credits, 7-day expiry) ... Tip: you can re-render and adjust your video as many times as you need without losing credits.
Recommendation

Check credit, export, and retention terms before using the service for high-volume or important work.