music-manager

通用音乐下载管理器。支持从YouTube/Bilibili搜索下载音乐,自动转MP3,按分类存入本地音乐库

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "music-manager" with this command: npx skills add 2771096196/music-manager

Music Manager

通用音乐下载管理工具,支持从 YouTube/Bilibili 下载音频并自动归类。

功能

  • 从 YouTube/Bilibili 搜索并下载音乐
  • 自动转换为 MP3 格式
  • 按分类存入本地音乐库

首次配置

1. 安装依赖

# 安装 yt-dlp(音视频下载工具)
brew install yt-dlp

# 安装 ffmpeg(音视频转换工具)
brew install ffmpeg

2. 配置音乐目录

编辑 scripts/download_music.py,修改配置:

# 你的音乐目录路径
MUSIC_DIR = "~/Music"  # 或 "/你的/音乐/目录"

3. Cookie 配置(可选)

YouTube 下载需要登录权限:

# 方法1:从浏览器自动提取
BROWSER = "chrome"  # 或 safari, firefox

# 方法2:不使用 cookie(可能受限)
BROWSER = None

使用方法

命令行

python3 scripts/download_music.py "<搜索词或URL>" "<分类文件夹>"

示例:

# 搜索并下载歌曲
python3 scripts/download_music.py "周杰伦 稻香" "中文"

# 从 B 站下载视频音频
python3 scripts/download_music.py "https://www.bilibili.com/video/BVxxx" "游戏"

AI Agent 调用

让 AI 帮你下载:

  1. 告诉 AI 想下载什么歌
  2. AI 会先搜索展示结果让你确认
  3. 选择分类后自动下载

命名格式

下载文件自动命名为:歌名-作者-来源.mp3

例如:稻香-周杰伦-youtube.mp3

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wangdongjie Cfo Skill

基于王东杰26年实战经验,提供A+H双市场IPO操盘、资本杠杆设计、业财融合和AI数字化风控咨询。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for Chinese bank trading desk. Use when user asks "生成晨报", "股市晨报", "今日股市", "港股晨報", or any similar HK stock mark...

Registry SourceRecently Updated
General

Nansen Mpp Payment

Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/S...

Registry SourceRecently Updated
General

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated