Free Video Generation

v1.0.0

Drop a concept, script, or simple idea and watch it transform into a fully generated video — no cost, no complicated setup. This free-video-generation skill...

0· 66·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
The name/description (free video generation) align with what the skill instructs (create session, send prompts, upload media, render/export) and the single required env var (NEMO_TOKEN) is appropriate for authenticating to the described API.
Instruction Scope
Instructions include making network calls to mega-api-prod.nemovideo.ai, uploading user files/URLs, streaming SSE responses, and polling render status — all expected for this purpose. The skill also instructs detecting the agent install path (to set X-Skill-Platform) and reading its own frontmatter for version, which is reasonable but means the agent will check certain filesystem locations.
Install Mechanism
No install step or binary downloads are defined (instruction-only), so nothing is written to disk by an installer. This is the lowest-risk pattern for installation.
Credentials
Only NEMO_TOKEN is required, which matches the described API. Metadata also lists a config path (~/.config/nemovideo/) and the skill will detect install path for attribution; while not strictly harmful, these imply filesystem checks that go beyond pure network calls. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide settings in the instructions provided.
Assessment
This skill is an instruction-only connector to an external video-generation API (mega-api-prod.nemovideo.ai). Before installing, consider: 1) any media or files you upload will be sent to that external service — avoid uploading private or sensitive videos. 2) Provide a NEMO_TOKEN only if you trust the service; if absent the skill will request an anonymous token from the same endpoint (so it will still contact the service). 3) The agent may read its install path and local skill frontmatter for attribution headers and may check ~/.config/nemovideo/ per metadata; if you’re uncomfortable with those filesystem checks, do not enable the skill. 4) There is no installer or other credentials requested, which limits persistence. If you need stronger assurance, verify the service domain and token source outside the skill (or avoid using it).

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

latestvk975cr9306bxgm4qqy1drrhsf9843q4y

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments