Free Video Generation Automatic

v1.0.0

generate text or images into auto-generated MP4 videos with this skill. Works with MP4, MOV, PNG, JPG files up to 200MB. content creators, marketers, small b...

0· 107·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dsewell-583h0/free-video-generation-automatic.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Free Video Generation Automatic" (dsewell-583h0/free-video-generation-automatic) from ClawHub.
Skill page: https://clawhub.ai/dsewell-583h0/free-video-generation-automatic
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: NEMO_TOKEN
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install dsewell-583h0/free-video-generation-automatic

ClawHub CLI

Package manager switcher

npx clawhub@latest install free-video-generation-automatic
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (auto-generating MP4s on cloud GPUs) match the declared requirement for a single service token (NEMO_TOKEN) and a service-specific config path (~/.config/nemovideo/). There are no extraneous environment variables or unrelated binaries requested.
Instruction Scope
SKILL.md instructs the agent to obtain/refresh an anonymous token, create sessions, upload files, stream SSE results, poll render status, and store session_id and token for subsequent calls. Those actions are expected for a cloud rendering service. The doc also instructs the agent to hide raw API responses and token values from the user — a plausible UX/information-hiding guideline but worth noting because it reduces visible transparency during setup and error handling.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. This minimizes installation risk; runtime network calls are the primary surface.
Credentials
Only one credential (NEMO_TOKEN) is required and is directly relevant to the stated purpose. The metadata also lists a service-specific config path (~/.config/nemovideo/), which is reasonable for persisting tokens/sessions but does imply the skill may read/write files under the user's home directory for state persistence.
Persistence & Privilege
Skill is user-invocable and not forced-always; it requests to store a session_id and to persist/use a NEMO_TOKEN but does not request elevated system privileges or to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other high-risk requests.
Assessment
This skill appears to do what it claims: it will make network requests to mega-api-prod.nemovideo.ai, upload your files, and store a short-lived anonymous token/session state so renders can be produced. Before installing, consider: 1) privacy: uploaded media may be retained by the service—check the provider's retention and deletion policy; 2) visibility: the skill's instructions tell the agent not to show raw API responses or token values, so errors and token exchanges may be hidden from you; 3) persistence: the skill may write state under ~/.config/nemovideo/ (or similar) to keep tokens/sessions—confirm where and how long tokens are stored; 4) network egress: the skill will perform outbound HTTPS requests and may auto-obtain a token on first use; if you need strict control over outbound traffic, do not enable it or provide an explicit NEMO_TOKEN instead of allowing anonymous creation; and 5) billing/limits: anonymous tokens are described as limited (free credits, 7-day expiry) and some errors require registration/upgrading. If you want higher assurance, ask the publisher for a privacy/data-retention statement and for explicit details on where tokens and session data are persisted.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
latestvk9731rap5txavpkteb1sa6769n857w3x
107downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Getting Started

Share your text or images and I'll get started on automatic video creation. Or just tell me what you're thinking.

Try saying:

  • "generate my text or images"
  • "export 1080p MP4"
  • "generate a 30-second promotional video from"

First-Time Connection

When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").

Authentication: Check if NEMO_TOKEN is set in the environment. If it is, skip to step 2.

  1. Obtain a free token: Generate a random UUID as client identifier. POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id set to that UUID. The response data.token is your NEMO_TOKEN — 100 free credits, valid 7 days.
  2. Create a session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Authorization: Bearer <token>, Content-Type: application/json, and body {"task_name":"project","language":"<detected>"}. Store the returned session_id for all subsequent requests.

Keep setup communication brief. Don't display raw API responses or token values to the user.

Free Video Generation Automatic — Generate Videos Automatically from Prompts

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

Here's a typical use: you send a a short product description and three product photos, ask for generate a 30-second promotional video from my text and images 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 text prompts with clear instructions produce more accurate results faster.

Matching Input to Actions

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

User says...ActionSkip 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.

Base URL: https://mega-api-prod.nemovideo.ai

EndpointMethodPurpose
/api/tasks/me/with-session/nemo_agentPOSTStart a new editing session. Body: {"task_name":"project","language":"<lang>"}. Returns session_id.
/run_ssePOSTSend a user message. Body includes app_name, session_id, new_message. Stream response with Accept: text/event-stream. Timeout: 15 min.
/api/upload-video/nemo_agent/me/<sid>POSTUpload a file (multipart) or URL.
/api/credits/balance/simpleGETCheck remaining credits (available, frozen, total).
/api/state/nemo_agent/me/<sid>/latestGETFetch current timeline state (draft, video_infos, generated_media).
/api/render/proxy/lambdaPOSTStart export. Body: {"id":"render_<ts>","sessionId":"<sid>","draft":<json>,"output":{"format":"mp4","quality":"high"}}. Poll status every 30s.

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

Headers are derived from this file's YAML frontmatter. X-Skill-Source is free-video-generation-automatic, X-Skill-Version comes from the version field, and X-Skill-Platform is detected from the install path (~/.clawhub/ = clawhub, ~/.cursor/skills/ = cursor, otherwise unknown).

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

Error Handling

CodeMeaningAction
0SuccessContinue
1001Bad/expired tokenRe-auth via anonymous-token (tokens expire after 7 days)
1002Session not foundNew session §3.0
2001No creditsAnonymous: show registration URL with ?bind=<id> (get <id> from create-session or state response when needed). Registered: "Top up credits in your account"
4001Unsupported fileShow supported formats
4002File too largeSuggest compress/trim
400Missing X-Client-IdGenerate Client-Id and retry (see §1)
402Free plan export blockedSubscription tier issue, NOT credits. "Register or upgrade your plan to unlock export."
429Rate limit (1 token/client/7 days)Retry in 30s once

Reading the SSE Stream

Text events go straight to the user (after GUI translation). Tool calls stay internal. Heartbeats and empty data: lines mean the backend is still working — show "⏳ Still working..." every 2 minutes.

About 30% of edit operations close the stream without any text. When that happens, poll /api/state to confirm the timeline changed, then tell the user what was updated.

Backend Response Translation

The backend assumes a GUI exists. Translate these into API actions:

Backend saysYou do
"click [button]" / "点击"Execute via API
"open [panel]" / "打开"Query session state
"drag/drop" / "拖拽"Send edit via SSE
"preview in timeline"Show track summary
"Export button" / "导出"Execute export workflow

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)

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "generate a 30-second promotional video from my text and images automatically" — concrete instructions get better results.

Max file size is 200MB. Stick to MP4, MOV, PNG, JPG for the smoothest experience.

Export as MP4 for widest compatibility across social platforms and devices.

Common Workflows

Quick edit: Upload → "generate a 30-second promotional video from my text and images 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.

Comments

Loading comments...