← Back to Skills Marketplace
Video Editing Tools
by
whitejohnk-26
· GitHub ↗
· v1.0.0
· MIT-0
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-editing-tools
Description
edit video clips into edited video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for trimming and polishin...
Usage Guidance
This skill appears to implement cloud video editing and will upload your media to an external service (mega-api-prod.nemovideo.ai). Before installing: 1) Confirm you trust that third-party service — do not upload private/sensitive footage unless you review its privacy/terms. 2) Be aware the skill will attempt to create an anonymous token automatically if you don't provide NEMO_TOKEN, which means the agent will make outbound network requests and store tokens/session IDs (check where those are saved). 3) The SKILL.md asks the agent to detect local install paths to set attribution headers — that requires reading certain filesystem paths and could expose metadata about your environment. 4) There's a mismatch between registry metadata and the SKILL.md (config path declared in SKILL.md but not in registry); ask the publisher to clarify where tokens/sessions are stored and why the skill needs that config path. If you want tighter control, supply your own NEMO_TOKEN (if the service supports it) and avoid using the anonymous-token flow.
Capability Analysis
Type: OpenClaw Skill
Name: video-editing-tools
Version: 1.0.0
The video-editing-tools skill is a functional integration for the nemovideo.ai cloud service, allowing users to edit and export videos via an AI agent. The SKILL.md file provides clear instructions for authentication, session management, and API interaction (e.g., uploading to /api/upload-video and rendering via /api/render/proxy/lambda). While it includes logic for platform attribution by checking local installation paths (~/.clawhub/ or ~/.cursor/skills/), this behavior is documented and serves a plausible purpose for usage analytics without evidence of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (video editing) align with the endpoints and operations described in SKILL.md (upload, render, export). The single required env var (NEMO_TOKEN) is consistent with a remote API. However, the registry metadata provided earlier lists no required config paths while the SKILL.md frontmatter declares a configPaths entry (~/.config/nemovideo/). This metadata mismatch should be resolved.
Instruction Scope
Instructions direct the agent to: automatically obtain an anonymous token from an external API if NEMO_TOKEN is not set, create and store a session_id, upload user video files to mega-api-prod.nemovideo.ai, and detect agent install path (~/.clawhub, ~/.cursor) for X-Skill-Platform attribution. Uploading user media to an external service is expected for cloud editing, but automatic token creation and filesystem path checks (to infer install platform) expand the agent's actions beyond just 'call the editing API' and may access local filesystem metadata the user didn't anticipate.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. No downloads or package installs are requested.
Credentials
Only one credential is declared (NEMO_TOKEN), which aligns with the API usage. SKILL.md also instructs obtaining that token via an anonymous-token endpoint, so the skill will perform network calls to create/refresh tokens if a token isn't present. The SKILL.md frontmatter references a config path (~/.config/nemovideo/) that could be used for storage, but the registry metadata did not list required config paths — this mismatch is unexplained.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill expects to store a session_id and may persist NEMO_TOKEN; this is normal for a remote service integration and does not 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-editing-tools - After installation, invoke the skill by name or use
/video-editing-tools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Video Editing Tools.
- Edit and export video clips (MP4, MOV, AVI, WebM, up to 500MB) with cloud-based AI video editing.
- Supports trimming, transitions, text overlays, audio tracks, and exporting in 1080p MP4.
- Simple onboarding: automatic session setup and free 7-day token for new users.
- Interactive workflows: upload, edit, preview timeline, and export with conversational prompts.
- Includes error handling for authentication, file size, credits, and unsupported formats.
- Quick processing (1-2 min) with visual timeline summary and persistent sessions for iterative edits.
Metadata
Frequently Asked Questions
What is Video Editing Tools?
edit video clips into edited video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for trimming and polishin... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Video Editing Tools?
Run "/install video-editing-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Editing Tools free?
Yes, Video Editing Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Editing Tools support?
Video Editing Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Editing Tools?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.
More Skills