← Back to Skills Marketplace
Video Tool
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool
Description
Skip the learning curve of professional editing software. Describe what you want — trim the silent parts and add background music — and get polished MP4 file...
Usage Guidance
This skill appears to do what it says: it uploads videos to an external nemo video service and returns rendered files. Before installing, consider: (1) privacy — your raw videos are sent offsite (avoid uploading sensitive content unless you trust the provider); (2) token handling — the skill may use an existing NEMO_TOKEN you provide or obtain a short-lived anonymous token (tokens expire in ~7 days); (3) metadata disclosure — the skill asks the agent to detect install path and read the skill's frontmatter to populate attribution headers, which may expose local install-path information; (4) verify the external domain (mega-api-prod.nemovideo.ai) and service terms/data retention if you have confidentiality concerns. If any of those are unacceptable, do not enable the skill or provide a permanent token.
Capability Analysis
Type: OpenClaw Skill
Name: video-tool
Version: 1.0.0
The video-tool skill is a functional integration for the nemovideo.ai cloud video editing service. The SKILL.md file provides detailed operational instructions for the AI agent to manage authentication via anonymous tokens, handle file uploads, and process video editing tasks using Server-Sent Events (SSE). While the skill requires network access and reads specific environment variables (NEMO_TOKEN), these behaviors are explicitly documented and necessary for its stated purpose of remote video rendering. No evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (AI cloud video editing) match the declared requirement (NEMO_TOKEN) and the runtime instructions (calls to nemo video API endpoints, upload and render flows). There are no unrelated environment variables or unrelated binaries requested.
Instruction Scope
SKILL.md instructs the agent to: check for NEMO_TOKEN (and create an anonymous one if absent), upload local video files, create sessions and poll SSE, and read this file's YAML frontmatter / detect install path to set attribution headers. These actions are expected for a cloud render tool, but the instruction to detect install path / read frontmatter implies the agent may read local skill/install metadata — a minor scope creep to be aware of.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is downloaded or written to disk by an installer. This is the lowest-risk install profile.
Credentials
Only one credential is declared (NEMO_TOKEN) which reasonably maps to the external cloud service the skill uses. The skill can obtain a short-lived anonymous token itself if none is present, so it does not require long-lived, unrelated credentials.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide modifications. It maintains ephemeral session state with the remote service but does not request elevated platform privileges or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-tool - After installation, invoke the skill by name or use
/video-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Video Tool for quick AI-powered video editing and export.
- Supports uploading MP4, MOV, AVI, and WebM files up to 500MB.
- Automated cloud-based editing: trim silent parts, add background music, export as polished MP4 in 30–90 seconds.
- No video editing experience required — describe desired edits and get results.
- Session management, authentication, and credits handled automatically on first use.
- Export, credits, status, upload, and edit actions accessible through simple prompts.
Metadata
Frequently Asked Questions
What is Video Tool?
Skip the learning curve of professional editing software. Describe what you want — trim the silent parts and add background music — and get polished MP4 file... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install Video Tool?
Run "/install video-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Tool free?
Yes, Video Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Tool support?
Video Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Tool?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills