Text To Free

v1.0.0

convert text prompt into generated video clips with this skill. Works with TXT, DOCX, PDF, plain text files up to 200MB. content creators use it for generati...

0· 55·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 claims to convert text to video and requires a single credential (NEMO_TOKEN) and an optional config path under ~/.config/nemovideo/ — these align with a cloud backend video service. No unrelated env vars or binaries are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to check for NEMO_TOKEN, or obtain an anonymous token by POSTing to the service's anonymous-token endpoint, create sessions, stream SSE, upload files, and poll render status. It does not direct reading arbitrary local files or unrelated credentials, but it will upload user-provided media/text to the external API and manage tokens/sessions. Minor inconsistency: metadata lists a config path and install-path-based header logic even though this is an instruction-only skill with no install steps; this is unexpected but not critical.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk by the skill itself. Network interaction is the primary runtime behavior.
Credentials
Only NEMO_TOKEN is declared as required and is the primary credential; the skill also describes generating anonymous tokens via the public API if no token is present. This is proportionate to a cloud video service, but be aware that obtaining/using tokens will enable the remote service to process uploaded files and prompts.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It creates short-lived sessions and tokens for the service and can orphan backend render jobs if a session is closed — this is normal for cloud render services but worth noting.
Assessment
Before installing, consider: (1) This skill uploads prompts and any files you provide to an external service (mega-api-prod.nemovideo.ai). Don't send sensitive/private data unless you trust that service. (2) The skill will look for or create a NEMO_TOKEN (it can auto-generate an anonymous token with limited credits); only provide a long-lived token if you trust the provider. (3) There is no homepage or provenance information—verify who runs this API and read their privacy/terms if possible. (4) Render jobs run on cloud GPUs and may continue or be orphaned if you close the session; check expected billing/credit behavior. (5) Because this is instruction-only (no local code), the main risk is network-based data exposure — prefer a sandboxed environment or a disposable token if you want to test it. If you need higher assurance, ask the publisher for a homepage, privacy policy, and service documentation before use.

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

latestvk9717jdt3fwr0f0tsrfc2944v984mcfp

License

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

Runtime requirements

📝 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments