← 返回 Skills 市场
nabian1990amber-cmd

智能音频分离工具

作者 nabian1990amber-cmd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sound-split
功能描述
智能音频分离工具,一键将任意音频或视频分离出人声、伴奏、鼓、贝斯、钢琴等独立音轨。适用于音乐人翻唱伴奏提取、歌曲 Remix 制作、播客人声降噪、视频配乐替换、音乐教学素材准备等场景。当用户需要「分离人声和伴奏」「提取伴奏」「去除人声」「拆分音轨」「vocal split」「stem splitter」等操作时触...
安全使用建议
This is a local web tool that matches its description, but review and take these precautions before running: - Inspect server.py and the shipped HTML yourself (they are included) and move/copy the provided HTML into a static/ directory (server.py expects static/index.html, static/editor.html, static/landing.html) or adjust the code. - Run the service locally (do not expose it to the public Internet). The server enables CORS for all origins and will serve files from the working directory, so keep it behind a firewall or bind to localhost only. - Expect demucs to download a ~300–500MB model on first run (network and disk usage). Consider running in an isolated environment or VM if you are cautious about large downloads. - The server stores uploaded files and outputs in uploads/, outputs/, trims/ and a history.json in the working directory; delete these if they contain sensitive data. - If you plan to expose the service or use it in multi-user contexts, add authentication, tighten CORS, and validate/normalize path inputs (there is potential for serving unexpected files if endpoints are exposed).
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the implementation: server.py invokes demucs and ffmpeg to separate stems, and the shipped HTML UI supports upload, progress, preview, trimming and download. Required components (Python, FFmpeg, demucs) are expected for this purpose.
Instruction Scope
SKILL.md instructs installing Python packages and FFmpeg, running the local FastAPI server, uploading files, and using the web UI — all within scope. Notes: the skill stores uploads/outputs/history locally (uploads/, outputs/, history.json) and allows CORS origins="*" (sensible for local dev but means any page can call the API if the server is reachable). Also the SKILL.md and server expect slightly different static file locations (server.py serves static/*.html while files are provided under rules/), so users must copy/rename files before running.
Install Mechanism
No opaque installer is used. The doc recommends pip installing fastapi, uvicorn, demucs and ffmpeg-python (PyPI packages) and notes that demucs will download ~300–500MB model data into ~/.cache/demucs — this requires network access but is expected. No downloads from unknown personal servers are present in the spec.
Credentials
The skill requests no environment variables or credentials. All required external pieces (FFmpeg, Python packages) are reasonable for the stated audio processing functionality.
Persistence & Privilege
always:false and normal model invocation. The service persists tasks, outputs and history to the working directory (uploads/, outputs/, trims/, history.json) — normal for a local web tool. It does not request system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sound-split
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sound-split 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Sound Split 1.0.0 — 首次发布! - 提供一键分离任意音频/视频为人声、伴奏、鼓、贝斯、钢琴等独立音轨的能力 - 支持 2/4/5 轨分离模式,满足翻唱、Remix、混音和音乐教学等多场景需求 - 内含完整 Web 界面(app.html),支持文件上传、参数配置、分离进度实时反馈与音轨试听下载 - 集成 FastAPI RESTful API,支持前后端/自动化调用、历史记录管理、音轨片段裁剪与清理等操作 - 附带音频编辑器,便于在线裁剪导出指定音轨片段 - 支持主流音视频格式与高质量 MP3 输出,部署简单,功能即开即用
元数据
Slug sound-split
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

智能音频分离工具 是什么?

智能音频分离工具,一键将任意音频或视频分离出人声、伴奏、鼓、贝斯、钢琴等独立音轨。适用于音乐人翻唱伴奏提取、歌曲 Remix 制作、播客人声降噪、视频配乐替换、音乐教学素材准备等场景。当用户需要「分离人声和伴奏」「提取伴奏」「去除人声」「拆分音轨」「vocal split」「stem splitter」等操作时触... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 智能音频分离工具?

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

智能音频分离工具 是免费的吗?

是的,智能音频分离工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

智能音频分离工具 支持哪些平台?

智能音频分离工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 智能音频分离工具?

由 nabian1990amber-cmd(@nabian1990amber-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论