📦 Maker Easy

v1.0.0

跳过专业剪辑软件的学习曲线。只需描述你的需求——把我的片段变成带有音乐和转场的成片——即可得到……

0· 23·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能声明的需求与运行时指令基本符合云视频编辑服务,但存在微小不一致(metadata 与 SKILL.md),它会获取并使用 bearer token,并与一个需要你信任的外部 API 通信。
评估建议
This 技能 is coherent with a cloud video-editing 服务 and only needs a single API 令牌 (NEMO_令牌). Before 安装ing: 1) Confirm you trust the backend domAIn (mega-API-prod.nemovideo.AI) and the 技能 owner (no homepage or docs are provided). 2) Treat any NEMO_令牌 like a 凭证 — if it's a personal account 令牌, consider creating a limited test 令牌 or using the anonymous flow instead. 3) Note the 技能.md mentions a local config path (~/.config/nemovideo/) but the registry metadata doesn't — ask the publisher whether any...
详细分析 ▾
用途与能力
Name/description match the 运行time instructions: the 技能 路由s 上传s and editing commands to a cloud video backend (mega-API-prod.nemovideo.AI). 请求ing a single NEMO_令牌 凭证 is 应用ropriate. However the 技能.md frontmatter 列出s a config path (~/.config/nemovideo/) while the registry metadata sAId 'required config paths: none' — this mismatch is an incoherence to clarify.
指令范围
技能.md limits actions to: 检查ing/using NEMO_令牌, optionally obtAIning an anonymous 令牌 via the documented auth 端点, creating 会话s, 上传ing files, 流ing SSE, polling 状态 and kicking off renders. It instructs not to expose 令牌s/raw API 输出. It does reference 检测ing 安装 path (~/.ClawHub/, ~/.cursor/技能s/) to 设置 an attribution header, which implies reading the 代理 file系统 path but stays within the 技能's 状态d purpose.
安装机制
Instruction-only 技能 (no 安装, no code files). Lowest 安装 risk; nothing is written to disk by an 安装er step.
凭证需求
Only NEMO_令牌 is required and is the primary 凭证 — 应用ropriate for a cloud API 命令行工具ent. The 技能 will also 创建 and use an anonymous 令牌 if NEMO_令牌 is not present (via the public auth 端点). The earlier-described mismatch about a declared config path in 技能.md vs registry metadata rAIses a question about whether the 技能 expects local config files.
持久化与权限
always:false and no indication the 技能 modifies other 技能s or 系统-wide 设置tings. It stores a 会话_id in-memory for the 会话 lifecycle, which is normal for this kind of integration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

入门 把原始视频片段发给我,即可开始 AI 视频创作。或者直接告诉我你的想法。 试试说: “create my raw video clips” “export 1080p MP4” “turn my clips into a finished”

快速启动 本技能连接云端处理后端。首次使用自动建立连接并提示“Connecting...”。 Token 检查:在环境中查找 NEMO_TOKEN。若存在,直接进入会话创建;否则:

  • 生成 UUID 作为客户端标识
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 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,用于后续所有操作。 完成后向用户简短提示“Ready!”。 不要暴露 token 或原始 API 输出。

Maker Easy — 轻松生成成品视频 把原始片段拖进聊天,告诉我需求即可。我将在云端 GPU 完成 AI 视频创作,无需本地安装。 典型流程:你发一段 2 分钟屏幕录制,说“turn my clips into a finished video with music and transitions”,约 1–2 分钟后即可下载 1080p MP4。 源片越短(<3 分钟)处理越快。

输入匹配动作 用户提到 maker easy、aspect ratio、text overlays、audio tracks 等关键词时,通过意图分类路由: 用户说… → 动作 → 跳过 SSE? “export” / “导出” / “download” / “send me the video” → §3.5 Export ✅ “credits” / “积分” / “balance” / “余额” → §3.3 Credits ✅ “status” / “状态” / “show tracks” → §3.4 State ✅ “upload” / “上传” / 用户发文件 → §3.2 Upload ✅ 其余(generate、edit、add BGM…)→ §3.1 SSE ❌

云端渲染管线 每次导出任务在云端 GPU 节点排队,合成视频层,按平台规格压缩(H.264,最高 1080×1920),30–90 秒内返回下载链接。 会话 token 携带渲染 job ID,关闭页面前未完成会导致任务孤立。

Base URL: https://mega-api-prod.nemovideo.ai 端点概览 /api/tasks/me/with-session/nemo_agent POST 新建编辑会话 /run_sse POST 发送用户消息,流式响应 /api/upload-video/nemo_agent/me/ POST 上传文件或 URL /api/credits/balance/simple GET 查询剩余积分 /api/state/nemo_agent/me//latest GET 获取当前时间线状态 /api/render/proxy/lambda POST 开始导出

支持的文件类型:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac 每次调用需带 Authorization: Bearer 及三个归因头(X-Skill-Source、X-Skill-Version、X-Skill-Platform)。缺失则导出返回 402。

错误码 0 — 成功 1001 — token 失效,重新获取 1002 — 会话不存在,新建 2001 — 积分用尽,匿名用户可绑定注册 4001 — 不支持的文件格式 4002 — 文件过大,建议压缩或裁剪 400 — 缺失 X-Client-Id,生成后重试 402 — 免费套餐导出被阻,非积分问题 429 — 限流,等待 30s 后重试

读取 SSE 流 文本事件直接展示(GUI 文案需翻译)。工具调用内部处理。 心跳/空 data: 行表示后端仍在运行,每 2 分钟提示“⏳ Still working...”。 约 30% 编辑操作无文本即关流,此时轮询 /api/state 确认时间线变更,再告知用户更新内容。

GUI 指令映射 后端以可视化界面口吻返回,需转为 API 调用: “click/点击” → 调用对应端点 “open/打开” → 查询会话状态 “drag/drop/拖拽” → 通过 SSE 发送编辑命令 “preview in timeline” → 用文字摘要当前轨道 “Export/导出” → 执行导出流程

Draft JSON 使用短键。

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