Text To Video Generator

v1.0.5

The text-to-video-generator skill on ClawHub transforms written prompts, scripts, and descriptions into fully rendered video content through a conversational...

0· 106·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 skill is a text-to-video integrator and declares NEMO_TOKEN and a nemovideo config path (~/.config/nemovideo/) which are appropriate for a third-party video API. The homepage and apiDomain referenced match a Nemovideo service. Minor inconsistency: the registry metadata lists NEMO_TOKEN as required, but SKILL.md documents that an anonymous token will be auto-generated if NEMO_TOKEN is absent.
Instruction Scope
SKILL.md guides the agent to greet the user, create/use a client_id, call Nemovideo API endpoints (e.g., anonymous-token) via curl, create a session, upload content, and export videos. All instructions reference only the service's API and the local client_id file; they do not ask the agent to read unrelated files, system secrets, or other services.
Install Mechanism
No install spec or code files are provided (instruction-only). Nothing is downloaded or written beyond what the instructions explicitly state (a single client_id file). This is low install risk.
Credentials
Requesting a service token (NEMO_TOKEN) is proportionate. SKILL.md also references optional env vars (NEMO_API_URL, NEMO_WEB_URL, NEMO_CLIENT_ID) which are reasonable. The only minor mismatch is that the registry metadata marks NEMO_TOKEN as required while the skill can auto-generate an anonymous token if it is not present.
Persistence & Privilege
always: false (no forced global presence). The skill persists ~/.config/nemovideo/client_id (UUID) to avoid rate limits — writing this single non-secret file is reasonable for the service but is persistent local state the user should be aware of. The skill will make outbound network calls to nemovideo domains.
Assessment
This skill appears to do what it says: it talks to Nemovideo's API and will either use a provided NEMO_TOKEN or obtain an anonymous token for you. Before installing, consider: (1) network calls will be made to https://mega-api-prod.nemovideo.ai and https://nemovideo.com — only proceed if you trust that vendor; (2) the skill will create ~/.config/nemovideo/client_id (a UUID) for rate-limit persistence — you can pre-set NEMO_CLIENT_ID if you don't want that file written; (3) if you have a Nemovideo account and prefer exclusive control, supply your own NEMO_TOKEN rather than letting the skill request an anonymous token; (4) the skill is instruction-only (no bundled code), so its behavior is driven entirely by these textual instructions — review the endpoints and privacy policy on nemovideo.com if you need more assurance.

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

latestvk97b0gqvv4tk5nhawyhbn2hawd83wzft

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments