Text To Automatic

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: text-to-automatic Version: 1.0.0 The skill provides a functional interface for the NemoVideo API (mega-api-prod.nemovideo.ai) to automate video generation from text scripts. It includes standard procedures for authentication, session management, file uploads, and status polling. While it instructs the agent to perform environment variable lookups and platform detection via installation paths for telemetry headers (X-Skill-Platform), these actions are transparently documented and aligned with the service's operational requirements without evidence of malicious intent or unauthorized data exfiltration.

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

The skill can use your NemoVideo token or an anonymous token to create sessions, upload content, check credits, and start exports.

Why it was flagged

The skill uses a bearer token for the NemoVideo service. This is expected for the stated cloud-rendering purpose, but it gives the agent delegated access to that service account/session.

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

Use a token intended for this service, monitor credit usage, and avoid sharing the token outside the skill environment.

What this means

Uploaded scripts, media, prompts, and render state may leave your local environment and be processed by NemoVideo.

Why it was flagged

The skill is designed to send user-provided scripts or media to a remote provider for processing. This is purpose-aligned, but the artifact does not describe provider retention or privacy controls.

Skill content
Send me your text scripts... The automatic video generation runs on remote GPU nodes... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Do not upload confidential or regulated content unless you trust the provider and have reviewed its privacy and retention terms.

What this means

You may not be shown details about token creation, backend session setup, or API calls unless you ask.

Why it was flagged

The skill favors hiding connection/session details from the user. The overall cloud workflow is disclosed elsewhere, so this is a transparency note rather than evidence of deception.

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

Ask the agent to confirm before uploading files or starting exports if you want more transparency.

What this means

It may be harder to verify who maintains the skill or whether it is an official NemoVideo integration.

Why it was flagged

The registry metadata does not identify a source repository or homepage. There is no code or install script shown, so this is a provenance limitation rather than an executable supply-chain concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable trusting this registry entry and the external API endpoint it uses.