Video Editing With Ai Ab2n 0330

v1.0.0

Turn raw footage into professional-quality videos without a steep learning curve. This skill brings video-editing-with-ai capabilities directly into your wor...

0· 73·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 is a client for the NemoVideo API and requires a NEMO_TOKEN, which fits its stated purpose of uploading and editing video. However, the SKILL.md metadata declares a config path (~/.config/nemovideo/) while the registry metadata listed no required config paths — an inconsistency worth verifying.
Instruction Scope
Runtime instructions are focused on creating/using an API token, opening a session, uploading videos, and calling NemoVideo endpoints — all within the described editing workflow. The instructions do include reading/creating ~/.config/nemovideo/client_id and saving session_id, and they instruct constructing a user-facing claim link that includes the token in the URL (potentially exposing it). Those file reads/writes and token-in-URL behavior should be considered and validated.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be downloaded or written by an installer step. That minimizes install-time risk.
Credentials
The single required credential (NEMO_TOKEN) is proportional for a third-party API client. Still, the skill also expects to read/write a client_id file under ~/.config and to detect install paths to set X-Skill-Platform — these are additional local reads/writes not declared in the registry manifest and should be confirmed acceptable.
Persistence & Privilege
The skill does not request always: true and uses the platform's normal autonomous-invocation defaults. It does not demand system-wide privileges or modify other skills from what the instructions show.
Assessment
This skill behaves like a thin client for the NemoVideo service and only needs a NEMO_TOKEN to operate, which is reasonable. Before installing: (1) Verify the NemoVideo service and the referenced GitHub repository match the skill and are trustworthy; (2) confirm you are comfortable the skill will read/write ~/.config/nemovideo/client_id and may include the token in a URL (which can leak credentials); (3) avoid providing long-lived or high-privilege tokens for sensitive footage — prefer ephemeral or limited-scope tokens if possible; (4) review NemoVideo's privacy/retention policy for uploads (where and how long your videos are stored); (5) if you need stronger assurance, ask the publisher for a signed release or an installable client binary from a known release host; and (6) if anything about the metadata (configPaths mismatch) or the homepage/repository looks off, treat the skill as untrusted and do not upload sensitive content.

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

latestvk97dqqdjen9z2rv5742g4vvm3d83x7rx

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments