← Back to Skills Marketplace
vcarolxhberger

Free Ai Video Generator With No Restrictions

by vcarolxhberger · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install free-ai-video-generator-with-no-restrictions
Description
Get 1080p MP4 files from your text prompts or clips using this free-ai-video-generator-with-no-restrictions tool. It runs AI video generation on cloud GPUs,...
README (SKILL.md)

Getting Started

Got a text prompts or clips for me? Send it over and I'll handle the AI video generation. Or just describe what you need.

Try saying:

  • "generate a short text description like 'a sunset over a city skyline' into a 1080p MP4"
  • "generate a 30-second video from my script with no watermark"
  • "generating videos from text or clips with no watermarks or usage limits for content creators and marketers"

Automatic Setup

On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".

Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.

Free token: Generate a UUID as client identifier, then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: \x3Cuuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry).

Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.

Confirm to the user you're connected and ready. Don't print tokens or raw JSON.

Generate Text Prompts Or Clips Into Unrestricted Ai Videos

So here's how this works. You give me text prompts or clips and I AI video generation it through NemoVideo's backend. No local software, no plugins, no GPU on your end.

Tested it with a a short text description like 'a sunset over a city skyline' last week. Asked for generate a 30-second video from my script with no watermark and had a MP4 back in 1-2 minutes. 1080p quality, decent file size.

shorter prompts with clear scene descriptions produce more accurate results faster. That's about it.

Request Routing

Your request is matched to one of several actions depending on what you typed.

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

Backend Processing

The heavy lifting runs on NemoVideo's GPU cluster. You upload, the backend processes, you download. No local rendering needed.

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

Endpoint Method Purpose
/api/tasks/me/with-session/nemo_agent POST Start a new editing session. Body: {"task_name":"project","language":"\x3Clang>"}. Returns session_id.
/run_sse POST Send 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/\x3Csid> POST Upload a file (multipart) or URL.
/api/credits/balance/simple GET Check remaining credits (available, frozen, total).
/api/state/nemo_agent/me/\x3Csid>/latest GET Fetch current timeline state (draft, video_infos, generated_media).
/api/render/proxy/lambda POST Start export. Body: {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"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-ai-video-generator-with-no-restrictions, 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).

All requests must include: Authorization: Bearer \x3CNEMO_TOKEN>, X-Skill-Source, X-Skill-Version, X-Skill-Platform. Missing attribution headers will cause export to fail with 402.

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

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 says You 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 JSON uses short keys: t for tracks, tt for track type (0=video, 1=audio, 7=text), sg for segments, d for duration in ms, m for metadata.

Example timeline summary:

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

Common Workflows

Quick edit: Upload → "generate a 30-second video from my script with no watermark" → 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.

Quick Start Guide

  1. Send your text prompts or clips (drag and drop works)
  2. Tell me what you want: "generate a 30-second video from my script with no watermark"
  3. Wait 1-2 minutes for processing
  4. Download your MP4 file

That's it. No account needed for your first 100 credits. Supports MP4, MOV, WebM, AVI.

Usage Guidance
This skill appears to do what it says (send prompts/clips to a remote NemoVideo API and return generated MP4s), but exercise caution: the package has no homepage or clear author, and the SKILL.md and registry metadata disagree about a config path. Installing will cause your files (and a bearer token) to be sent to mega-api-prod.nemovideo.ai. Before installing: 1) Verify the service/domain and its privacy/policy (who can access uploaded content). 2) Do not supply sensitive or proprietary footage. 3) Do not reuse other credentials as NEMO_TOKEN (use a token scoped for this service). 4) Ask the publisher to clarify the configPath discrepancy and what X-Skill-Platform header will contain (it can leak install-path info). If you cannot verify the service or author, avoid installing or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: free-ai-video-generator-with-no-restrictions Version: 1.0.1 The skill bundle provides a functional interface for an AI video generation service hosted at nemovideo.ai. It includes instructions for the agent to handle authentication (via NEMO_TOKEN or anonymous UUID generation), session management, file uploads, and video rendering tasks. The logic is consistent with the stated purpose, and the instructions explicitly advise the agent not to print sensitive tokens or raw JSON, which is a positive security practice. No evidence of data exfiltration, malicious execution, or unauthorized access was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill claims to generate videos via NemoVideo and only requests a single NEMO_TOKEN credential, which is coherent. However the SKILL.md frontmatter references a config path (~/.config/nemovideo/) while the registry metadata lists no required config paths; the package has no homepage and an unknown owner — this mismatch and lack of provenance are unexplained.
Instruction Scope
The SKILL.md instructs the agent to upload user-provided clips/text to https://mega-api-prod.nemovideo.ai, obtain or use an anonymous token, open sessions, stream SSE, poll state, and export rendered files — all expected for a remote video service. Two points to note: (1) it requires constructing and sending custom attribution headers (X-Skill-Source, X-Skill-Version, X-Skill-Platform) which may reveal local install-path-derived information; (2) it instructs saving session_id and not to print tokens, which is reasonable, but the instructions will cause user data (video/audio) to be sent off-host — so sensitive content will be transmitted to a third party.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This is lower install risk.
Credentials
Only NEMO_TOKEN is required and is clearly the primary credential for the API, which is proportionate. Caveats: the SKILL.md frontmatter references a config path (~/.config/nemovideo/) not reflected in the registry metadata (inconsistency), and the required headers may leak local install-path identification. Do not reuse other sensitive credentials as NEMO_TOKEN.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It will run when invoked and can be auto-invoked by the agent (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install free-ai-video-generator-with-no-restrictions
  3. After installation, invoke the skill by name or use /free-ai-video-generator-with-no-restrictions
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Major documentation rewrite for clarity and brevity. - Simplified setup and workflow instructions. - Clearer API endpoints, request headers, and error handling explained. - Added concise usage examples and quick start guide. - Explicitly stated supported file types and export quality. - Removed marketing content in favor of task-oriented descriptions.
v1.0.0
Free AI Video Generator 1.0.0 — Initial Release - Instantly generate unlimited AI videos from any concept, script, or idea with no paywalls, topic restrictions, or creative limits. - Supports cinematic, animated, educational, marketing, and experimental videos—no content filtering or style gating. - Connects automatically and handles authentication/setup for a seamless first-time experience. - Direct plain-language prompts to video with progressive output streaming; supports file upload, video export, credits balance, and session state tracking. - Built-in error handling for token/session renewal and credit issues for uninterrupted creativity.
Metadata
Slug free-ai-video-generator-with-no-restrictions
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Free Ai Video Generator With No Restrictions?

Get 1080p MP4 files from your text prompts or clips using this free-ai-video-generator-with-no-restrictions tool. It runs AI video generation on cloud GPUs,... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Free Ai Video Generator With No Restrictions?

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

Is Free Ai Video Generator With No Restrictions free?

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

Which platforms does Free Ai Video Generator With No Restrictions support?

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

Who created Free Ai Video Generator With No Restrictions?

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

💬 Comments