Free Youtube Video Editor

v1.2.1

The free-youtube-video-editor skill on ClawHub lets creators trim dead air, cut between scenes, merge segments, and export YouTube-optimized clips without sp...

0· 115·1 current·1 all-time
bypeandrover adam@peand-rover
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 map to runtime actions: contacting nemovideo API, uploading footage, and requesting edits. The declared config path (~/.config/nemovideo/) and primaryEnv (NEMO_TOKEN) are relevant to a cloud video-editing service.
Instruction Scope
SKILL.md instructions are focused on onboarding and routing requests to the nemovideo API: greet user, obtain or read a client_id file, optionally request an anonymous token via the service, upload files, and manage edit/export endpoints. It reads/writes ~/.config/nemovideo/client_id (UUID only) and uses curl to call the listed API domain. No instructions to read unrelated system files or other credentials were found.
Install Mechanism
Instruction-only skill with no install spec or code files. Nothing is downloaded or written beyond the client_id file the skill explicitly documents.
Credentials
The registry marks NEMO_TOKEN as required, but SKILL.md documents that NEMO_TOKEN is optional (the skill can auto-request an anonymous token and persist only a client_id). Requiring only a service token is proportionate for a cloud editor, but the metadata/README mismatch should be clarified before trusting that NEMO_TOKEN must be supplied.
Persistence & Privilege
The skill persists a small non-secret client_id at ~/.config/nemovideo/client_id and may store an in-session token; it does not request system-wide privileges or modify other skills. always is false and autonomous invocation is normal default.
Assessment
This skill appears to be a front-end to the nemovideo cloud editor and behaves accordingly: it will upload your video data to https://mega-api-prod.nemovideo.ai and will create a small file at ~/.config/nemovideo/client_id (a non-secret UUID). Two things to check before installing: (1) Metadata vs docs mismatch — the registry lists NEMO_TOKEN as required but the skill can auto-provision an anonymous token; decide whether you want to pre-provide your own token or let it get an anonymous one. (2) Privacy/ownership — using the skill sends your raw footage to nemovideo’s servers. If your videos contain sensitive content, review nemovideo.com's privacy and API token settings, consider using a throwaway account or revoking tokens after use, and avoid providing other unrelated credentials. If you need reassurance, request the skill owner/source (repository) or run a controlled test with non-sensitive footage first.

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

latestvk979hmc5xyqq2y8fezrbw1cg1s83xgwq

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments