← 返回 Skills 市场
tk8544-b

Best Free Ai Video Generator

作者 tk8544-b · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install best-free-ai-video-generator
功能描述
Describe your idea, drop some images, or paste a script — and watch it become a fully produced video in seconds. This best-free-ai-video-generator skill help...
使用说明 (SKILL.md)

Getting Started

Send me your script, image, or video idea and I'll generate a polished AI video for you right now. No footage? Just describe the vibe, topic, or story you want and I'll handle the rest.

Try saying:

  • "Create a 30-second promotional video for my handmade candle business using these product photos and this tagline: 'Light your world, naturally.'"
  • "Generate a motivational YouTube Short with bold captions, upbeat background music, and a voiceover based on this quote about perseverance."
  • "Turn this 200-word blog post about healthy meal prep into an engaging Instagram Reel with text overlays and smooth transitions."

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.

Turn Any Idea Into a Finished Video Instantly

Whether you have a script, a single sentence, or just a rough concept, this skill transforms your input into watchable, shareable video content — no timeline editing, no expensive subscriptions, no steep learning curve required. It's built for people who need results fast and budgets that need to stay at zero.

The best-free-ai-video-generator skill works by understanding your intent and matching it with the right visual style, pacing, and structure. Want a 60-second product explainer? A motivational reel with captions? A slideshow with dynamic transitions and background music? Just describe it and the skill handles the creative heavy lifting.

This tool is especially useful for solo creators, small business owners, nonprofit teams, and students who need professional-looking video output without access to a design team or video production software. You bring the idea — this skill brings it to life.

Routing Your Video Generation Requests

When you submit a text prompt or source image, ClawHub parses your input and routes it to the optimal free AI video generation engine based on your requested style, duration, and resolution parameters.

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 Rendering API Reference

Video synthesis runs on a distributed cloud backend that queues your text-to-video or image-to-video job, applies diffusion-based frame generation, and streams the rendered MP4 output back once processing completes. Latency varies by model load, clip length, and selected frame rate — lightweight 3-second clips typically render faster than extended 10-second sequences.

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

  • X-Skill-Source: best-free-ai-video-generator
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else 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.

API base: https://mega-api-prod.nemovideo.ai

Create session: POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":"\x3Clang>"} — returns task_id, session_id.

Send message (SSE): POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"\x3Csid>","new_message":{"parts":[{"text":"\x3Cmsg>"}]}} with Accept: text/event-stream. Max timeout: 15 minutes.

Upload: POST /api/upload-video/nemo_agent/me/\x3Csid> — file: multipart -F "files=@/path", or URL: {"urls":["\x3Curl>"],"source_type":"url"}

Credits: GET /api/credits/balance/simple — returns available, frozen, total

Session state: GET /api/state/nemo_agent/me/\x3Csid>/latest — key fields: data.state.draft, data.state.video_infos, data.state.generated_media

Export (free, no credits): POST /api/render/proxy/lambda — body {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"output":{"format":"mp4","quality":"high"}}. Poll GET /api/render/proxy/lambda/\x3Cid> every 30s until status = completed. Download URL at output.url.

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

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.

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 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)

Error Handling

Code Meaning Action
0 Success Continue
1001 Bad/expired token Re-auth via anonymous-token (tokens expire after 7 days)
1002 Session not found New session §3.0
2001 No credits Anonymous: show registration URL with ?bind=\x3Cid> (get \x3Cid> from create-session or state response when needed). Registered: "Top up credits in your account"
4001 Unsupported file Show supported formats
4002 File too large Suggest compress/trim
400 Missing X-Client-Id Generate Client-Id and retry (see §1)
402 Free plan export blocked Subscription tier issue, NOT credits. "Register or upgrade your plan to unlock export."
429 Rate limit (1 token/client/7 days) Retry in 30s once

Common Workflows With the Free AI Video Generator

Most users come to this skill with one of three starting points: a written script, a collection of images, or just a topic idea. Each path leads to a finished video, but the workflow looks a little different depending on what you bring.

If you have a script, paste it in and specify the target platform and length. The skill will match your words to visuals, add transitions, and suggest audio options. If you're starting from images, upload them in order or describe the sequence and the skill will animate, time, and style them into a cohesive clip.

For pure concept-to-video generation — where you only have a topic — describe the tone, audience, and goal. The skill will draft a visual storyboard, generate or source matching visuals, and produce a ready-to-export video. This workflow is especially popular for explainer videos, social content calendars, and educational clips.

Quick Start Guide: Your First AI-Generated Video

Getting your first video out is straightforward. Start by deciding your output format: horizontal (16:9) for YouTube, vertical (9:16) for TikTok or Reels, or square (1:1) for general social use. Mention this upfront so the layout is optimized from the start.

Next, provide your core content. This can be a script (even bullet points work), a theme or topic, or a set of images with captions. The more specific you are about tone — cinematic, energetic, calm, corporate — the closer the first output will be to what you want.

Finally, specify any must-have elements: voiceover language, caption style, music mood, or brand colors. The skill will generate a draft video based on your inputs. You can then request adjustments like trimming a section, changing the pacing, swapping a visual, or updating the text overlay. Most users have a shareable video ready within two to three rounds of feedback.

Troubleshooting Your AI Video Output

If your generated video feels off, the most common fix is adding more context to your original prompt. Vague inputs like 'make a cool video' produce generic results. Try specifying the audience, the emotion you want to trigger, the platform it's for, and the length.

If the visuals don't match your brand or topic, try describing the visual style more explicitly — for example, 'minimalist white background with bold sans-serif text' or 'warm golden-hour outdoor footage.' You can also upload reference images to anchor the aesthetic.

For voiceover issues, confirm the language, accent preference, and speaking pace in your request. If captions are appearing in the wrong position or font, describe your preferred style directly. And if the video feels too long or too fast, simply ask for a tighter cut or a slower pace — the skill can revise timing without regenerating the entire video from scratch.

安全使用建议
This skill appears to do what it claims: it talks to nemovideo.ai and needs a NEMO_TOKEN to operate. Before installing, confirm you trust https://nemovideo.ai (or the indicated API host) because the token grants that service access to create and export videos tied to your account. If you prefer, allow the skill to obtain a short-lived anonymous token as described rather than supplying a long-lived personal token. Also confirm whether the skill will read ~/.config/nemovideo/ (the frontmatter mentions it) — if so, ensure that directory contains no secrets you wouldn't want transmitted. Finally, only upload files you are comfortable sending to the remote service; the skill’s network calls and endpoints are consistent with a video-generator integration.
功能分析
Type: OpenClaw Skill Name: best-free-ai-video-generator Version: 1.0.0 The skill is a functional wrapper for an AI video generation service hosted at nemovideo.ai. It provides detailed instructions for the agent to manage sessions, handle Server-Sent Events (SSE) for video generation, and perform exports via the service's API. The use of environment variables (NEMO_TOKEN) and platform detection for attribution headers (X-Skill-Platform) is consistent with the stated purpose of the tool and does not show signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name and description match the instructions (text/image-to-video via nemovideo.ai). Requiring a NEMO_TOKEN is coherent for a cloud video API. Minor inconsistency: the skill frontmatter declares a config path (~/.config/nemovideo/) in metadata, but the registry metadata lists no required config paths — this is likely an oversight but worth confirming.
Instruction Scope
SKILL.md instructs only how to obtain/use a token, create a session, send SSE generation requests, upload files, check credits/state, and export results to download URLs — all are directly related to video generation. It does require access to any local files the user chooses to upload (via multipart uploads), and it asks the agent to detect the install path for X-Skill-Platform header; both are expected for this kind of skill.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk by an installer and there's no third-party package download to review.
Credentials
Only NEMO_TOKEN is declared as required, which is proportionate for calling a remote video API. The frontmatter also references a config path (~/.config/nemovideo/) which would imply file access if used; the registry did not declare that path. Confirm whether the skill will read that directory and whether any sensitive files could be exposed.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request permanent presence or system-wide modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install best-free-ai-video-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /best-free-ai-video-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Best Free AI Video Generator skill, initial release: - Instantly turns scripts, images, or rough ideas into fully produced, shareable videos for free. - Supports video generation, photo animation, voiceovers, and social-ready formats for TikTok, YouTube, and Instagram. - Seamless onboarding: connect with your API token or get 100 free credits via anonymous login. - Easy export, upload, credits check, and project state queries all built-in with guided prompts. - Automatic session management and real-time video synthesis status updates. - Clear error handling and recovery for credits, file formats, and authentication issues.
元数据
Slug best-free-ai-video-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Best Free Ai Video Generator 是什么?

Describe your idea, drop some images, or paste a script — and watch it become a fully produced video in seconds. This best-free-ai-video-generator skill help... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Best Free Ai Video Generator?

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

Best Free Ai Video Generator 是免费的吗?

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

Best Free Ai Video Generator 支持哪些平台?

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

谁开发了 Best Free Ai Video Generator?

由 tk8544-b(@tk8544-b)开发并维护,当前版本 v1.0.0。

💬 留言讨论