Generator Davinci

ReviewAudited by ClawScan on May 3, 2026.

Overview

Generator Davinci appears to be a disclosed cloud video-generation integration, but it will contact nemovideo.ai and send user prompts or media using a NEMO_TOKEN or anonymous token.

This skill looks coherent for cloud AI video generation. Install it only if you are comfortable sending your prompts and media to nemovideo.ai, using or creating a NEMO_TOKEN, and allowing the agent to run generation/export API actions on your behalf.

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 agent may create sessions, edit drafts, upload media, check credits, or export videos through the provider based on the video workflow.

Why it was flagged

The skill authorizes the agent to make provider API calls and translate backend GUI-style responses into API actions. This is central to video generation/export, but users should understand that actions can be performed through the cloud service.

Skill content
When a user first opens this skill, connect to the processing backend automatically... Backend says "click [button]" ... Execute via API ... "Export button" ... Execute export workflow
Recommendation

Use clear prompts and ask for status or credit balance before export if credit usage matters.

What this means

Requests to the provider will be made under the supplied or generated NEMO_TOKEN and may affect that token's credits/session.

Why it was flagged

The skill uses a provider token or creates an anonymous token for authentication. This is expected for a cloud video service and there is no evidence of unrelated credential use or token leakage.

Skill content
Authentication: Check if `NEMO_TOKEN` is set... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Prefer a dedicated or anonymous token for this service, and do not share a token tied to sensitive or paid access unless you intend to use it.

What this means

Any prompt text, images, audio, or video you provide for generation may be transmitted to and processed by nemovideo.ai.

Why it was flagged

The data flow to an external cloud provider is explicit and purpose-aligned, but user prompts, footage, and uploaded files may be private or sensitive.

Skill content
Drop your text prompts or footage in the chat... I'll handle the AI video generation on cloud GPUs... All calls go to `https://mega-api-prod.nemovideo.ai`... Upload — `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Avoid uploading confidential or regulated media unless you are comfortable with that provider processing it.