Ai Video Generator From Text

v1.0.0

Cloud-based ai-video-generator-from-text tool that handles generating videos from written scripts or descriptions. Upload TXT, DOCX, PDF, copied text files (...

0· 23·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
medium confidence
Purpose & Capability
The skill declares and uses a single service credential (NEMO_TOKEN) and documents endpoints for creating sessions, uploading media, streaming edits, and rendering — which matches a cloud AI video generator. Minor metadata inconsistency: the registry summary lists no required config paths, but the SKILL.md YAML frontmatter declares a config path (~/.config/nemovideo/).
Instruction Scope
The SKILL.md instructs the agent to automatically obtain an anonymous token (via POST to https://mega-api-prod.nemovideo.ai), create and persist a session_id, open SSE streams, and upload user files (up to 500MB). These actions are expected for a cloud render pipeline, but they involve network calls and transmitting user files (which may include sensitive content). The guidance to 'don't display raw API responses or token values' is reasonable for security but also instructs stealthy handling of tokens (not a functional problem, but worth noting). The skill also instructs detecting install path to set an attribution header (requires reading common install directories).
Install Mechanism
There is no install specification and no bundled code — this is an instruction-only skill, so nothing is downloaded or written to disk by an installer step.
Credentials
Only a single service credential (NEMO_TOKEN) is required and declared as primaryEnv. That aligns with the described cloud service. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
always:false (no forced inclusion). The skill instructs storing session_id and using the token across requests; the YAML frontmatter references a config path (~/.config/nemovideo/), implying the token or session could be persisted. The SKILL.md does not explicitly say whether to persist to disk or memory — clarify storage location if you need assurance that credentials aren't written to disk.
Assessment
This skill behaves like a normal cloud video-generation connector, but it will contact an external service and transmit any files you upload. Before installing: 1) Confirm you trust the domain (mega-api-prod.nemovideo.ai) and review its privacy/data-retention policy; avoid uploading sensitive files unless you're comfortable with that service. 2) Prefer to supply your own token (NEMO_TOKEN) from a registered account if you want better auditability rather than allowing the skill to auto-obtain anonymous tokens. 3) Ask or inspect how/where session tokens are stored (the frontmatter mentions ~/.config/nemovideo/) if you want assurance tokens are not written to disk or are easily revocable. 4) Note the package is instruction-only with unknown source/homepage — there is no bundled code to inspect, so trust/verification depends on the service and owner provenance.

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

latestvk97c2c7b9crxv5g2hfjc85bxgx84k6jb

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments