← 返回 Skills 市场
377
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install music-downloader
功能描述
从10个音乐平台搜索并下载MP3,自动切换音源和处理防盗链,保存至/tmp/music目录。
安全使用建议
What to consider before installing or running:
- The code disables SSL verification (requests.verify=False) and suppresses related warnings; this makes HTTPS requests susceptible to MITM attacks — prefer enabling verification or running in a controlled environment.
- The skill downloads content from many third-party music sites and saves files under /tmp/music; verify you are comfortable with legal/terms-of-service implications of scraping/downloading from those sites.
- SKILL.md examples use an absolute path (/root/.openclaw/...), which may not match your environment; check and run the script from a non-privileged account.
- Because this is an instruction-only skill with bundled code, review the Python file yourself (it is included) before running. If you want to reduce risk: run it in a sandbox/container, change the output directory from /tmp to a safer location, and re-enable SSL verification.
功能分析
Type: OpenClaw Skill
Name: music-downloader
Version: 1.0.0
The music-downloader skill is designed to search and download MP3 files from ten different music platforms by scraping their web interfaces. While the code in music_downloader.py aligns with the stated purpose in SKILL.md, it contains a significant security vulnerability: SSL certificate verification is explicitly disabled (verify=False) for all network requests across multiple external domains. This practice exposes the agent to Man-in-the-Middle (MITM) attacks. Although no evidence of intentional malice or data exfiltration was found, the combination of unverified network connections and the bypass of anti-leeching mechanisms classifies this bundle as suspicious.
能力评估
Purpose & Capability
The skill's name/description (multi-source music downloader) matches the implementation: the Python file contains search and download logic for the ten listed music platforms and saves MP3s to /tmp/music. No unrelated services, credentials, or system-level accesses are requested.
Instruction Scope
SKILL.md instructs running the included Python script (it even shows an absolute path under /root/.openclaw/...); the instructions and code operate only on network requests to the listed music sites and write files to /tmp/music. Note: the SKILL.md and code explicitly disable SSL verification and suppress warnings, and the SKILL.md claims 'SSL绕过(已自动处理)' — this is a risky implementation detail (see user guidance).
Install Mechanism
There is no install spec (instruction-only), and the code file is bundled. No external installers, downloads from unknown URLs, or package installs were specified. The skill will run the included Python code when invoked.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not read any environment secrets. Network access is required and used only to contact the listed music platforms.
Persistence & Privilege
always is false and the skill is user-invocable. The script writes downloaded files to /tmp/music (ephemeral filesystem) and does not request persistent elevated privileges or modify system/other-skill configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install music-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/music-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
支持10个音源自动切换下载MP3: thttt, kugou, kuwo, netease, qq, gequbao, 5nd, 1ting, 9ku, musicenc
元数据
常见问题
多源音乐下载 是什么?
从10个音乐平台搜索并下载MP3,自动切换音源和处理防盗链,保存至/tmp/music目录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 377 次。
如何安装 多源音乐下载?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install music-downloader」即可一键安装,无需额外配置。
多源音乐下载 是免费的吗?
是的,多源音乐下载 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
多源音乐下载 支持哪些平台?
多源音乐下载 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 多源音乐下载?
由 wehaha(@wehaha)开发并维护,当前版本 v1.0.0。
推荐 Skills