music-manager

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

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

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

fosun-skills-setup-guide

复星财富 OpenAPI 技能集(fosun-skills)的安装引导与安全提示说明。当用户首次安装 fosun-skills、或对 ClawHub 安装过程中的安全风险提示有疑问时使用。

Archived SourceRecently Updated
General

media-compress

Compress and convert images and videos using ffmpeg. Use when the user wants to reduce file size, change format, resize, or optimize media files. Handles common formats like JPG, PNG, WebP, MP4, MOV, WebM. Triggers on phrases like "compress image", "compress video", "reduce file size", "convert to webp/mp4", "resize image", "make image smaller", "batch compress", "optimize media".

Archived SourceRecently Updated
General

humanizer

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Archived SourceRecently Updated
General

Drawing

Generate children's drawings and coloring pages with modular prompts, style packs, and print-ready constraints across image models.

Archived SourceRecently Updated