← 返回 Skills 市场
dsewell-583h0

Best Video Editor For Mac

作者 dsewell-583h0 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install best-video-editor-for-mac
功能描述
Turn a 3-minute screen recording or iPhone clip into 1080p polished edited clips just by typing what you need. Whether it's editing and exporting clean video...
使用说明 (SKILL.md)

Getting Started

Got raw video footage 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 3-minute screen recording or iPhone clip into a 1080p MP4"
  • "trim the footage, add transitions, and export a clean final cut"
  • "editing and exporting clean videos without installing heavy desktop software for Mac users and content creators"

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.

Best Video Editor for Mac — Edit and Export Videos Online

Send me your raw video footage and describe the result you want. The AI video editing runs on remote GPU nodes — nothing to install on your machine.

A quick example: upload a 3-minute screen recording or iPhone clip, type "trim the footage, add transitions, and export a clean final cut", and you'll get a 1080p MP4 back in roughly 1-2 minutes. All rendering happens server-side.

Worth noting: shorter clips under 2 minutes process noticeably faster on any connection.

Matching Input to Actions

User prompts referencing best video editor for mac, 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.

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

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

  • X-Skill-Source: best-video-editor-for-mac
  • 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":"\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.

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

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

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.

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 → "trim the footage, add transitions, and export a clean final cut" → 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 footage, add transitions, and export a clean final cut" — concrete instructions get better results.

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

MOV files from Mac record natively — upload directly without converting first.

安全使用建议
This skill appears to be a cloud-based video editor that uploads your footage to mega-api-prod.nemovideo.ai and returns rendered files. Before installing or enabling it: (1) clarify the NEMO_TOKEN requirement — the SKILL.md says an anonymous token is possible, but the registry marks NEMO_TOKEN as required; don't provide any long-lived credentials unless you trust the service and know exactly what scope the token grants. (2) Understand that video files and local metadata (the skill asks to read YAML frontmatter and detect install paths in your home directory) may be read and sent to the remote API — if your videos are sensitive, do not use this skill until you verify the provider's privacy policy and retention rules. (3) Ask the author to fix the metadata/README mismatch (declared configPaths vs registry), and to explicitly document what local files are accessed and why. (4) Because this is instruction-only, there is no on-disk code to audit — the risk is network exfiltration of files and metadata, so proceed only if you trust the remote endpoint and the developer. If you want help drafting exact questions to ask the developer (e.g., token scope, data retention, what local paths are read), I can generate them.
功能分析
Type: OpenClaw Skill Name: best-video-editor-for-mac Version: 1.0.0 The skill acts as a functional wrapper for a cloud-based AI video editing service hosted at nemovideo.ai. It includes logic for session management, anonymous token acquisition, file uploads, and polling for render status, all of which are consistent with its stated purpose of remote video processing. No evidence of unauthorized data exfiltration, malicious execution, or deceptive prompt injection was found in SKILL.md or the associated metadata.
能力评估
Purpose & Capability
The skill claims to perform cloud video editing and its runtime instructions exclusively call a remote video-editing API (mega-api-prod.nemovideo.ai), which is coherent with the description. However the registry metadata lists NEMO_TOKEN as required while the SKILL.md treats it as optional (it will generate an anonymous token if NEMO_TOKEN is not present). Also the SKILL.md includes a configPaths entry (~/.config/nemovideo/) in its frontmatter whereas the registry metadata stated 'Required config paths: none' — this mismatch is incoherent and should be clarified.
Instruction Scope
The instructions direct the agent to: POST to various API endpoints, upload local files (multipart with file paths), generate and store an anonymous token if NEMO_TOKEN is absent, read this file's YAML frontmatter at runtime, and detect the install path by checking home directories (~/.clawhub/, ~/.cursor/skills/). Reading install paths and frontmatter implies filesystem access beyond simply handling a provided video — the registry did not declare these file accesses. The skill also instructs to include attribution headers derived from local metadata. These filesystem and metadata accesses broaden the scope beyond a simple API client and were not declared in the registry.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk, which is the lowest install risk. There is nothing being downloaded or executed by an installer in the skill bundle itself.
Credentials
The registry declares a single required environment variable NEMO_TOKEN (primary credential), which is reasonable for a remote editing service. But SKILL.md explicitly documents an anonymous-token flow so the token is optional for anonymous usage; registering NEMO_TOKEN as required in the registry is inconsistent. The skill also asks to read local paths and frontmatter (not declared as required), which means additional local metadata may be collected at runtime. Asking for only NEMO_TOKEN while instructing other local reads is disproportionate and should be corrected or justified.
Persistence & Privilege
The skill does not request always: true and uses normal autonomous invocation defaults. It does not claim to modify other skills or system-wide settings. No persistent install or elevated agent privileges are requested in the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install best-video-editor-for-mac
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /best-video-editor-for-mac 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Best Video Editor for Mac — First Release - Launches a cloud-powered video editing tool with online upload, smart AI-driven edits, and export to 1080p MP4, optimized for Mac users. - No install required: upload raw footage, describe the edits, and receive a polished downloadable video in 1–2 minutes. - Handles trimming, transitions, text overlays, audio tracks, and aspect ratios from simple text prompts. - All video rendering happens on remote GPU servers; files supported include MP4, MOV, AVI, WebM, and more (up to 500MB). - Account-free use with 100 free credits via anonymous token, with clear flows for session handling, credits, and error feedback. - Streamlined responses and actions: upload, edit, preview, check session state, and export, all via guided text-based workflow.
元数据
Slug best-video-editor-for-mac
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Best Video Editor For Mac 是什么?

Turn a 3-minute screen recording or iPhone clip into 1080p polished edited clips just by typing what you need. Whether it's editing and exporting clean video... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Best Video Editor For Mac?

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

Best Video Editor For Mac 是免费的吗?

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

Best Video Editor For Mac 支持哪些平台?

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

谁开发了 Best Video Editor For Mac?

由 dsewell-583h0(@dsewell-583h0)开发并维护,当前版本 v1.0.0。

💬 留言讨论