← Back to Skills Marketplace
wehaha

多源音乐下载

by wehaha · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
377
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install music-downloader
Description
从10个音乐平台搜索并下载MP3,自动切换音源和处理防盗链,保存至/tmp/music目录。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install music-downloader
  3. After installation, invoke the skill by name or use /music-downloader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
支持10个音源自动切换下载MP3: thttt, kugou, kuwo, netease, qq, gequbao, 5nd, 1ting, 9ku, musicenc
Metadata
Slug music-downloader
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 多源音乐下载?

从10个音乐平台搜索并下载MP3,自动切换音源和处理防盗链,保存至/tmp/music目录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 377 downloads so far.

How do I install 多源音乐下载?

Run "/install music-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 多源音乐下载 free?

Yes, 多源音乐下载 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 多源音乐下载 support?

多源音乐下载 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 多源音乐下载?

It is built and maintained by wehaha (@wehaha); the current version is v1.0.0.

💬 Comments