Free Ai Video Maker
v1.0.2Turn raw clips into share-ready videos without spending a cent. This free-ai-video-maker skill analyzes your footage and assembles engaging videos complete w...
⭐ 0· 62·0 current·0 all-time
bypeandrover adam@peand-rover
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description (AI video editing) aligns with the skill's requirements: a Nemo API token (NEMO_TOKEN), an optional API URL, and a config path under ~/.config/nemovideo for a client_id. These are appropriate for a cloud editing service.
Instruction Scope
Runtime instructions are focused on creating a session, uploading user-supplied media, streaming SSE responses, checking credits/state, and exporting results — all coherent with the stated purpose. Notable points: the skill auto-acquires an anonymous token via a Nemo endpoint, persists a client_id to ~/.config/nemovideo/client_id, and documents a task link that includes a token query parameter (which could leak session tokens if shared).
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk by an installer; only runtime persistence is the documented client_id file, which is consistent with an instruction-only integration.
Credentials
Only NEMO_TOKEN (primary credential) and an optional NEMO_API_URL are required. That is proportionate to a service that authenticates API calls. The SKILL.md states the token can be auto-acquired (anonymous, time-limited), which reduces the need for long-lived secrets.
Persistence & Privilege
always is false (normal). The only persistent artifact is a client_id UUID stored in ~/.config/nemovideo/ for rate tracking, which is reasonable. Autonomous invocation is allowed (platform default); combined with network access this increases blast radius in case of misuse, so be mindful that the skill will send user files to an external API.
Assessment
This skill will upload any files you give it to a third-party NemoVideo backend and store a small client_id under ~/.config/nemovideo/. Before installing or using it: (1) verify the NemoVideo domain/repository and privacy policy (uploads may be stored/processed remotely); (2) avoid uploading sensitive or confidential footage until you trust the service; (3) note that task links include a token query parameter — avoid sharing those links publicly; (4) consider creating a throwaway account or using the anonymous token flow for initial testing; and (5) if you need offline/local editing, prefer a skill that does processing locally rather than sending media to an external API.Like a lobster shell, security has layers — review code before you run it.
latestvk976hj8c2ekyx5sa1ffdv84vph83vm3k
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
