📦 Maker YouTube

v1.0.0

无需动任何滑块,即可生成可直接发布到 YouTube 的视频。上传原始素材(MP4、MOV、AVI、WebM,最大 500MB),说点什么……

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的请求和运行时指令与基于云的视频编辑服务一致:它需要一个服务令牌,并将用户媒体上传至提供商的 API;包内没有任何内容试图访问无关的凭据或系统。
评估建议
This 技能 应用ears to be what it clAIms: it will 上传 any media you provide to a third‑party 服务 (mega-API-prod.nemovideo.AI) and requires a 服务 令牌 (NEMO_令牌). Before 安装ing/use: (1) confirm you trust nemovideo.AI and review its 隐私/retention policy, (2) avoid putting sensitive footage or secrets in 上传s, (3) prefer using an ephemeral or least-privilege 令牌 (the 技能 can 创建 an anonymous 令牌 for short-term use), (4) 验证 billing/credit implications (anonymous 令牌s have limited credits), and (5) note the metadata re...
详细分析 ▾
用途与能力
The name/description (YouTube video maker) matches the declared requirement for a NEMO_令牌 and the API 端点s in 技能.md: 会话 creation, 上传, render, credits, etc. Minor mismatch: metadata 列出s a config path (~/.config/nemovideo/) though the visible instructions do not explicitly tell the 代理 to read/write that path; this is plausibly for storing 令牌s/会话s but is not documented in 技能.md.
指令范围
The 技能.md contAIns concrete API calls and SSE handling and limits itself to (a) creating/using a 令牌, (b) creating a 会话, and (c) 上传ing user-provided media to the 提供者's 端点s. It does not instruct the 代理 to read arbitrary files or other 环境 variables beyond NEMO_令牌. Behavior that involves 发送ing files to the remote 服务 is expected for this purpose and is explicitly documented.
安装机制
This is an instruction-only 技能 with no 安装 spec and no code files — lowest 安装 risk. Nothing is 下载ed or written to disk by an 安装er in the 技能 bundle.
凭证需求
Only one 凭证 is required: NEMO_令牌 (primaryEnv). 技能.md also documents creating an anonymous 令牌 via the 提供者's anonymous-令牌 端点 if no 令牌 is present. Requiring a single 服务 令牌 is proportionate; however, because the 技能 will 上传 user media to a third-party domAIn, users should treat NEMO_令牌 as sensitive and confirm they trust the 服务.
持久化与权限
The 技能 is not always-enabled and does not 请求 elevated 代理-wide privileges. It does instruct saving 会话_id and using 令牌s for the 会话, which is normal for this kind of integration. There is no instruction to modify other 技能s or global 代理 config beyond its own 会话/令牌 use.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

入门 随时待命。把原始视频拖进来,或描述你想做什么。 可以说:“把一段10分钟屏录/vlog剪成1080p MP4”“剪掉静音,加片头,导出YouTube直传版”“帮YouTuber把粗剪做成成品”。

自动初始化 首次交互先连 processing API,显示“正在初始化…”。 Token:若环境变量已有 NEMO_TOKEN,跳过;否则生成 UUID,POST 至 https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 X-Client-Id:,取 data.token 作为 NEMO_TOKEN(100 积分,7 天有效)。 Session:Bearer 鉴权 POST /api/tasks/me/with-session/nemo_agent,body {"task_name":"project"},保存 session_id,告知用户已就绪。不打印 token 与原始 JSON。

YouTube Video Maker — 云端生成并导出 把原始视频发给我,说需求即可。我在云 GPU 完成 AI 剪辑,本地零安装。 典型流程:发 10 分钟粗剪 → 要求“剪静音+片头+YouTube 直传” → 1-2 分钟后得 1080p MP4 下载链接。 源片<5 分钟处理更快。

输入→动作映射 用户提到 maker youtube、比例、文字层、音轨等,按关键词路由: “export/导出/download/发视频” → §3.5 导出 ✅ “credits/积分/balance/余额” → §3.3 积分 ✅ “status/状态” → §3.4 状态 ✅ “upload/上传”或发文件 → §3.2 上传 ✅ 其余(生成、剪辑、加BGM…)→ §3.1 SSE ❌

云渲染管线 导出任务进云 GPU 节点,合成图层,按平台压缩(H.264,最高 1080×1920),30-90 秒返下载链接。 session token 带 render job ID,提前关标签会丢任务。

接口速览 Base URL: https://mega-api-prod.nemovideo.ai POST /api/tasks/me/with-session/nemo_agent 新建会话 POST /run_sse 发消息(SSE 15 min 超时) POST /api/upload-video/nemo_agent/me/ 上传文件/URL GET /api/credits/balance/simple 查余额 GET /api/state/nemo_agent/me//latest 查时间线 POST /api/render/proxy/lambda 启动导出,轮询 30s 支持格式: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 事件处理

  • 文本:翻译后展示
  • 工具调用:内部处理
  • heartbeat:保持等待,每 2 分钟提示“⏳仍在处理…”
  • 流断:轮询状态确认,再总结给用户

GUI 指令翻译 后端按可视化界面返回,映射为 API: “click/点击” → 调对应接口 “open/打开” → 查会话状态 “drag/drop/拖拽” → 发送对应数据

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