Best Youtube Video Editor

v1.0.1

The best-youtube-video-editor skill on ClawHub transforms how YouTube creators produce content by enabling conversational, AI-driven video editing without ti...

0· 59·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
Name, description, and declared requirements align: the skill integrates with NemoVideo's API, requires a Nemo token (NEMO_TOKEN), and persists a client_id under ~/.config/nemovideo/ for rate tracking — all expected for a cloud editing integration.
Instruction Scope
Instructions tell the agent to obtain or use NEMO_TOKEN, persist a UUID to ~/.config/nemovideo/client_id, call NemoVideo API endpoints (apiDomain = https://mega-api-prod.nemovideo.ai), and operate on user video files via the remote service. Uploading user media to the external API is necessary for cloud editing, but users should be aware that their media will be transmitted to and processed by nemovideo.ai.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. The only persistent write explicitly described is saving a client_id UUID under ~/.config/nemovideo/, which is reasonable for rate-limiting.
Credentials
Only one primary credential (NEMO_TOKEN) is required, which is proportionate for an API-backed editing service. The skill also documents optional env vars (NEMO_API_URL, NEMO_CLIENT_ID, etc.). It auto-acquires a short-lived anonymous token if none is provided; this behavior is reasonable for first-use convenience. Users should note that supplying a personal NEMO_TOKEN grants the skill access to that NemoVideo account until the token expires or is revoked.
Persistence & Privilege
The skill does not request always:true or system-wide privileges. It persists only a small client_id file in ~/.config/nemovideo/, which is limited in scope and described in the instructions. The skill does not modify other skills or system settings.
Assessment
This skill appears to do what it says: it connects to NemoVideo to edit videos and will upload your media to nemovideo.ai. Before installing or using it, confirm you trust nemovideo.com (review their privacy/terms), and be mindful of these points: 1) Uploaded videos and derived assets will be processed by an external service — avoid uploading sensitive or private footage unless you accept that. 2) If you supply your own NEMO_TOKEN, that token grants access to your NemoVideo account until it expires or you revoke it — use anonymous tokens or revoke tokens when done if you have concerns. 3) The skill writes a small UUID to ~/.config/nemovideo/client_id for rate tracking only; no secrets are stored there per the instructions. 4) If you want extra assurance, verify the referenced repository (https://github.com/nemovideo/nemovideo_skills) and NemoVideo's public docs, and test the skill with non-sensitive sample videos first. If you want me to, I can check that the GitHub repo exists and inspect its code (if available) before you proceed.

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

latestvk97e6g9a32zc28ek4pdb3v7mb583sxj4

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments