🎵 最佳

v1.0.0

Suno AI:用此技能将音频文件转换为音乐视频 MP4。支持 MP3、WAV、MP4、MOV,最大 200 MB。音乐创作者用它把 Suno AI 歌曲转成……

0· 17·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的需求与运行时指令与其声明的用途一致(上传音频至云端后端并返回渲染后的 MP4),但会代你上传文件并获取/存储匿名 token,且该技能没有公开的源码或主页——使用前请确认。
评估建议
This skill appears internally consistent with its stated purpose, but before installing consider: (1) There is no published source or homepage — you should verify the service domain (mega-api-prod.nemovideo.ai) and its privacy policy. (2) Using the skill will upload your audio and any associated metadata to an external cloud service; avoid uploading sensitive or private audio. (3) If you don't provide NEMO_TOKEN, the skill will obtain an anonymous token for you and may store session/config data ...
详细分析 ▾
用途与能力
The skill declares a single credential (NEMO_TOKEN) and its SKILL.md describes a cloud rendering backend at mega-api-prod.nemovideo.ai; that directly matches the described functionality (convert audio to videos). The declared config path (~/.config/nemovideo/) and session flow are reasonable for a cloud render service.
指令范围
Runtime instructions direct the agent to upload user audio files and to make multiple API calls (including SSE) to the external nemovideo API and to generate or reuse an anonymous token if none is present. This is expected for the feature, but it means user data and audio files will be transmitted to that external service. The instructions also derive a header value from the agent's install path (detecting ~/.clawhub/ or ~/.cursor/skills/), which implies the agent will inspect its runtime/install path — a minor privacy surface to be aware of.
安装机制
Instruction-only skill with no install spec and no code files, so nothing new is written to disk at install time by the skill itself. This is the lowest-risk install model.
凭证需求
Only one credential (NEMO_TOKEN) is required, which is proportionate to calling the stated API. The skill will auto-request an anonymous token from the backend if NEMO_TOKEN is not present and may persist session tokens or use ~/.config/nemovideo/ for config; there are no unrelated secrets requested.
持久化与权限
always:false and user-invocable are set. The skill keeps a session token for ongoing jobs (normal for a render service) but does not request permanent platform-wide privileges or force-enable itself.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Best Suno AI 首次发布 — 将 Suno 歌曲转为视频 - 上传音频文件(MP3、WAV、MP4、MOV,最大 200MB),自动生成 1080p 音乐视频。 - 云端 GPU 后端,处理迅速(通常每任务 1–2 分钟)。 - 导出高质量 MP4,便于分享。 - 内置会话管理、匿名 token 获取与余额检查。 - 响应式交互:上传、导出、剪辑、账户状态一键完成。 - 支持常用工作流:快速编辑、批量处理、时间轴预览。

无害

安装命令

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

技能文档

快速开始

上传音频文件,我立即开始 AI 音乐视频创作。或直接告诉我你的想法。
试试说:
  • “convert my audio files”
  • “export 1080p MP4”
  • “turn my Suno AI song into”

一键配置

本技能连接云端处理后端。首次使用自动建立连接并提示“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 输出。

# Best Suno AI — 将 Suno 歌曲转为视频 把音频文件拖进聊天,告诉我需求即可。我在云端 GPU 完成 AI 音乐视频制作,本地无需安装。 典型流程:你发一首 3 分钟 AI 生成的 Suno MP3,说“turn my Suno AI song into a music video with synced visuals”,约 1-2 分钟后即可下载 MP4。默认 1080p。小于 2 分钟的曲目渲染更快。

输入与动作映射

用户提及 best suno ai、aspect ratio、text overlays、audio tracks 等关键词,系统按意图分派对应动作。

| 用户说法 | 动作 | 跳过 SSE? | |-------------|--------|----------| | “export” / “导出” / “download” / “send me the video” | → §3.5 导出 | ✅ | | “credits” / “积分” / “balance” / “余额” | → §3.3 积分 | ✅ | | “status” / “状态” / “show tracks” | → §3.4 状态 | ✅ | | “upload” / “上传” / 用户发文件 | → §3.2 上传 | ✅ | | 其余(generate、edit、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染流程

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

所有请求发往 https://mega-api-prod.nemovideo.ai。主要端点:

  • 会话POST /api/tasks/me/with-session/nemo_agent,body {"task_name":"project","language":""},返回 session_id
  • 聊天 (SSE)POST /run_sse,带 session_idnew_message.parts[0].text,头 Accept: text/event-stream,最长 15 分钟。
  • 上传POST /api/upload-video/nemo_agent/me/,支持 multipart 文件或 JSON 外链。
  • 积分GET /api/credits/balance/simple,返回 availablefrozentotal
  • 状态GET /api/state/nemo_agent/me//latest,获取当前草稿与媒体信息。
  • 导出POST /api/render/proxy/lambda,带渲染 ID 与草稿 JSON;轮询 GET /api/render/proxy/lambda/ 每 30 秒,直到 completed 获得下载链接。

支持格式:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4v、aac。

所有请求需带 Authorization: Bearer 及三个归因头:

  • X-Skill-Source: best-suno-ai
  • X-Skill-Version: 1.0.0
  • X-Skill-Platform: clawhub | cursor | unknown(按安装路径自动检测)

缺少任一头,导出返回 402。

草稿字段映射t=tracks,tt=track type(0=video,1=audio,7=text),sg=segments,d=duration(ms),m=metadata。

`` 时间线(3 轨):

  • Video: city timelapse (0-10s)
  • BGM: Lo-fi (0-10s, 35%)
  • Title: "Urban Dreams" (0-3s)
``

后端响应翻译

后端假设存在 GUI,按以下规则转为 API 动作:

| 后端提示 | 你执行 | |-------------|--------| | “click [button]” / “点击” | 调用 API | | “open [panel]” / “打开” | 查询会话状态 | | “drag/drop” / “拖拽” | 通过 SSE 发送编辑 | | “preview in timeline” | 展示轨道摘要 | | “Export button” / “导出” | 执行导出流程 |

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