← Back to Skills Marketplace
Video Editing With Generative Ai
by
linmillsd7
· GitHub ↗
· v1.0.0
· MIT-0
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-editing-with-generative-ai
Description
Get AI-edited videos ready to post, without touching a single slider. Upload your raw video footage (MP4, MOV, AVI, WebM, up to 500MB), say something like "r...
Usage Guidance
This skill appears coherent for a cloud-based AI video editor, but consider the following before installing:
- Privacy: uploaded videos go to mega-api-prod.nemovideo.ai. Do not upload confidential or sensitive footage unless you trust that service and have reviewed its privacy/retention policy.
- Token handling: if you provide a persistent NEMO_TOKEN, it grants access to the service; prefer a scoped/dedicated token or anonymous tokens for quick tests. The skill can also obtain an anonymous token automatically (100 free credits, 7-day expiry).
- File access: the instructions assume the runtime can attach multipart file data. Confirm how your client supplies uploaded files (streamed attachments vs. filesystem paths) so the skill does not attempt to read arbitrary host filesystem paths.
- Source provenance: the skill’s source/homepage is unknown. If you need stronger assurance, request a homepage, privacy policy, or repository from the publisher before using it with real or sensitive content.
- Operational limits: the skill documents rate limits, error codes, and required attribution headers — ensure your deployment can send the headers and handle the SSE/polling model.
If you accept these tradeoffs and the external service is acceptable for your data, the skill appears consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: video-editing-with-generative-ai
Version: 1.0.0
The skill provides a legitimate interface for AI-powered video editing via the 'nemovideo.ai' API. It handles session management, file uploads, and video rendering as described in its documentation. There is no evidence of data exfiltration of sensitive local files, malicious command execution, or deceptive prompt injection; all network activity is directed toward the stated service endpoints (e.g., mega-api-prod.nemovideo.ai).
Capability Assessment
Purpose & Capability
Name, description, and required credential (NEMO_TOKEN) align with a cloud video-editing backend. Minor mismatch: metadata lists a config path (~/.config/nemovideo/) that the SKILL.md does not explicitly read or write — likely harmless but unnecessary in this instruction-only skill.
Instruction Scope
SKILL.md stays within video-editing behavior: token check/creation, session creation, SSE messaging, file upload, render/poll, and credits checks. It instructs uploading user files to https://mega-api-prod.nemovideo.ai and to send multipart file paths (e.g., -F "files=@/path"). That assumes the agent/runtime can access files by path or handle attached uploads; confirm your client actually supplies uploaded file data rather than giving the skill arbitrary filesystem access. The instructions explicitly say not to expose tokens/raw API output, which is good.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes on-disk code risk.
Credentials
Only one environment variable is required (NEMO_TOKEN) and it is directly relevant to the API. The skill can also obtain an anonymous token by calling the service if no NEMO_TOKEN is present; this behavior is documented in the instructions. There are no unrelated secrets requested.
Persistence & Privilege
always:false (normal). The skill is allowed to be invoked autonomously (platform default). That alone is not a red flag, but because this skill transmits user video/audio data to an external cloud API, you should be aware an autonomous agent could call the service and upload data without explicit further prompts if the agent were granted that flow.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-editing-with-generative-ai - After installation, invoke the skill by name or use
/video-editing-with-generative-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Video Editing with Generative AI.
- Instantly edit and export 1080p MP4 videos via simple prompts—no editing skills needed.
- Supports uploading raw footage (MP4, MOV, AVI, WebM up to 500MB) and automates editing (e.g., remove silences, add b-roll, generate title card).
- Quick cloud-based processing: typically ready to download in 1–2 minutes.
- Includes robust token/session management, error handling, and support for credits, status checks, and multiple export formats.
Metadata
Frequently Asked Questions
What is Video Editing With Generative Ai?
Get AI-edited videos ready to post, without touching a single slider. Upload your raw video footage (MP4, MOV, AVI, WebM, up to 500MB), say something like "r... It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Video Editing With Generative Ai?
Run "/install video-editing-with-generative-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Editing With Generative Ai free?
Yes, Video Editing With Generative Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Editing With Generative Ai support?
Video Editing With Generative Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Editing With Generative Ai?
It is built and maintained by linmillsd7 (@linmillsd7); the current version is v1.0.0.
More Skills