Split Screen Video
v1.0.0create video clips into split screen MP4 with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers, TikTok creators, content editors use i...
⭐ 0· 19·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill is a cloud-based video compositing helper and only requires a single service credential (NEMO_TOKEN) to call nemo API endpoints for session creation, upload, and render — this is coherent with the stated purpose. Minor inconsistency: registry metadata showed no required config paths, but the SKILL.md frontmatter references ~/.config/nemovideo/ as a config path.
Instruction Scope
SKILL.md instructs the agent to check NEMO_TOKEN, otherwise obtain an anonymous token from the nemo anonymous-token endpoint and then create sessions, upload files, and poll export status. It will upload user-provided media to mega-api-prod.nemovideo.ai (expected). It also says to detect the agent install path to populate X-Skill-Platform (this involves probing well-known paths), and to read this file's YAML frontmatter for attribution. These actions are within scope but involve network upload of user files and small filesystem probing for install-path detection.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer. This is the lowest install risk.
Credentials
Only NEMO_TOKEN is declared as required (primaryEnv), which matches the API usage. The frontmatter's mention of a config path (~/.config/nemovideo/) suggests possible access to a user config directory even though the registry entry omitted config paths — that's an inconsistent declaration and worth noting. No other unrelated secrets are requested.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill expects to keep a session_id for the duration of an operation (typical), but it does not request permanent agent-wide privileges or claim to modify other skills.
Assessment
This skill will upload any video files you provide to an external service at mega-api-prod.nemovideo.ai and uses (or will obtain) a NEMO_TOKEN to do so. Before installing or using it: (1) confirm you are comfortable sending your videos to that external provider and review their privacy/TOS; (2) be aware the skill can generate an anonymous token (valid ~7 days) if NEMO_TOKEN is not present; (3) the SKILL.md references a local config path (~/.config/nemovideo/) and probes common install paths — consider whether you want the skill to read that config or detect install directories; (4) do not provide unrelated secrets or confidential files to the skill. The mismatched declaration of configPaths in the frontmatter vs registry metadata is minor but worth verifying with the publisher if you need stricter assurance.Like a lobster shell, security has layers — review code before you run it.
latestvk978psy0550rahay01g0czyyv9850ta8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⬛ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
