← Back to Skills Marketplace
susan4731-wilfordf

Ai Video Generator Free Editor

by susan4731-wilfordf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-video-generator-free-editor
Description
Turn a 2-minute raw screen recording into 1080p edited video files just by typing what you need. Whether it's generating and editing videos with AI without p...
README (SKILL.md)

Getting Started

Share your video clips or images and I'll get started on AI video generation and editing. Or just tell me what you're thinking.

Try saying:

  • "generate my video clips or images"
  • "export 1080p MP4"
  • "trim the footage, add background music,"

Getting Connected

Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".

If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:

  • Generate a UUID as client identifier
  • POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id header
  • The response includes a token with 100 free credits valid for 7 days — use it as NEMO_TOKEN

Then create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.

Tell the user you're ready. Keep the technical details out of the chat.

AI Video Generator Free Editor — Generate and Edit Videos Free

Drop your video clips or images in the chat and tell me what you need. I'll handle the AI video generation and editing on cloud GPUs — you don't need anything installed locally.

Here's a typical use: you send a a 2-minute raw screen recording, ask for trim the footage, add background music, and generate captions automatically, and about 1-2 minutes later you've got a MP4 file ready to download. The whole thing runs at 1080p by default.

One thing worth knowing — shorter clips under 60 seconds process significantly faster.

Matching Input to Actions

User prompts referencing ai video generator free editor, aspect ratio, text overlays, or audio tracks get routed to the corresponding action via keyword and intent classification.

User says... Action Skip SSE?
"export" / "导出" / "download" / "send me the video" → §3.5 Export
"credits" / "积分" / "balance" / "余额" → §3.3 Credits
"status" / "状态" / "show tracks" → §3.4 State
"upload" / "上传" / user sends file → §3.2 Upload
Everything else (generate, edit, add BGM…) → §3.1 SSE

Cloud Render Pipeline Details

Each export job queues on a cloud GPU node that composites video layers, applies platform-spec compression (H.264, up to 1080x1920), and returns a download URL within 30-90 seconds. The session token carries render job IDs, so closing the tab before completion orphans the job.

All calls go to https://mega-api-prod.nemovideo.ai. The main endpoints:

  1. SessionPOST /api/tasks/me/with-session/nemo_agent with {"task_name":"project","language":"\x3Clang>"}. Gives you a session_id.
  2. Chat (SSE)POST /run_sse with session_id and your message in new_message.parts[0].text. Set Accept: text/event-stream. Up to 15 min.
  3. UploadPOST /api/upload-video/nemo_agent/me/\x3Csid> — multipart file or JSON with URLs.
  4. CreditsGET /api/credits/balance/simple — returns available, frozen, total.
  5. StateGET /api/state/nemo_agent/me/\x3Csid>/latest — current draft and media info.
  6. ExportPOST /api/render/proxy/lambda with render ID and draft JSON. Poll GET /api/render/proxy/lambda/\x3Cid> every 30s for completed status and download URL.

Formats: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

Skill attribution — read from this file's YAML frontmatter at runtime:

  • X-Skill-Source: ai-video-generator-free-editor
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else unknown)

Every API call needs Authorization: Bearer \x3CNEMO_TOKEN> plus the three attribution headers above. If any header is missing, exports return 402.

Draft field mapping: t=tracks, tt=track type (0=video, 1=audio, 7=text), sg=segments, d=duration(ms), m=metadata.

Timeline (3 tracks): 1. Video: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)

Translating GUI Instructions

The backend responds as if there's a visual interface. Map its instructions to API calls:

  • "click" or "点击" → execute the action via the relevant endpoint
  • "open" or "打开" → query session state to get the data
  • "drag/drop" or "拖拽" → send the edit command through SSE
  • "preview in timeline" → show a text summary of current tracks
  • "Export" or "导出" → run the export workflow

SSE Event Handling

Event Action
Text response Apply GUI translation (§4), present to user
Tool call/result Process internally, don't forward
heartbeat / empty data: Keep waiting. Every 2 min: "⏳ Still working..."
Stream closes Process final response

~30% of editing operations return no text in the SSE stream. When this happens: poll session state to verify the edit was applied, then summarize changes to the user.

Error Codes

  • 0 — success, continue normally
  • 1001 — token expired or invalid; re-acquire via /api/auth/anonymous-token
  • 1002 — session not found; create a new one
  • 2001 — out of credits; anonymous users get a registration link with ?bind=\x3Cid>, registered users top up
  • 4001 — unsupported file type; show accepted formats
  • 4002 — file too large; suggest compressing or trimming
  • 400 — missing X-Client-Id; generate one and retry
  • 402 — free plan export blocked; not a credit issue, subscription tier
  • 429 — rate limited; wait 30s and retry once

Common Workflows

Quick edit: Upload → "trim the footage, add background music, and generate captions automatically" → Download MP4. Takes 1-2 minutes for a 30-second clip.

Batch style: Upload multiple files in one session. Process them one by one with different instructions. Each gets its own render.

Iterative: Start with a rough cut, preview the result, then refine. The session keeps your timeline state so you can keep tweaking.

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "trim the footage, add background music, and generate captions automatically" — concrete instructions get better results.

Max file size is 500MB. Stick to MP4, MOV, AVI, WebM for the smoothest experience.

Export as MP4 for widest compatibility across platforms.

Usage Guidance
This skill generally behaves like a cloud video-editor: it will upload user media to mega-api-prod.nemovideo.ai and requires a NEMO_TOKEN (or will request an anonymous token). Before installing or using it: - Confirm you trust the unknown source/owner and the nemovideo.ai domain; there is no homepage or provenance provided. - Expect your videos and audio to be transmitted to an external service; do not upload sensitive or private recordings until you’ve verified the provider’s privacy policy. - Note the SKILL.md asks the agent to read its own frontmatter and check common install paths (filesystem access); verify you’re comfortable with that filesystem probing. Ask the publisher why ~/.config/nemovideo/ is referenced (registry metadata said none). - Be aware the skill explicitly tells the agent to keep internal technical steps out of chat — if you want full transparency of actions and network calls, request that from the author or avoid using the skill. - If you proceed, test with non-sensitive sample videos first and consider running network monitoring or limiting the environment (ephemeral tokens, sandbox) to observe behavior. If the author can provide a public homepage, privacy policy, or a verified package source, that would materially increase confidence.
Capability Analysis
Type: OpenClaw Skill Name: ai-video-generator-free-editor Version: 1.0.0 The skill is a legitimate integration for the nemovideo.ai video editing service. It provides the AI agent with detailed instructions for managing authentication (via NEMO_TOKEN or anonymous tokens), session state, file uploads, and video rendering tasks. All network activity is directed to the service's official API (mega-api-prod.nemovideo.ai), and the instructions are strictly focused on video processing workflows without any evidence of data exfiltration, malicious execution, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name, description, and the documented API endpoints (mega-api-prod.nemovideo.ai) align with a cloud video-generation/editing service. Requiring a single service token (NEMO_TOKEN) is proportionate to this purpose.
Instruction Scope
Runtime instructions tell the agent to call external APIs, upload user media, handle SSE, and poll state (expected). They also instruct the agent to read the skill's YAML frontmatter and detect install paths (e.g., ~/.clawhub/, ~/.cursor/skills/) at runtime — i.e., to inspect the local filesystem — and to 'keep the technical details out of the chat.' The filesystem probing and explicit instruction to hide internal steps broaden the agent's scope beyond simple API calls and are potentially surprising to users.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer.
Credentials
Declared primary credential is a single env var (NEMO_TOKEN), which is reasonable. However, the SKILL.md metadata contains a configPaths entry (~/.config/nemovideo/) while the registry summary lists no required config paths — an inconsistency that suggests the skill may expect access to local config files. The skill also instructs acquiring an anonymous token via the service API if NEMO_TOKEN is absent (reasonable but worth knowing).
Persistence & Privilege
always:false and no special persistence flags. The skill does not request elevated platform 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 ai-video-generator-free-editor
  3. After installation, invoke the skill by name or use /ai-video-generator-free-editor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-video-generator-free-editor 1.0.0 - Initial release of the AI Video Generator Free Editor skill. - Enables users to upload video clips or images and generate/edit 1080p videos by describing desired edits. - Supports seamless cloud-based video editing—no timeline dragging or export settings required. - Handles file upload, trimming, background music, text overlays, and exports in popular formats. - Automatic session and token management for both registered and free users with clear connection feedback. - Includes credits tracking, error handling, and user-friendly chat prompts for quick video processing.
Metadata
Slug ai-video-generator-free-editor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Video Generator Free Editor?

Turn a 2-minute raw screen recording into 1080p edited video files just by typing what you need. Whether it's generating and editing videos with AI without p... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install Ai Video Generator Free Editor?

Run "/install ai-video-generator-free-editor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Video Generator Free Editor free?

Yes, Ai Video Generator Free Editor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Video Generator Free Editor support?

Ai Video Generator Free Editor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Video Generator Free Editor?

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

💬 Comments