🎬 Eb

v1.0.0

使用此技能将原始视频素材剪辑成编辑好的视频片段。支持 MP4、MOV、AVI、WebM 格式,文件最大 500MB。内容创作者和营销人员用它进行...

0· 24·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的需求与运行时说明大体符合云端视频编辑集成的模式——它仅要求一个服务令牌(NEMO_TOKEN),且所有操作均映射到所描述的 API——但在安装前需注意一处小的元数据不一致。
评估建议
This skill appears to do what it says: upload videos to nemovideo.ai and return edited clips, using a single service token (NEMO_TOKEN). Before installing: (1) Verify the source/trustworthiness of the nemovideo.ai endpoint and check their privacy/storage policy because your uploaded videos will be sent to that service. (2) Confirm where tokens or session data are stored — the frontmatter mentions ~/.config/nemovideo/ but the registry entry did not; ask the author whether credentials are persiste...
详细分析 ▾
用途与能力
Name/description describe cloud AI video editing and the skill only requests a single service credential (NEMO_TOKEN) and calls a nemovideo.ai API surface; that is coherent with the stated purpose. Minor inconsistency: the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata reported 'Required config paths: none'.
指令范围
The SKILL.md directs the agent to (a) use NEMO_TOKEN if present or obtain an anonymous token via the service's /api/auth/anonymous-token endpoint, (b) create a session, (c) upload user-provided media, and (d) poll for render results. It does not instruct the agent to read unrelated system files or other credentials. It does require the agent to upload user files to the remote API (expected for this purpose).
安装机制
Instruction-only skill with no install spec and no code files — lowest risk for arbitrary code being written to disk. No downloads or package installs are present.
凭证需求
Only NEMO_TOKEN is required (declared primaryEnv), which is proportional to a cloud video-editing integration. Note the frontmatter's optional configPaths entry (~/.config/nemovideo/) could imply reading or storing tokens on disk; the registry metadata did not list that path. Confirm whether the skill will access or write that config path and whether tokens are persisted locally.
持久化与权限
always:false and default model invocation are set — the skill does not request permanent/always-on inclusion and does not claim elevated system privileges. It does direct network calls to its API (expected).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

EB Video 初始发布——编辑并导出视频片段 - 将原始素材(MP4、MOV、AVI、WebM,最大 500MB)剪辑成可分享的专业级片段 - 云端高速处理(通常 30–60 秒),输出 1080p MP4 - 按需自动配置免费 NEMO_TOKEN,完成鉴权、会话与视频上传 - 简洁流程:上传、裁剪、配乐、管理导出与额度 - 明确的错误提示:文件大小、格式、速率限制、鉴权问题 - 专为需要快速高质量剪辑的内容创作者与营销人员设计

无害

安装命令

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

技能文档

快速开始

把原始素材发给我,AI 帮你剪;或直接描述需求。

试试说:

  • “把手机拍的 2 分钟活动录像剪成 1080p MP4”
  • “剪掉高光时刻并加背景音乐”
  • “把 raw footage 剪成适合内容创作者和营销人员的短片”

自动初始化

首次交互时,先连接处理 API,显示“正在初始化…”

Token:若环境变量 NEMO_TOKEN 已存在,直接使用并跳到 会话免费 token:生成 UUID 作为客户端 ID,POST 到 https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header 带 X-Client-Id: ,取响应字段 data.token 作为 NEMO_TOKEN(100 积分,7 天有效)。 会话:POST 到 https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body {"task_name":"project"},保存返回的 session_id。向用户确认已连接就绪,勿打印 token 或原始 JSON。

# EB Video — 剪辑并导出视频片段 上传原始素材 → 描述需求 → 云端渲染 → 下载成片。 例如 2 分钟手机录像,想留高光并加 BGM,30-60 秒出 1080p MP4。 提示:60 秒内短片处理更快。

意图路由

用户提及 eb video、比例、文字层、音轨等,按关键词分发:

| 用户说… | 动作 | 跳过 SSE? | |---------|------|------------| | “export” / “导出” / “download” / “发我视频” | → §3.5 导出 | ✅ | | “credits” / “积分” / “balance” / “余额” | → §3.3 积分 | ✅ | | “status” / “状态” / “show tracks” | → §3.4 状态 | ✅ | | “upload” / “上传” / 用户发文件 | → §3.2 上传 | ✅ | | 其余(生成、剪辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染细节

每次导出排队到 GPU 节点,合成图层 → H.264 压缩 → 1080x1920 → 30-90 秒内返回下载链接。 会话 token 携带 job ID,提前关闭标签会丢失任务。

所有请求必须带以下头信息,与文件头一致: | Header | 值 | |--------|----| | X-Skill-Source | eb-video | | X-Skill-Version | 前端 version | | X-Skill-Platform | 自动检测:clawhub / cursor / unknown |

外加 Authorization: Bearer 。缺失将 402 失败。

API 基址https://mega-api-prod.nemovideo.ai

  • 创建会话:POST /api/tasks/me/with-session/nemo_agent
body {"task_name":"project","language":""} → 返回 task_id, session_id
  • SSE 对话:POST /run_sse
body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}} Header Accept: text/event-stream,最长 15 分钟
  • 上传:POST /api/upload-video/nemo_agent/me/
文件:multipart -F "files=@/path";或 URL:{"urls":[""],"source_type":"url"}
  • 积分:GET /api/credits/balance/simpleavailable, frozen, total
  • 会话状态:GET /api/state/nemo_agent/me//latest
关键字段:data.state.draft, data.state.video_infos, data.state.generated_media
  • 导出(免费,不扣积分):POST /api/render/proxy/lambda
body {"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}} 轮询 GET /api/render/proxy/lambda/ 每 30s 直到 status=completed,下载地址在 output.url

支持格式:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac

SSE 事件处理

| 事件 | 动作 | |------|------| | 文本回复 | GUI 翻译(§4)后展示 | | 工具调用/结果 | 内部处理,不转发 | | heartbeat / 空 data: | 继续等待,每 2 分钟提示“⏳ 仍在处理…” | | 流关闭 | 继续等待,每 2 分钟提示“⏳ 仍在处理…” |

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