Youtube Video Editor App
v1.0.0Turn raw footage into polished, upload-ready YouTube content without leaving your browser. This youtube-video-editor-app skill handles trimming, cutting, cap...
⭐ 0· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is a browser-facing YouTube video editor that calls a NemoVideo backend. Requiring a single service token (NEMO_TOKEN), an API base URL, and a small client_id config file is appropriate for a cloud editing workflow.
Instruction Scope
SKILL.md directs the agent to upload user media and session requests to nemo-api endpoints and to persist a client_id under ~/.config/nemovideo. These actions are expected for remote editing but do mean user video/audio files are transmitted to an external service — a privacy/data-exfiltration consideration rather than incoherence.
Install Mechanism
There is no install specification and no code files; this is instruction-only so nothing is written to disk by an installer. Runtime behavior (HTTP calls, writing a client_id file) is declared in SKILL.md.
Credentials
Only NEMO_TOKEN is required as the primary credential, which matches the described API interactions. The declared config path (~/.config/nemovideo/) matches the SKILL.md persistence behavior (client_id). No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
always is false and the skill is user-invocable. The only persistent side-effect described is saving a UUID client_id to ~/.config/nemovideo/client_id for rate-limiting—this is proportional and scoped to the skill.
Assessment
This skill behaves like a cloud-based video editor: it will upload any media you give it to the NemoVideo API and requires a Nemo token (NEMO_TOKEN). Before installing, confirm you trust https://nemovideo.com and the API domain, and review their privacy/terms for how uploaded videos are stored/used. Use a disposable or limited token if you prefer. Note the skill will write a small client_id (UUID) to ~/.config/nemovideo/, which is harmless on its face but indicates state is stored locally. Because this is instruction-only (no install code), there is no hidden binary install risk — the main consideration is whether you are comfortable sending your media to the external service.Like a lobster shell, security has layers — review code before you run it.
latestvk973r6p1dgq6qhpgk853014mgn83t615
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
