Youtube Video Editor Download

v1.0.4

The youtube-video-editor-download skill lets you pull YouTube videos directly into an AI-driven editing session, trim clips, cut segments, merge sequences, a...

0· 87·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's declared purpose (pull YouTube videos and offer conversational editing/export) matches the runtime instructions which call the nemovideo API, create sessions, and persist a client_id. Minor inconsistency: registry metadata lists NEMO_TOKEN as required, but the SKILL.md documents that a token is optional and can be auto-generated (anonymous token) if missing.
Instruction Scope
SKILL.md limits operations to the nemovideo service: it instructs the agent to request an anonymous token, create sessions, route user intents to specific API endpoints, and persist a client_id in ~/.config/nemovideo/. It does not instruct reading unrelated system files or other credentials. It does however instruct proactively greeting the user and persisting a client_id locally.
Install Mechanism
There is no install spec and no code files; this is instruction-only. Nothing is downloaded or written beyond the client_id config file described in the skill instructions.
Credentials
The only credential named is NEMO_TOKEN (primaryEnv). The SKILL.md says a token can be auto-generated and that client_id is persisted locally; registry metadata marking NEMO_TOKEN as strictly required is inconsistent with SKILL.md. No unrelated credentials (AWS, GitHub, etc.) are requested.
Persistence & Privilege
The skill persists a client_id to ~/.config/nemovideo/ (declared in metadata). It does not request always:true and does not indicate modifying other agent or system-wide configs. Autonomous invocation is allowed by default (platform standard) but not combined with elevated privileges.
Assessment
This skill appears to do what it says: it contacts nemovideo's API to fetch/edit/export videos and will create and persist a small client_id file at ~/.config/nemovideo/client_id. Before installing: (1) confirm you trust nemovideo.com/mega-api-prod.nemovideo.ai and their privacy/copyright practices (you may upload or process third-party videos); (2) note the metadata says NEMO_TOKEN is required but the instructions show the skill can auto-request an anonymous token — ask the publisher to clarify whether you must supply NEMO_TOKEN or whether the skill will get a short-lived anonymous token automatically; (3) be aware the skill will make network calls to nemovideo and persist a UUID to ~/.config/nemovideo/, which is normal for this functionality. If you need stronger guarantees, request the publisher provide explicit token-handling and storage behavior (where tokens are stored, whether tokens are sent to any other endpoints, and how long they persist).

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

latestvk97629hkgp40bakrpj0a627jh183sex0

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments