Maker Free Hindi

PassAudited by ClawScan on May 3, 2026.

Overview

This is a coherent cloud video-making skill, but users should know it uses a NemoVideo token and sends uploaded media to an external cloud service.

This skill appears purpose-aligned for cloud-based Hindi video creation. Before installing, be comfortable with providing or generating a NEMO_TOKEN and sending your uploaded media to mega-api-prod.nemovideo.ai for processing.

Findings (2)

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 authenticate to NemoVideo using your configured or automatically generated token.

Why it was flagged

The skill uses an environment token as a bearer credential for the external video service. This is expected for the integration and the instructions say not to expose tokens, but it is still credential use users should notice.

Skill content
Look for `NEMO_TOKEN` in the environment... Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Use a dedicated token if possible, do not paste unrelated credentials, and revoke or rotate the token if you no longer use the skill.

What this means

Videos, images, audio files, and editing prompts you provide may be uploaded to NemoVideo's cloud service for processing.

Why it was flagged

The skill sends uploaded media and task messages to an external cloud backend. This is central to the stated purpose, but it means user files leave the local environment.

Skill content
This skill connects to a cloud processing backend... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Only upload media you are comfortable sending to that service, and avoid including private or regulated content unless you trust the provider's data handling.