🎬 Video Maker Guru — 技能工具

v1.0.0

Turn a 2-minute unedited screen recording into 1080p polished edited videos just by typing what you need. Whether it's turning raw footage into publish-ready...

0· 31·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/4/15
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions largely match a cloud video-editing tool, but small inconsistencies and ambiguous runtime behaviors (token handling, config-path metadata, and path detection) merit caution before installing.
评估建议
This skill appears to be a legitimate cloud-based video editor, but review these before installing: 1) The skill uploads whatever video you provide to https://mega-api-prod.nemovideo.ai — do not upload sensitive content you don't want sent to an external service. 2) The skill will use or create a NEMO_TOKEN; confirm where that token is stored and rotate it if you later stop using the skill. 3) Metadata inconsistencies: SKILL.md mentions a config path (~/.config/nemovideo/) and asks the agent to ...
详细分析 ▾
用途与能力
Name/description (cloud video editing) align with the API endpoints and upload/export actions described. However, SKILL.md metadata includes a required configPaths entry (~/.config/nemovideo/) while the registry metadata lists no required config paths — an internal inconsistency. The skill also asks the agent to detect install path to set X-Skill-Platform, which requires reading local paths (minor but out-of-band for a pure API-only helper).
指令范围
Runtime instructions are explicit about creating sessions, uploading video files (multipart or URL), sending SSE messages, polling render jobs, and downloading results — all expected for this purpose. Ambiguities: the text refers to "the three attribution headers above" without clearly listing them; SKILL.md instructs reading the frontmatter (its own file) and detecting install paths (filesystem access). The flow also includes generating an anonymous token by POSTing to an external endpoint and treating the returned token as NEMO_TOKEN, which delegates credential creation to the skill logic.
安装机制
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer.
凭证需求
Only a single credential (NEMO_TOKEN) is declared and used, which is appropriate for an external video API. The skill also documents a flow to obtain an anonymous NEMO_TOKEN if one isn't present (POST to mega-api-prod.nemovideo.ai). That behavior is reasonable but raises questions about where the token is stored/retained and whether the agent will persist it. The metadata-configPaths inconsistency is also relevant: the skill claims a config dir (~/.config/nemovideo/) in metadata, but the registry entry claimed none.
持久化与权限
Skill does not request always:true and does not ask to modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with high privileges here.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/15

Video Maker Guru 1.0.0 - Initial release of Video Maker Guru: turn raw video footage into polished, edited videos by describing your requirements in plain text. - Automatic cloud setup and token management with up to 100 free credits for new users. - Supports fast upload, AI editing (cut, background music, text, etc.), 1080p export, and major video/audio/image formats. - User-friendly error handling, export workflow, and session management for seamless editing and downloads. - Guidance included for common workflows and tips for efficient use.

无害

安装命令

点击复制
官方npx clawhub@latest install video-maker-guru
镜像加速npx clawhub@latest install video-maker-guru --registry https://cn.longxiaskill.com

技能文档

Getting Started

Share your raw video footage and I'll get started on AI video editing. Or just tell me what you're thinking.

Try saying:

  • "create my raw video footage"
  • "export 1080p MP4"
  • "cut the pauses, add background music,"

Quick Start Setup

This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").

Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:

  • Generate a UUID as client identifier
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with X-Client-Id header
  • Extract data.token from the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)

Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.

Let the user know with a brief "Ready!" when setup is complete. Don't expose tokens or raw API output.

# Video Maker Guru — Create and Export Edited Videos

This tool takes your raw video footage and runs AI video editing through a cloud rendering pipeline. You upload, describe what you want, and download the result.

Say you have a 2-minute unedited screen recording and want to cut the pauses, add background music, and export as a clean tutorial video — the backend processes it in about 1-2 minutes and hands you a 1080p MP4.

Tip: shorter clips under 60 seconds process significantly faster.

Matching Input to Actions

User prompts referencing video maker guru, 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.

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

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

  • X-Skill-Source: video-maker-guru
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else unknown)

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

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

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

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

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

Session state: GET /api/state/nemo_agent/me//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_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}}. Poll GET /api/render/proxy/lambda/ 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.

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= (get 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

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

SSE Event Handling

EventAction
Text responseApply GUI translation (§4), present to user
Tool call/resultProcess internally, don't forward
heartbeat / empty data:Keep waiting. Every 2 min: "⏳ Still working..."
Stream closesProcess 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.

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)

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "cut the pauses, add background music, and export as a clean tutorial video" — concrete instructions get better results.

Max file size is 500MB. Stick to MP4, MOV, AVI, WebM for the smoothest experience.

Export as MP4 for widest compatibility across platforms.

Common Workflows

Quick edit: Upload → "cut the pauses, add background music, and export as a clean tutorial video" → 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.

数据来源ClawHub ↗ · 中文优化:龙虾技能库