← Back to Skills Marketplace
2771096196

music-manager

by Thou · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
385
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install music-manager
Description
通用音乐下载管理器。支持从YouTube/Bilibili搜索下载音乐,自动转MP3,按分类存入本地音乐库
Usage Guidance
This skill appears to do what it claims: it runs a local Python script that calls yt-dlp to download and ffmpeg to convert audio. Before installing or running it, consider: (1) Browser cookies: enabling cookie extraction (BROWSER set to e.g. 'chrome') gives yt-dlp access to your browser session cookies — only enable this if you understand the privacy risk and trust yt-dlp on your machine. (2) Installation source: follow official install instructions for yt-dlp and ffmpeg (official releases or package manager) rather than untrusted downloads. (3) MUSIC_DIR: set the MUSIC_DIR to a directory you control to avoid overwriting important files. (4) Platform: SKILL.md uses brew (macOS); adapt install commands for Linux/Windows as appropriate. (5) Legality: downloading copyrighted content may violate terms or law in your jurisdiction — ensure you have rights to the media you fetch. If you want extra caution, run the script in an isolated environment (VM/container) and avoid enabling cookie extraction unless necessary.
Capability Analysis
Type: OpenClaw Skill Name: music-manager Version: 1.0.0 The skill facilitates music downloading via `yt-dlp` but defaults to extracting sensitive browser cookies (`--cookies-from-browser chrome`) and lacks input sanitization on the `category` parameter in `scripts/download_music.py`. This creates a path traversal vulnerability where a crafted category name (e.g., using `../`) could allow the script to write files to unauthorized locations on the filesystem. While these features are documented, the combination of sensitive data access and weak input validation poses a risk in an automated agent environment.
Capability Assessment
Purpose & Capability
Name/description (download music from YouTube/Bilibili, convert to MP3, save by category) matches the included script and instructions. The script constructs yt-dlp arguments, writes files into a user-configurable MUSIC_DIR, and uses browser cookies optionally for logged-in downloads — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs editing the script to set MUSIC_DIR and optionally enabling cookie extraction from the local browser. That scope is expected for this task, but the cookie-extraction step is sensitive because it causes yt-dlp to read browser cookies (session tokens) from the user's browser profiles. The instructions also assume macOS-style install commands (brew) and do not provide alternatives for other OSes.
Install Mechanism
There is no install spec for the skill itself (instruction-only plus a small Python script). The README suggests using brew to install yt-dlp and ffmpeg — that’s a normal, low-risk recommendation, though platform-specific. The skill does not download or execute remote code itself.
Credentials
The skill does not request environment variables or external credentials. The only sensitive capability is optional browser cookie extraction (triggered by setting BROWSER), which is proportionate for accessing age-restricted/private content but should be considered sensitive because it exposes browser session cookies to yt-dlp.
Persistence & Privilege
The skill is not always-enabled and can only be invoked by the user or the agent per normal rules. It does not request persistent system privileges or modify other skills/configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install music-manager
  3. After installation, invoke the skill by name or use /music-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
music-manager 1.0.0 初始发布。 - 支持从 YouTube 和 Bilibili 搜索并下载音乐 - 自动转换音频为 MP3 格式 - 下载的音乐按分类存储至本地音乐库 - 命令行工具及 AI Agent 调用方式 - 支持自定义音乐目录和 Cookie 配置
Metadata
Slug music-manager
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is music-manager?

通用音乐下载管理器。支持从YouTube/Bilibili搜索下载音乐,自动转MP3,按分类存入本地音乐库. It is an AI Agent Skill for Claude Code / OpenClaw, with 385 downloads so far.

How do I install music-manager?

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

Is music-manager free?

Yes, music-manager is completely free (open-source). You can download, install and use it at no cost.

Which platforms does music-manager support?

music-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created music-manager?

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

💬 Comments