Text To Video Kaggle

ReviewAudited by ClawScan on May 10, 2026.

Overview

This looks like a coherent cloud text-to-video skill, but users should know it sends prompts and selected files to NemoVideo and uses or creates a NemoVideo token.

This skill appears safe for its stated purpose if you are comfortable using NemoVideo’s cloud service. Before installing, understand that prompts and uploaded files can be sent to NemoVideo, a token or anonymous session may be created, and the skill’s source/homepage are not provided.

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

The skill may use your NemoVideo token or create an anonymous NemoVideo token to generate videos and manage sessions.

Why it was flagged

The skill uses or creates a provider token for the NemoVideo service. This is expected for the service integration, but it is still delegated account/session authority.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly ... Otherwise, acquire a free starter token ... The response includes a `token` with 100 free credits valid for 7 days — use it as NEMO_TOKEN
Recommendation

Use only a token you are comfortable delegating to this skill, and treat generated anonymous tokens as account credentials for the service.

What this means

Files, prompts, and generated-video session data may leave your machine and be processed by NemoVideo’s backend.

Why it was flagged

The skill is designed to send user-selected files and prompts to a remote provider API. This is purpose-aligned, but uploaded files could contain private or sensitive data.

Skill content
Upload TXT, CSV, JSON, MP4 files up to 200MB ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not upload confidential datasets, private media, or sensitive JSON/CSV files unless you are comfortable with NemoVideo processing them.

What this means

You have less information to verify who maintains the skill or whether the NemoVideo integration is official.

Why it was flagged

The skill is instruction-only and has no code install path, but its origin and project homepage are not provided, limiting independent provenance checks.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider domain and token requirements before using the skill with important accounts or sensitive files.

What this means

You may not see the details of token creation, backend session setup, or remote API calls during normal chat.

Why it was flagged

The skill asks the agent not to surface connection/session details to the user. This appears intended to simplify the experience, but it can hide useful context about remote API use.

Skill content
Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Ask the agent to explain what it will send to NemoVideo before uploading files or starting a generation job.