Game Generator

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: game-generator Version: 1.0.0 The game-generator skill is a functional integration for the nemovideo.ai service, designed to generate game preview videos from text or files. It uses standard API patterns for authentication, session management, and file processing via the domain mega-api-prod.nemovideo.ai. While it includes automated token acquisition and platform telemetry (detecting the environment from the install path), these actions are aligned with its stated purpose and do not exhibit signs of malicious intent, unauthorized data exfiltration, or prompt injection attacks in SKILL.md.

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

Using the skill contacts NemoVideo immediately and may create a remote session before any generation work starts.

Why it was flagged

The skill initiates remote API setup automatically when used. This is expected for a cloud renderer, but it is still an external action users should notice.

Skill content
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Recommendation

Use the skill only when you are ready to connect to the NemoVideo service, and confirm before uploads or exports if the content or credits matter.

What this means

A real NemoVideo token may allow the skill to use account credits or render/export capabilities.

Why it was flagged

The skill uses a bearer token for authenticated API calls and credit-related operations. This is disclosed and purpose-aligned, and it also says not to print tokens.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it ... Include `Authorization: Bearer <NEMO_TOKEN>` ... `/api/credits/balance/simple`
Recommendation

Prefer a scoped or disposable token where possible, monitor credits, and do not install if you do not trust the service with that token.

What this means

Game concepts, assets, videos, images, or audio files may leave the local environment and be processed by a third-party service.

Why it was flagged

Prompts and uploaded media are sent to the external NemoVideo API for processing. The cloud data flow is disclosed, but retention/privacy boundaries are not described in the visible artifact.

Skill content
All rendering happens server-side ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Avoid uploading confidential or unreleased assets unless you trust NemoVideo's privacy and retention practices.

What this means

It may be harder to verify who maintains the skill or the service behind the API endpoint.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent verification. There is no installable code shown, so this is a provenance note rather than a code-supply-chain concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider/domain independently before sending valuable assets or using a paid token.