← Back to Skills Marketplace
mhogan2013-9

Free Video Generator Hd

by mhogan2013-9 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install free-video-generator-hd
Description
generate text or images into HD video files with this skill. Works with JPG, PNG, MP4, MOV files up to 200MB. content creators, small business owners, studen...
README (SKILL.md)

Getting Started

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

Try saying:

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

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 \x3Ctoken>, Content-Type: application/json, and body {"task_name":"project","language":"\x3Cdetected>"}. 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 Generator HD — Generate HD Videos from Prompts

Send me your text or images and describe the result you want. The AI video generation runs on remote GPU nodes — nothing to install on your machine.

A quick example: upload a short product description and three product photos, type "generate a 30-second HD promo video from my product images and description", and you'll get a 1080p MP4 back in roughly 1-2 minutes. All rendering happens server-side.

Worth noting: shorter scripts and fewer images generate faster results with cleaner output.

Matching Input to Actions

User prompts referencing free video generator hd, 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.

Headers are derived from this file's YAML frontmatter. X-Skill-Source is free-video-generator-hd, 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).

Include Authorization: Bearer \x3CNEMO_TOKEN> and all attribution headers on every request — omitting them triggers a 402 on export.

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.

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

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)

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 → "generate a 30-second HD promo video from my product images and description" → 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 "generate a 30-second HD promo video from my product images and description" — concrete instructions get better results.

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

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

Usage Guidance
This skill is coherent with its stated purpose, but note these practical privacy/security points before installing: - Files you upload and prompts you send will be uploaded to mega-api-prod.nemovideo.ai for cloud rendering; do not upload sensitive or confidential media unless you trust their handling and retention policy. - If you don't provide NEMO_TOKEN, the skill will call the service's anonymous-token endpoint to obtain a short-lived token automatically. If you prefer explicit consent, set your own NEMO_TOKEN instead of letting the skill create one. - The skill asks the agent to detect install path to populate an X-Skill-Platform header; this is minor local-path disclosure but not otherwise required for rendering. If you are uncomfortable, ask the agent to omit that header. - The SKILL.md instructs the agent not to display raw API responses or token values to users; that is standard for secrets, but if you want full transparency you can request the agent to show request/response logs. - Before use, verify the service domain and, if possible, review nemo video’s privacy/retention policy. For sensitive content, prefer local or explicitly consented workflows.
Capability Analysis
Type: OpenClaw Skill Name: free-video-generator-hd Version: 1.0.0 The skill is a legitimate integration for an AI video generation service (nemovideo.ai). It provides detailed instructions for the agent to handle authentication, session management, file uploads, and video rendering via the mega-api-prod.nemovideo.ai backend. While it includes complex logic for mapping backend 'GUI' instructions to API calls and uses SSE for real-time updates, all actions are confined to the service's own domain and stated purpose, with no evidence of data exfiltration or malicious execution.
Capability Assessment
Purpose & Capability
Name/description (HD video generation) matches the required credential (NEMO_TOKEN) and the documented API endpoints (nemovideo.ai). No unrelated binaries or credentials are requested, and the declared config path (~/.config/nemovideo/) is consistent with storing session or config for this service.
Instruction Scope
SKILL.md stays on-topic: it describes obtaining/using an anonymous token, creating a session, uploading files, streaming SSE responses, polling renders, and returning download URLs. Two behavior notes: (1) it instructs the agent to automatically obtain a free anonymous token if none is present (this means the skill will call an external auth endpoint without explicit user-provided credentials), and (2) it asks the agent to derive an X-Skill-Platform header by detecting install paths (~/.clawhub, ~/.cursor/skills/, etc.), which requires reading local install path information. Both are coherent with the skill's purpose but worth user attention because they involve external requests and minor local-path disclosure.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk by an install step here, so there is no install-time download risk.
Credentials
Only a single credential (NEMO_TOKEN) is required and documented as the service token for nemo video APIs. The credential is proportional to the stated functionality. The metadata also lists a service-specific config path, which fits this use-case.
Persistence & Privilege
always=false and autonomous invocation defaults are unchanged. The skill describes storing session_id (expected for session management) but does not request system-wide privileges or modification of other skills' config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install free-video-generator-hd
  3. After installation, invoke the skill by name or use /free-video-generator-hd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Free Video Generator HD skill. - Generate HD 1080p videos from text or images and export as MP4. - Supports JPG, PNG, MP4, MOV uploads up to 200MB; processing takes 1–2 minutes. - Built-in free token system: 100 credits for 7 days for new users. - Offers easy file uploads, session-based editing, and cloud GPU rendering — no software install needed. - Action mapping for commands like export, upload, credits, and status; supports prompt-based workflows.
Metadata
Slug free-video-generator-hd
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Free Video Generator Hd?

generate text or images into HD video files with this skill. Works with JPG, PNG, MP4, MOV files up to 200MB. content creators, small business owners, studen... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Free Video Generator Hd?

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

Is Free Video Generator Hd free?

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

Which platforms does Free Video Generator Hd support?

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

Who created Free Video Generator Hd?

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

💬 Comments