Video Generator Free Hd

ReviewAudited by ClawScan on May 4, 2026.

Overview

This appears to be a cloud video-generation connector, but it sends your prompts and uploaded media to an external Nemovideo service and uses a service token.

This skill looks purpose-aligned for cloud video generation. Before installing, make sure you are comfortable sending your prompts and media to the Nemovideo API, use a dedicated NEMO_TOKEN, and avoid uploading confidential content unless you have verified the provider's terms.

Findings (4)

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

Your uploaded images, videos, audio, and prompts may be processed by an external service.

Why it was flagged

The skill sends user-provided media files or URLs to a remote video-processing backend, which is expected for this purpose but may involve sensitive user content.

Skill content
Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Use only media you are comfortable sending to Nemovideo, and verify the provider's privacy and retention terms before uploading sensitive content.

What this means

Anyone with the token could potentially use the associated Nemovideo session or credits.

Why it was flagged

The skill requires a service token for Nemovideo API requests. This is purpose-aligned, and the artifacts do not show token logging or unrelated credential access.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Recommendation

Use a dedicated token for this skill, avoid sharing it, and rotate or remove it if you no longer use the service.

What this means

The remote backend can steer some video-service actions such as querying state or exporting through the agent's API workflow.

Why it was flagged

Backend messages can cause the agent to perform follow-up in-service API actions. This appears intended for translating a GUI workflow into API calls, but users should know those internal actions may not be shown step by step.

Skill content
Backend says | You do ... "click [button]" / "点击" | Execute via API
Recommendation

Ask the agent to confirm uploads, exports, or credit-spending steps if you want explicit review before actions are taken.

What this means

It may be harder to independently verify the publisher, service terms, or support channel before sending content to the backend.

Why it was flagged

The registry does not provide a source or homepage, even though the skill depends on a remote API service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service and publisher through trusted channels before using it for private or business-critical media.