Video Editing Ai Link

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — cut the pauses, add transitions, and export a clean final video — and get...

0· 49·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 name/description match the runtime instructions: the skill uploads user video to a remote API (mega-api-prod.nemovideo.ai) for editing and returns rendered outputs. The declared primary credential (NEMO_TOKEN) is appropriate. Minor inconsistency: the SKILL.md frontmatter references a config path (~/.config/nemovideo/) while the registry metadata at the top-level lists no required config paths; this mismatch is likely a metadata oversight but is worth noting.
Instruction Scope
Instructions are focused on connecting to the remote service, uploading media, using SSE for streaming edits, polling export status, and returning download URLs — all consistent with a cloud render service. They also instruct the agent to read the SKILL.md YAML frontmatter for version and to detect an install path (e.g., ~/.clawhub/ or ~/.cursor/skills/) to set X-Skill-Platform headers; detecting the install path requires probing the agent filesystem, which is a limited scope action but not strictly necessary for editing functionality.
Install Mechanism
There is no install spec and no code files — this is instruction-only. Nothing is written to disk by an installer, which minimizes install-time risk.
Credentials
Only one credential is required (NEMO_TOKEN) and is the declared primaryEnv. The instructions also provide a fallback to obtain an anonymous token via the service's anonymous-token endpoint if NEMO_TOKEN is absent; this behavior is coherent with the skill's purpose. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not ask for system-wide changes. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
Assessment
This skill appears to do what it claims: it uploads your videos to nemovideo's API for cloud editing and returns rendered files. Before installing, consider: (1) Privacy — videos and audio are sent to https://mega-api-prod.nemovideo.ai; verify the service's terms and retention policies. (2) Credentials — providing a long-lived NEMO_TOKEN grants the service access; if you don't want to share a permanent token, rely on the anonymous-token fallback or create a scoped/ephemeral token. (3) Filesystem probing — the skill asks the agent to detect install paths and read this skill's frontmatter for headers; this is limited but requires filesystem access by the agent. (4) Metadata mismatch — the SKILL.md references a config path (~/.config/nemovideo/) while registry metadata lists none; this looks like a small metadata inconsistency. If you trust nemovideo.ai and are comfortable with remote processing of your media, the skill is coherent; otherwise, avoid providing persistent credentials and confirm the service's privacy policy.

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

latestvk9722wta7qbf81yt3qs9rrk45s84stc6

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments