Video Editing With Fast

v1.0.0

content creators edit raw video footage into edited video clips using this skill. Accepts MP4, MOV, AVI, WebM up to 500MB, renders on cloud GPUs at 1080p, an...

0· 55·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 name/description (cloud video editing) aligns with its runtime instructions and the single declared credential (NEMO_TOKEN). Requiring a token for a cloud render API is expected and no unrelated credentials or binaries are requested.
Instruction Scope
The SKILL.md explicitly instructs the agent to obtain an anonymous token if NEMO_TOKEN is not present, create a session, upload user files (multipart or URL), use SSE for edits, and poll for render results — all consistent with a remote editing service. It also instructs reading this file's frontmatter and detecting an install path (~/.clawhub/ or ~/.cursor/skills/) for attribution headers. These runtime actions require network access and the ability to read the skill file and detect installation location; that's reasonable but worth noting. There is a minor inconsistency: the registry metadata lists no required config paths, while the SKILL.md frontmatter mentions ~/.config/nemovideo/.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is downloaded or written to disk by an installer. This is lower risk than an installable package.
Credentials
Only one environment credential is declared (NEMO_TOKEN), which is appropriate for a remote editing API. The instructions also support generating an anonymous token if none is set; no unrelated secrets (AWS, GitHub, etc.) are requested.
Persistence & Privilege
always:false (default) and autonomous invocation is allowed (expected). The skill asks to 'store the returned session_id for all subsequent requests' and to use the token for authenticated API calls — this implies ephemeral or short-lived storage but does not require permanent, system-wide privileges. Consider verifying whether tokens/session IDs will be persisted to disk and where.
Assessment
This skill appears to do what it says: it uploads user-supplied videos to nemovideo.ai, creates/uses a NEMO_TOKEN (or generates an anonymous token), and returns rendered MP4s. Before installing, confirm you are comfortable uploading your video content to the external domain (https://mega-api-prod.nemovideo.ai). Ask the publisher where tokens and session IDs are stored (in-memory only vs written to ~/.config/...), and be aware the skill will read its SKILL.md frontmatter and detect install paths for attribution headers. If you have sensitive footage, do not use the skill unless you trust the service and its privacy policy.

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

latestvk97c52x0qvjkhap6tm37ctdhh984nbtt

License

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

Runtime requirements

Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments