Free Video Generator By Prompt

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — generate a 30-second video of a forest with birds and soft background musi...

0· 50·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe a cloud video-generation service. The single required env var (NEMO_TOKEN) and the documented API endpoints on mega-api-prod.nemovideo.ai are consistent with that purpose — nothing else (unrelated cloud credentials or system-wide access) is requested.
Instruction Scope
The SKILL.md contains detailed runtime instructions: check NEMO_TOKEN, or obtain an anonymous token by POSTing to the service, create and persist a session_id, upload media, use SSE for edits, poll export status, and include attribution headers. This stays within the service domain, but the agent is expected to store tokens/session IDs and read install/config paths for platform detection and attribution headers; review where and how those values are persisted and presented to the user.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery model (nothing is downloaded or written by an installer as part of skill installation).
Credentials
Only NEMO_TOKEN is required, which is appropriate for a hosted video service. Minor inconsistency: SKILL.md frontmatter references a configPaths entry (~/.config/nemovideo/) while the registry metadata reported no required config paths; clarify whether the skill will read or write that path and where the token/session is stored.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill asks the agent to persist a session token (normal for a remote API) but does not request elevated or system-wide privileges or modifications to other skills.
Assessment
This skill appears to do what it says: it connects to a nemovideo.ai backend, uploads media, and returns generated videos, requiring only a NEMO_TOKEN. Before installing: (1) confirm you trust the external domain (mega-api-prod.nemovideo.ai) because any uploaded media and generated content goes there; (2) ask where the agent will store the obtained token and session_id (the SKILL.md implies persistence and mentions ~/.config/nemovideo/ in frontmatter) and whether those files are accessible to other local processes you care about; (3) be aware the skill may read local install paths to set X-Skill-Platform for attribution — if you have privacy concerns about revealing tool/install structure, verify or modify that behavior; (4) understand that server-side render jobs may continue after you close the UI and could consume credits. If you need tighter guarantees, request the author clarify storage location and retention of tokens/sessions and consider using your own NEMO_TOKEN instead of allowing anonymous token creation.

Like a lobster shell, security has layers — review code before you run it.

latestvk970xjgp67y44nnnpr3y1jn8wd84sqgg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments