← 返回 Skills 市场
peand-rover

Ai Video Editor By Prompt

作者 peandrover adam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-video-editor-by-prompt
功能描述
Skip the learning curve of professional editing software. Describe what you want — cut the pauses, add background music, and fade in a title at the start — a...
使用说明 (SKILL.md)

Getting Started

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

Try saying:

  • "edit 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.

AI Video Editor by Prompt — Edit Videos with Text Prompts

This tool takes your raw video footage and runs AI prompt-based 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 fade in a title at the start — the backend processes it in about 1-2 minutes and hands you a 1080p MP4.

Tip: the more specific your prompt, the more accurate the edit — include timing details when possible.

Matching Input to Actions

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

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.

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

  • X-Skill-Source: ai-video-editor-by-prompt
  • 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.

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

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

Common Workflows

Quick edit: Upload → "cut the pauses, add background music, and fade in a title at the start" → 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 "cut the pauses, add background music, and fade in a title at the start" — 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 and devices.

安全使用建议
This instruction-only skill appears to do what it says: it uploads your videos to nemo-api servers and performs cloud-side edits using a NEMO_TOKEN (or an anonymously acquired token). Before installing or using it: 1) Understand that any video you upload will be sent to an external domain (mega-api-prod.nemovideo.ai) — don't upload sensitive footage unless you trust that service. 2) Prefer using a short-lived or anonymized token rather than pasting long-lived credentials; note the SKILL.md can request an anonymous token if NEMO_TOKEN is absent. 3) The skill owner/source is unknown and there is no homepage — verify the service and privacy policy outside of this registry if you need stronger assurance. 4) The manifest claims NEMO_TOKEN is required but the runtime can obtain one automatically; this mismatch is minor but worth clarifying with the publisher. If you want a deeper review, provide the full SKILL.md and any network request samples or the vendor's privacy/terms links.
功能分析
Type: OpenClaw Skill Name: ai-video-editor-by-prompt Version: 1.0.0 The skill provides a functional interface for an AI-powered video editing service hosted at nemovideo.ai. It includes detailed instructions for the agent to manage sessions, handle file uploads, and process video editing requests via a cloud-based API. While it involves sending user media to a third-party backend, this behavior is transparently documented and aligned with the skill's stated purpose. There are no indicators of malicious intent, unauthorized data exfiltration, or attempts to compromise the host system.
能力评估
Purpose & Capability
The skill claims to perform cloud video editing and requires a NEMO_TOKEN to call nemo-api endpoints — this is coherent. Minor mismatch: registry lists NEMO_TOKEN as required, but the instructions include an anonymous-token acquisition flow if NEMO_TOKEN is absent, so the manifest over-reports strict requirement.
Instruction Scope
SKILL.md instructs only on connecting to the nemo-api backend, uploading media, streaming SSE messages, polling render status, and mapping UI actions — all within the stated editing purpose. It does instruct the agent to read the skill's YAML frontmatter and detect install path to set attribution headers, which is reasonable for this skill's telemetry/attribution needs.
Install Mechanism
No install spec and no code files (instruction-only); nothing is written to disk by an installer. This is the lowest-risk install profile.
Credentials
Only one credential is declared (NEMO_TOKEN) and used exclusively for the nemo-api; that's proportionate. Note: SKILL.md provides a fallback to obtain an anonymous token via network call if NEMO_TOKEN is missing, and metadata references a config path (~/.config/nemovideo/) — the manifest and runtime behavior should be aligned (either require token or allow anonymous acquisition).
Persistence & Privilege
always:false (no forced persistence). The skill does not request system-wide configuration or modification of other skills; it does reference a per-skill config path which is reasonable for storing session/token data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-video-editor-by-prompt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-video-editor-by-prompt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AI Video Editor by Prompt — Initial Release - Edit videos using simple text prompts, eliminating the need for complex editing software. - Supports MP4, MOV, AVI, and WebM files up to 500MB. - Automatic setup of cloud backend connection, with 100 free credits for new users. - Common actions include uploading clips, cutting pauses, adding background music, and exporting 1080p MP4—all via prompts. - Clear error feedback for token, session, file type, and credit issues. - Designed for quick, iterative editing workflows for creators and marketers.
元数据
Slug ai-video-editor-by-prompt
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Video Editor By Prompt 是什么?

Skip the learning curve of professional editing software. Describe what you want — cut the pauses, add background music, and fade in a title at the start — a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Ai Video Editor By Prompt?

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

Ai Video Editor By Prompt 是免费的吗?

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

Ai Video Editor By Prompt 支持哪些平台?

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

谁开发了 Ai Video Editor By Prompt?

由 peandrover adam(@peand-rover)开发并维护,当前版本 v1.0.0。

💬 留言讨论