🎬 Video Editor Invideo Ai — 技能工具

v1.0.0

Turn a 2-minute raw screen recording into 1080p edited MP4 videos just by typing what you need. Whether it's editing and polishing videos using InVideo AI to...

0· 15·0 当前·0 累计
mory128 头像by @mory128·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/17
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requests and runtime instructions are generally consistent with a cloud video-editing helper — it asks for a single service token and tells the agent how to upload, render, and download videos — but a few minor mismatches and the unknown source reduce confidence.
评估建议
This skill behaves like a typical cloud video-editor: it will upload your files to the nemovideo.ai backend and use a NEMO_TOKEN (or obtain a short-lived anonymous token) to do rendering and return a download URL. Before installing or enabling: 1) Confirm you trust nemovideo.ai / the service behind the skill (privacy, retention, and who can access uploaded videos). 2) Note the branding mismatch ("InVideo AI" vs nemovideo.ai) and the lack of a public homepage/source — ask the publisher for a cano...
详细分析 ▾
用途与能力
The skill claims to perform cloud video editing and its instructions only reference uploading media, creating a session, streaming SSE edits, polling export status, and downloading results from https://mega-api-prod.nemovideo.ai. The single required credential (NEMO_TOKEN) is exactly the kind of token needed for that service. Minor note: the human-facing name references "InVideo AI" while the API host is nemovideo.ai and the package/homepage/source are unknown — this branding mismatch is suspicious but not conclusive.
指令范围
SKILL.md instructs the agent to POST for an anonymous token if NEMO_TOKEN is not present, create sessions, upload files, stream SSE, and poll export endpoints. Those actions are appropriate for the described job (cloud rendering). The instructions also ask the agent to include attribution headers and to detect install path to set X-Skill-Platform and to read the file's YAML frontmatter for X-Skill-Version. Reading its own skill metadata is reasonable, but the install-path detection implies examining agent runtime paths — that is somewhat broader scope than necessary but not obviously malicious. The instructions do not direct reading arbitrary unrelated files or exfiltrating other credentials.
安装机制
This is an instruction-only skill with no install spec and no code files. That lowers disk-write and install risks; nothing is downloaded or executed locally by the skill itself per the provided material.
凭证需求
The skill declares a single primary credential (NEMO_TOKEN), which matches the API Authorization header usage. SKILL.md's metadata also references a config path (~/.config/nemovideo/) while the registry summary above listed none — this mismatch should be clarified. Otherwise no unrelated secrets or multiple credentials are requested.
持久化与权限
The skill does not request always: true and has no install-time persistence. It instructs the agent to manage ephemeral sessions and tokens (anonymous tokens expire in 7 days). Autonomous invocation is allowed (platform default) but is not combined here with wide credential access or permanent presence.
安全有层次,运行前请审查代码。

License

MIT-0

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

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/17

Initial release of Video Editor InVideo AI skill. - Edit and export screen recordings or video clips to 1080p MP4 in 1–2 minutes using typed instructions—no manual timeline work required. - Automatic setup and cloud connection, with free anonymous usage and credit system (100 free credits, 7-day expiry). - Handles uploads, timeline edits, background music, aspect ratio changes, text overlays, and exports via easy chatbot prompts. - Error handling for credentials, session, file formats, and quotas, with plain-language feedback. - Supports common video/audio/image formats up to 500MB. - All actions and communication use a secure cloud backend; progress and state updates provided in chat.

无害

安装命令

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

技能文档

Getting Started

Got video clips to work with? Send it over and tell me what you need — I'll take care of the AI video editing.

Try saying:

  • "edit a 2-minute raw screen recording into a 1080p MP4"
  • "trim the pauses, add background music, and export as a 1080p MP4"
  • "editing and polishing videos using InVideo AI tools for content creators and marketers"

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 Editor InVideo AI — Edit and Export AI Videos

Drop your video clips in the chat and tell me what you need. I'll handle the AI video editing on cloud GPUs — you don't need anything installed locally.

Here's a typical use: you send a a 2-minute raw screen recording, ask for trim the pauses, add background music, and export as a 1080p MP4, and about 1-2 minutes later you've got a MP4 file ready to download. The whole thing runs at 1080p by default.

One thing worth knowing — shorter clips under 3 minutes process significantly faster.

Matching Input to Actions

User prompts referencing video editor invideo ai, 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.

All calls go to https://mega-api-prod.nemovideo.ai. The main endpoints:

  • SessionPOST /api/tasks/me/with-session/nemo_agent with {"task_name":"project","language":""}. Gives you a session_id.
  • Chat (SSE)POST /run_sse with session_id and your message in new_message.parts[0].text. Set Accept: text/event-stream. Up to 15 min.
  • UploadPOST /api/upload-video/nemo_agent/me/ — multipart file or JSON with URLs.
  • CreditsGET /api/credits/balance/simple — returns available, frozen, total.
  • StateGET /api/state/nemo_agent/me//latest — current draft and media info.
  • ExportPOST /api/render/proxy/lambda with render ID and draft JSON. Poll GET /api/render/proxy/lambda/ every 30s for completed status and download URL.

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

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

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

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

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)

Backend Response Translation

The backend assumes a GUI exists. Translate these into API actions:

Backend saysYou 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

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.

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

Common Workflows

Quick edit: Upload → "trim the pauses, add background music, and export as a 1080p MP4" → 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 "trim the pauses, add background music, and export as a 1080p MP4" — 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.

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