Text To Video Dataset

v1.0.0

Turn a CSV file with 500 text prompt and video description pairs into 720p labeled video dataset just by typing what you need. Whether it's creating paired t...

0· 51·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
Name/description (create paired text→video dataset) align with instructions: the SKILL.md describes authentic API calls for creating sessions, uploading files, streaming events, and exporting rendered MP4s. Requiring NEMO_TOKEN to authenticate to the nemo video API is proportionate. Small inconsistency: the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) even though registry metadata said no required config paths; this is a minor mismatch but not indicative of malicious intent.
Instruction Scope
Instructions only call the nemo backend endpoints, describe uploading user files (multipart or URL), reading session state, and using SSE. They do not instruct broad local file reads, credential harvesting beyond NEMO_TOKEN, or exfiltration to unknown hosts. The skill will use any NEMO_TOKEN present in the environment (or obtain an anonymous token via a POST), which is expected behavior for an API-backed skill.
Install Mechanism
No install spec and no code files (instruction-only). This is lower-risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The only required secret is NEMO_TOKEN (declared as primary). The SKILL.md will also create an anonymous token if none is present. This is proportionate for a service that requires authentication, but users should be careful not to set a generic/privileged token named NEMO_TOKEN that belongs to other services.
Persistence & Privilege
always:false and no instructions to persist or modify other skills or system-wide configs. The skill does create session tokens for the backend, which is normal for an API client.
Assessment
This skill is instruction-only and appears to do what it says: it will send your uploaded CSV/files and prompts to https://mega-api-prod.nemovideo.ai to create/render videos. Before installing/using: (1) Confirm you trust the nemo domain and understand their retention/privacy for uploaded media and prompts. (2) Only provide a NEMO_TOKEN that is scoped to this service — do not reuse a token that grants broader access elsewhere. (3) Note the skill will generate an anonymous token if no NEMO_TOKEN is present (it contacts the API to do so). (4) Because the skill is from an unknown source, prefer testing with non-sensitive sample data first. If you need higher assurance, ask the publisher for a homepage, privacy policy, or an official SDK/release notes for the mega-api-prod.nemovideo.ai service.

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

latestvk9730e179saehzpc1wwet0v89x84pn3q

License

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

Runtime requirements

🗂️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments