← Back to Skills Marketplace
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install split-screen-video
Description
create 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: split-screen-video
Version: 1.0.0
The split-screen-video skill is a functional integration for a cloud-based video editing service (nemovideo.ai). It facilitates video uploads, session management, and rendering via a documented API (mega-api-prod.nemovideo.ai). While it requires network access and handles user files, these actions are essential to its stated purpose of processing video on cloud GPUs. The instructions include standard security practices, such as protecting API tokens, and lack any indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install split-screen-video - After installation, invoke the skill by name or use
/split-screen-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — create split screen videos by combining two clips side by side.
- Upload MP4, MOV, AVI, or WebM files up to 500MB; process and combine them into a side-by-side 1080p MP4.
- Guided setup automatically retrieves cloud processing tokens and starts a secure editing session.
- Supports easy commands for placing, splitting, and exporting clips in various layouts.
- Fast cloud rendering; exports are ready to download in 30–90 seconds.
- Common workflows supported: quick split edit, batch file processing, and iterative refinement.
Metadata
Frequently Asked Questions
What is Split Screen Video?
create 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Split Screen Video?
Run "/install split-screen-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Split Screen Video free?
Yes, Split Screen Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Split Screen Video support?
Split Screen Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Split Screen Video?
It is built and maintained by tk8544-b (@tk8544-b); the current version is v1.0.0.
More Skills