← Back to Skills Marketplace
Video App
by
whitejohnk-26
· GitHub ↗
· v1.0.0
· MIT-0
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-app
Description
Get polished MP4 files ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim...
Usage Guidance
This skill appears to be a front-end for a cloud video-editing service (mega-api-prod.nemovideo.ai) and only requires a NEMO_TOKEN to operate — that's expected. Before installing or using it: 1) Confirm you trust the nemovideo.ai domain and the skill owner, because uploaded video files will be sent to that backend and may contain sensitive content. 2) Ask the publisher to explain the metadata mismatch: SKILL.md mentions a config path (~/.config/nemovideo/) but the registry summary says none — clarify whether the skill will read that directory. 3) Decide whether you are comfortable with the skill probing install paths (it will derive X-Skill-Platform from locations like ~/.clawhub/ or ~/.cursor/skills/), which reveals presence of other tooling. 4) Prefer using an explicit, limited token (or anonymous token) and avoid exposing long-lived credentials; review what the skill logs or returns to users. 5) If you need higher assurance, request source or homepage, or run network/FS monitoring during an initial test to confirm behavior matches these instructions.
Capability Analysis
Type: OpenClaw Skill
Name: video-app
Version: 1.0.0
The video-app skill is a legitimate integration for a cloud-based video editing service (nemovideo.ai). It manages video processing workflows including file uploads, session management, and rendering via standard API calls to mega-api-prod.nemovideo.ai. The instructions in SKILL.md are transparent, align with the stated purpose of AI-assisted video editing, and include security-conscious directives such as preventing the exposure of API tokens to the end-user.
Capability Assessment
Purpose & Capability
The name/description (cloud video editing) matches the actions (upload, render, export via mega-api-prod.nemovideo.ai) and the only declared credential is NEMO_TOKEN, which is expected. However the SKILL.md frontmatter includes a configPaths entry (~/.config/nemovideo/) that is not reflected in the registry summary's 'Required config paths: none' — an inconsistency that may indicate the skill expects access to a user config directory.
Instruction Scope
The runtime instructions tell the agent to check the environment for NEMO_TOKEN and, if missing, generate an anonymous token by POSTing to the service (including generating a UUID client id). They also instruct adding attribution headers and deriving X-Skill-Platform from the agent's install path (~/.clawhub/, ~/.cursor/skills/, otherwise 'unknown'). Detecting the install path or reading a config directory implies filesystem probing beyond simply uploading video files. The skill also mediates SSE streams and polls state. None of that is intrinsically malicious, but the instructions give the agent permission to read environment/install-path context and to call external endpoints — verify you trust the service and that reading those paths is acceptable.
Install Mechanism
There is no install spec and no code files — instruction-only skill — so nothing is written to disk by the skill itself. This is the lowest-risk install mechanism.
Credentials
Only NEMO_TOKEN is declared as a required env var (primary credential), which is proportional for a cloud API. But the SKILL.md frontmatter's metadata lists a configPaths entry that implies the skill might access ~/.config/nemovideo/ (not shown in the registry summary). That mismatch should be clarified: does the skill actually need to read that path?
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent 'always' presence. It creates ephemeral session tokens and may orphan jobs if a session is closed, but it does not request elevated platform privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-app - After installation, invoke the skill by name or use
/video-app - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Video App — Edit and Export Videos Fast.
- Upload and edit MP4, MOV, AVI, and WebM video files up to 500MB with natural language instructions (e.g., "trim the silent parts, add background music, and export in 1080p").
- Automatic setup with seamless cloud connection and session creation; 100 free credits for first-time users.
- Fast GPU-accelerated cloud processing with 1080p MP4 export—most clips process in 1–2 minutes.
- Simple workflows for quick edits, batch processing, and iterative refinements.
- Supports tracking credits, querying export/state, and giving concise status updates.
Metadata
Frequently Asked Questions
What is Video App?
Get polished MP4 files ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim... It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.
How do I install Video App?
Run "/install video-app" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video App free?
Yes, Video App is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video App support?
Video App is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video App?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.
More Skills