Text To Easy

ReviewAudited by ClawScan on May 8, 2026.

Overview

This instruction-only skill appears purpose-aligned for cloud text-to-video generation, but it sends user content to NemoVideo’s API and uses a bearer token/session.

This skill looks coherent for cloud text-to-video generation. Before installing or using it, be aware that your prompts and uploaded files are sent to NemoVideo’s servers and authenticated with a token/session; avoid sensitive documents unless you trust that provider.

Findings (3)

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 can act against the NemoVideo API using the provided or generated token for the video-generation session.

Why it was flagged

The skill uses a bearer token to authenticate to the NemoVideo backend. This is expected for the service integration, but it is account/session authority the user should understand.

Skill content
**If `NEMO_TOKEN` is in the environment**, use it directly and create a session.
Recommendation

Use a dedicated or limited-purpose token when possible, and do not expose the token in chat or shared logs.

What this means

Text, PDFs, DOCX files, or other uploaded content may leave the local environment and be processed by nemovideo.ai.

Why it was flagged

The skill’s core workflow sends user content to an external cloud service for generation/rendering. This is disclosed and purpose-aligned, but the artifact does not describe retention or privacy boundaries.

Skill content
The AI video generation runs on remote GPU nodes — nothing to install on your machine.
Recommendation

Avoid submitting confidential, regulated, or proprietary content unless you have reviewed and trust the provider’s privacy and retention practices.

What this means

Users may not see details about the backend connection unless they ask.

Why it was flagged

This appears to be a user-experience instruction, not deception, but it can obscure that a token and remote API session were created.

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

The skill should be willing to disclose that it uses NemoVideo’s cloud API, bearer authorization, and remote rendering when relevant.