← Back to Skills Marketplace
Skill Cutmv Video
by
linmillsd7
· GitHub ↗
· v1.0.0
· MIT-0
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-cutmv-video
Description
cut raw video footage into trimmed edited clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators and video editors use it...
Usage Guidance
This skill appears to genuinely call an external NemoVideo API to process uploads and return rendered videos, but a few things to check before using it: 1) provenance — there's no homepage or source listed; ask the publisher for a homepage, privacy policy, and terms so you know where your uploads go and how long they are retained. 2) credentials — NEMO_TOKEN is the only required secret; treat it like an account credential (it can control renders/credits). Don't paste a real account token unless you trust the service. 3) anonymous tokens — if you don't supply NEMO_TOKEN the skill will request an anonymous token from the external API and use it; this is normal but note tokens may be rate-limited or tied to a client id. 4) uploads — any video you drop will be transmitted to mega-api-prod.nemovideo.ai; avoid uploading sensitive or private footage until you verify data handling. 5) metadata mismatch — SKILL.md references a config path (~/.config/nemovideo/) while registry metadata said none; ask the publisher what, if anything, will be written to your filesystem or configuration directories. If you need higher assurance, request the skill's source or an audited endpoint/owner before installing.
Capability Analysis
Type: OpenClaw Skill
Name: skill-cutmv-video
Version: 1.0.0
The skill provides a functional interface for a cloud-based video editing service (nemovideo.ai). It includes detailed instructions for the AI agent to manage authentication, sessions, file uploads, and rendering via the mega-api-prod.nemovideo.ai domain. While it performs platform detection by checking local directory paths (e.g., ~/.clawhub/) to populate API headers, this behavior is consistent with the stated purpose of the tool and lacks indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name/description (video cutting/trimming) align with the runtime instructions (upload, render, export via https://mega-api-prod.nemovideo.ai). Requesting a single service token (NEMO_TOKEN) is appropriate for this purpose. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata provided earlier listed no required config paths — that mismatch is an inconsistency worth clarifying.
Instruction Scope
All instructions are focused on contacting the NemoVideo backend: create session, upload files, SSE messaging, render/poll for output. That matches the stated purpose. Two things to watch: (1) if no NEMO_TOKEN is present the agent will call the anonymous-token endpoint and use that token — the skill will perform network requests and use returned tokens on your behalf; (2) header construction references detecting an install path (e.g., ~/.clawhub/ or ~/.cursor/skills/) to set X-Skill-Platform, which implies the agent may inspect environment/paths to derive headers. There is no instruction that asks for unrelated system files or other credentials.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes installation risk because nothing is downloaded or written by an installer.
Credentials
Only one declared credential (NEMO_TOKEN) is required, which is proportional for a cloud-video service. Be aware NEMO_TOKEN likely grants access to render jobs and account credits; the skill also describes generating/using anonymous tokens if no token is present. No other unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request permanent platform presence. The skill can be invoked autonomously (default) which is normal — nothing else in the package asks to modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-cutmv-video - After installation, invoke the skill by name or use
/skill-cutmv-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Skill Cut MV Video — Cut and export edited videos using cloud GPUs.
- Cut and trim raw video footage (MP4, MOV, AVI, WebM) up to 500MB into clean, final 1080p MP4 clips.
- Supports fast cloud GPU processing (30–60 seconds typical for a 3-minute clip).
- Simple workflow: upload footage, describe desired edits (cut pauses, trim, etc.), and receive a download link.
- Automatic environment setup with API authentication and session handling.
- Key actions: upload, export, check credits/balance, and view editing timeline/state.
- Handles common issues (unsupported files, file size limits, expired tokens) with user-friendly feedback.
Metadata
Frequently Asked Questions
What is Skill Cutmv Video?
cut raw video footage into trimmed edited clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators and video editors use it... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.
How do I install Skill Cutmv Video?
Run "/install skill-cutmv-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Cutmv Video free?
Yes, Skill Cutmv Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Cutmv Video support?
Skill Cutmv Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Cutmv Video?
It is built and maintained by linmillsd7 (@linmillsd7); the current version is v1.0.0.
More Skills