Ai Video Trimmer

v5.0.0

Trim, cut, and shorten videos intelligently with AI — remove unwanted sections, cut dead air, trim beginnings and endings, extract the best segments, and tig...

0· 166·1 current·1 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
The skill's name and description (AI video trimming) match the runtime instructions, which POST to a NemoVideo API and require an API token. Minor inconsistency: registry metadata initially listed no required env vars while SKILL.md and primaryEnv declare and use NEMO_TOKEN; this is likely a bookkeeping omission but the token is indeed required for the stated purpose.
Instruction Scope
SKILL.md is narrowly scoped: it describes uploading videos, providing trim rules, and calling https://mega-api-prod.nemovideo.ai/api/v1/generate with an Authorization: Bearer $NEMO_TOKEN header. It does not instruct reading unrelated files or other system secrets, nor does it send data to unexpected third parties beyond the NemoVideo API endpoint.
Install Mechanism
No install spec and no code files — lowest-risk model (instruction-only). Nothing is written to disk or downloaded by the skill itself.
Credentials
The only credential referenced is NEMO_TOKEN (declared as primaryEnv). That is proportionate for a service that uploads and processes videos. Users should confirm what permissions and scope that token grants and whether the service will store or log uploaded content.
Persistence & Privilege
The skill is not configured always:true and does not request system-level persistence or modify other skills. It allows autonomous invocation (default), which is normal for skills — note this only matters when combined with broad privileges, which are not present here.
Assessment
This skill will upload your video files and trimming instructions to an external API (mega-api-prod.nemovideo.ai) using an API token (NEMO_TOKEN). That behavior is consistent with an online trimming service, but before installing you should: 1) confirm you trust NemoVideo and read its privacy/retention policy (will the service store or retain uploaded videos? for how long?); 2) only provide a scoped token with minimal permissions and avoid using high-privilege credentials; 3) avoid sending sensitive/confidential videos unless you understand encryption and retention; 4) test with non-sensitive content first to verify edits and outputs; and 5) note the small metadata inconsistency (requires.env vs primaryEnv) — the token is required despite the registry's initial “none” listing. If you have strict data-control requirements, consider an on-prem or local trimming tool instead.

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

latestvk972xzfh1dbk2s2qgthn9t5gen83rt5r

License

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

Runtime requirements

✂️ Clawdis
Primary envNEMO_TOKEN

Comments