← Back to Skills Marketplace
Video Trimmer Cutter
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-trimmer-cutter
Description
Skip the learning curve of professional editing software. Describe what you want — trim the first 30 seconds and cut out the pause at 4:20 — and get trimmed...
Usage Guidance
This skill looks like a straightforward client for the nemo video-rendering API, but it sends your uploaded video files and (if present) your NEMO_TOKEN to https://mega-api-prod.nemovideo.ai. Before installing, consider: (1) Do you trust that external service to process and store your videos? Avoid uploading sensitive or private footage. (2) The skill can obtain an anonymous token itself if you don't provide one — it will make network calls to mint that token. (3) The runtime asks the agent to inspect some filesystem paths to set an attribution header (it references install directories beyond the declared config path); this is a minor inconsistency but means the skill may check for agent install locations. If any of these are unacceptable, do not install the skill. If you proceed, prefer using a limited/throwaway token and review the third‑party service's privacy/security documentation.
Capability Analysis
Type: OpenClaw Skill
Name: video-trimmer-cutter
Version: 1.0.0
The skill provides video trimming and cutting functionality by interfacing with a cloud-based rendering API at mega-api-prod.nemovideo.ai. It includes standard procedures for authentication (using NEMO_TOKEN or acquiring an anonymous token), file uploading, and polling for render results. The instructions in SKILL.md are focused on managing the API lifecycle, handling SSE streams, and translating backend responses into user-friendly summaries, with no evidence of data exfiltration, unauthorized access, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description align with the actions in SKILL.md (upload video, request cloud render, download result). Requiring a single API token (NEMO_TOKEN) is consistent with a cloud backend integration.
Instruction Scope
Most instructions stay on-task (establish session, upload files, poll render status, download URL). The skill instructs the agent to read this file's YAML frontmatter for attribution (expected) and to detect the agent install path by checking ~/.clawhub/ and ~/.cursor/skills/ to set X-Skill-Platform — this requires inspecting filesystem paths beyond the declared config path and is not strictly necessary for core trimming functionality.
Install Mechanism
Instruction-only skill with no install spec or downloaded code — lowest risk from install mechanics.
Credentials
Only NEMO_TOKEN is required (primary credential) which is proportionate for a third-party cloud API. The skill also supports generating an anonymous token by calling the remote API if no token is present. Metadata lists a config path (~/.config/nemovideo/), but runtime instructions reference other install paths (~/.clawhub/, ~/.cursor/skills/) — a small mismatch in declared vs. accessed paths.
Persistence & Privilege
always:false and normal model invocation. The skill does not request permanent presence or attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-trimmer-cutter - After installation, invoke the skill by name or use
/video-trimmer-cutter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Video Trimmer Cutter
- Instantly trim and cut video clips with plain-language instructions.
- Supports MP4, MOV, AVI, WebM uploads up to 500MB.
- No editing experience needed; AI handles all cuts and trims automatically.
- Fast cloud processing — get a downloadable MP4 in 20–40 seconds for typical clips.
- Simple API token/session setup with free credits for new users.
Metadata
Frequently Asked Questions
What is Video Trimmer Cutter?
Skip the learning curve of professional editing software. Describe what you want — trim the first 30 seconds and cut out the pause at 4:20 — and get trimmed... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install Video Trimmer Cutter?
Run "/install video-trimmer-cutter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Trimmer Cutter free?
Yes, Video Trimmer Cutter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Trimmer Cutter support?
Video Trimmer Cutter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Trimmer Cutter?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills