← Back to Skills Marketplace
vcarolxhberger

Reels Maker Automatic

by vcarolxhberger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
55
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reels-maker-automatic
Description
Get auto-edited reels ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "automa...
Usage Guidance
What to consider before installing: - The core behavior matches its description: it uploads videos to a cloud API and returns edited downloads. Expect your uploaded videos to be sent to mega-api-prod.nemovideo.ai for processing. - The skill uses a single credential (NEMO_TOKEN). If you don't already have NEMO_TOKEN the skill will obtain an anonymous token (100 credits, 7-day expiry) by POSTing to the service. That temporary token grants the service access to your uploads for up to 7 days. - The SKILL.md frontmatter mentions a config path (~/.config/nemovideo/) but the registry lists no required config paths — ask the publisher to clarify whether the skill will read local config files. If it does, that expands local access beyond just attaching files. - Attribution headers include an X-Skill-Platform value said to be auto-detected from the install path. Confirm whether the agent will read local install paths or environment variables to compute this header; if you want to avoid that, ask the publisher if the header can be set without filesystem access. - Privacy: do not upload sensitive or private videos unless you trust the nemovideo.ai service and its retention policy. Review the service's terms and data retention policies. - Operational hygiene: prefer using a scoped/temporary token rather than a long-lived personal credential. If you must provide a NEMO_TOKEN, consider creating a dedicated account with minimal privileges and limited lifetime. Additional info that would raise confidence: the publisher/owner identity, a documented privacy/TOS link for nemovideo.ai, clarification whether the skill will read ~/.config/nemovideo/, and examples of exact headers and payloads the skill will send (so you can audit what metadata is uploaded).
Capability Analysis
Type: OpenClaw Skill Name: reels-maker-automatic Version: 1.0.0 The skill bundle provides instructions for an AI agent to interface with a cloud-based video editing service (nemovideo.ai). It handles authentication via environment variables or anonymous token generation, manages sessions, and performs video processing tasks (upload, edit via SSE, and export) through standard API calls. All network activity and file handling are strictly aligned with the stated purpose of automated reel creation, and no evidence of data exfiltration, malicious execution, or unauthorized access was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (auto-edit short reels) align with the runtime instructions to upload video, create sessions, render, and return download URLs. Requesting a single service token (NEMO_TOKEN) is appropriate for this purpose. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata lists no required config paths — this mismatch is unexplained and worth confirming.
Instruction Scope
Instructions stay largely within the editing/rendering scope: create/get a token, create a session, upload files, initiate renders, poll for job completion. Two items to note: (1) every request must include attribution headers and one header value ('X-Skill-Platform') is said to be auto-detected from the install path — that implies the agent may need to inspect its install path or environment; (2) the skill instructs generating an anonymous token when NEMO_TOKEN is absent and to persist/use that token (7-day expiry). Both behaviors are plausible but expand what the agent must access or store beyond just sending video files.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest filesystem/write risk. All network calls are to a single service domain (mega-api-prod.nemovideo.ai) described in the document.
Credentials
The skill requests only one credential (NEMO_TOKEN) as primaryEnv, which is proportional to a cloud API-based video service. The frontmatter also lists a config path (~/.config/nemovideo/) which would grant access to additional local configuration if honored; this is not declared in the registry summary and should be clarified. The anonymous-token flow will create a short-lived token if no token is provided.
Persistence & Privilege
The skill is not always-enabled and has no install script; it asks to save a session_id for the duration of the session (expected). It does not request persistent system-level privileges or to modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reels-maker-automatic
  3. After installation, invoke the skill by name or use /reels-maker-automatic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Reels Maker Automatic. - Instantly auto-edits video clips into short-form reels optimized for Instagram and TikTok. - Supports uploads up to 500MB (MP4, MOV, AVI, WebM); 1080p MP4 export by default. - Fully automated—just upload clips and describe your desired result. - Built-in credits, session management, and cloud GPU processing included. - Guides users with clear status updates and detailed workflow tips.
Metadata
Slug reels-maker-automatic
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Reels Maker Automatic?

Get auto-edited reels ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "automa... It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install Reels Maker Automatic?

Run "/install reels-maker-automatic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reels Maker Automatic free?

Yes, Reels Maker Automatic is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reels Maker Automatic support?

Reels Maker Automatic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reels Maker Automatic?

It is built and maintained by vcarolxhberger (@vcarolxhberger); the current version is v1.0.0.

💬 Comments