← Back to Skills Marketplace
Movie Maker
by
mhogan2013-9
· GitHub ↗
· v1.0.0
· MIT-0
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install movie-maker
Description
create video clips into finished movie files with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for assembling raw cl...
Usage Guidance
This skill sends any uploaded video/audio to a third-party cloud service (mega-api-prod.nemovideo.ai) for rendering. That is expected behavior for a cloud render tool, but before installing: (1) verify you trust the service and its domain (there is no homepage listed), (2) do not upload sensitive or confidential footage unless you confirm the provider's privacy/TOS and encryption/retention policies, (3) consider supplying your own NEMO_TOKEN if you want operations tied to your account (the skill will otherwise obtain an anonymous token valid for 7 days), (4) note the minor metadata inconsistency: the SKILL.md frontmatter references a config path (~/.config/nemovideo/) and also reads install paths to set X-Skill-Platform — review what local paths the agent will access, and (5) if you need higher assurance, ask the author for a homepage, privacy policy, or source code before use.
Capability Analysis
Type: OpenClaw Skill
Name: movie-maker
Version: 1.0.0
The movie-maker skill is a legitimate integration for a cloud-based video editing service (nemovideo.ai). It facilitates video uploads, timeline management via SSE, and rendering on remote GPUs. While it performs network requests and handles an API token (NEMO_TOKEN), these actions are strictly aligned with its stated purpose. The instructions include security-conscious directives such as not exposing tokens to the user and using anonymous authentication when a token is missing. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (cloud GPU rendering of uploaded clips) match the runtime instructions which call a remote API to create sessions, upload files, and request renders. The single declared credential (NEMO_TOKEN) is appropriate for a remote service.
Instruction Scope
The SKILL.md explicitly instructs the agent to POST files and metadata to an external domain (mega-api-prod.nemovideo.ai), create anonymous tokens if no NEMO_TOKEN is present, and include attribution headers. This is consistent with a cloud render pipeline but does mean user media will be transmitted off-device. The instructions also reference deriving X-Skill-Platform from install paths and a config path (~/.config/nemovideo/) in the YAML frontmatter — minor scope expansion that may require reading the agent's install path or config files.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk by the skill itself. This is the lowest-risk install profile.
Credentials
Only NEMO_TOKEN is declared as required, which fits a third-party API. However, the instructions also describe generating an anonymous NEMO_TOKEN if none is present; the combination (declared primary credential but automatic anonymous issuance) is slightly inconsistent but explainable (use a provided account token when available, otherwise use a temporary anonymous token). No unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request system-wide privileges or to modify other skills' configs. The skill will maintain session_id/tokens for its own operations (expected for a service client).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install movie-maker - After installation, invoke the skill by name or use
/movie-maker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Movie Maker 1.0.0 — initial release
- Create finished 1080p MP4 videos by combining and editing video clips in the cloud.
- Supports MP4, MOV, AVI, and WebM files up to 500MB.
- Handles export, clip combination, background music, and text overlays via natural language prompts.
- No installation required; operations are processed on cloud GPU nodes with fast turnaround.
- Session and authentication workflow is integrated, including free credits for new users.
- Detailed error handling and status updates for a seamless editing experience.
Metadata
Frequently Asked Questions
What is Movie Maker?
create video clips into finished movie files with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for assembling raw cl... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Movie Maker?
Run "/install movie-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Movie Maker free?
Yes, Movie Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Movie Maker support?
Movie Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Movie Maker?
It is built and maintained by mhogan2013-9 (@mhogan2013-9); the current version is v1.0.0.
More Skills