← 返回 Skills 市场
vcarolxhberger

Free Ai Video Generator With No Restrictions

作者 vcarolxhberger · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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,...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-ai-video-generator-with-no-restrictions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-ai-video-generator-with-no-restrictions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug free-ai-video-generator-with-no-restrictions
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Free Ai Video Generator With No Restrictions?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install free-ai-video-generator-with-no-restrictions」即可一键安装,无需额外配置。

Free Ai Video Generator With No Restrictions 是免费的吗?

是的,Free Ai Video Generator With No Restrictions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Free Ai Video Generator With No Restrictions 支持哪些平台?

Free Ai Video Generator With No Restrictions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Free Ai Video Generator With No Restrictions?

由 vcarolxhberger(@vcarolxhberger)开发并维护,当前版本 v1.0.1。

💬 留言讨论