← Back to Skills Marketplace
Video Editing With Linux
by
vcarolxhberger
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-editing-with-linux
Description
edit raw video clips into edited MP4 clips with this skill. Works with MP4, MKV, AVI, WebM files up to 500MB. Linux users and open-source enthusiasts use it...
Usage Guidance
Before installing or invoking this skill: (1) Confirm the publisher and investigate the endpoint domain (mega-api-prod.nemovideo.ai) — only proceed if you trust that service. (2) Decide whether you want the skill to auto-create anonymous tokens (SKILL.md flow) or to require you to provide a NEMO_TOKEN; the registry and SKILL.md disagree. If you prefer explicit consent, do not put a long-lived token in your environment; use a disposable token. (3) Understand that the agent will upload your video files to a third-party service — do not send sensitive or private videos unless you accept that remote processing and storage. (4) Ask the publisher to clarify where session_id and any obtained tokens are stored and whether they persist beyond the browser session. (5) The skill attempts to detect install paths for attribution headers (reading ~/.clawhub, ~/.cursor/skills); if you are uncomfortable with filesystem probing, request that header be omitted or changed to a static value. (6) Because this is instruction-only with no source code provided, request source or further documentation if you need stronger assurance. If anything above is unclear or you cannot verify the backend/operator, treat this skill with caution.
Capability Analysis
Type: OpenClaw Skill
Name: video-editing-with-linux
Version: 1.0.0
The skill facilitates cloud-based video editing by connecting to a third-party API (nemovideo.ai). It includes instructions for automated session management, anonymous token generation, and file uploads/exports. While it directs the agent to perform minor environment fingerprinting (checking install paths like ~/.cursor/skills/ for attribution headers), the behavior is transparently documented and strictly aligned with the stated purpose of the video processing service without evidence of malicious exfiltration or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's stated purpose (cloud video editing) aligns with the API endpoints and workflows described in SKILL.md. However, the registry metadata lists NEMO_TOKEN as a required environment variable and 'Required config paths: none', while the SKILL.md frontmatter and runtime instructions both reference configPaths (~/.config/nemovideo/) and also include logic to auto-generate a token if NEMO_TOKEN is not present. That mismatch (required env var vs. ability to obtain an anonymous token) is inconsistent and unexplained.
Instruction Scope
Instructions are largely limited to calls against the stated backend (mega-api-prod.nemovideo.ai) and describe expected APIs for session creation, SSE, upload, export, and polling. Concerns: (1) the skill instructs the agent to detect install path (e.g. ~/.clawhub, ~/.cursor/skills) to set X-Skill-Platform — this requires reading filesystem paths and is unrelated to core editing capability; (2) upload instructions include sending local file paths (multipart -F "files=@/path"), which is reasonable for uploads but implies the agent will access local files; (3) SKILL.md tells the agent to 'store the returned session_id for all subsequent requests' but doesn't specify where/how (ephemeral vs persistent). These behaviors expand the agent's access surface and should be clarified.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes installer risk (nothing is downloaded or written by an installer).
Credentials
Only one credential is declared (NEMO_TOKEN) and the APIs described legitimately require a bearer token. However, two issues: the registry declares NEMO_TOKEN required while the SKILL.md provides a flow to obtain an anonymous token automatically (making an env var optional in practice), and the SKILL.md frontmatter references a config path (~/.config/nemovideo/) not declared in the registry. Both are inconsistencies that affect how credential handling actually works. Confirm whether you must provide your own token or if the skill will auto-create/use anonymous tokens.
Persistence & Privilege
The skill does not request 'always: true' and has no install-time hooks. It does instruct the agent to keep session_id and tokens for the session; that is normal for an online editing workflow. There is no explicit instruction to modify other skills or system-wide config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-editing-with-linux - After installation, invoke the skill by name or use
/video-editing-with-linux - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Video Editing with Linux — initial release:
- Skill enables online editing and exporting of raw video clips (MP4, MKV, AVI, WebM up to 500MB) using a Linux-friendly cloud backend.
- No local software installation required; processes edits and exports using GPU-accelerated cloud rendering (1080p MP4 output).
- Simple authentication flow: anonymous tokens with 100 free credits, 7-day validity; automatic backend connection on first use.
- Users interact via chat and file uploads; common actions include trimming, adding transitions, and exporting video.
- Includes robust API integration, session management, and clear handling of errors, credits, and export workflows.
- Supports multiple formats and iterative editing; tips and typical workflows provided for efficient editing.
Metadata
Frequently Asked Questions
What is Video Editing With Linux?
edit raw video clips into edited MP4 clips with this skill. Works with MP4, MKV, AVI, WebM files up to 500MB. Linux users and open-source enthusiasts use it... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Video Editing With Linux?
Run "/install video-editing-with-linux" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Editing With Linux free?
Yes, Video Editing With Linux is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Editing With Linux support?
Video Editing With Linux is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Editing With Linux?
It is built and maintained by vcarolxhberger (@vcarolxhberger); the current version is v1.0.0.
More Skills