2771096196/music-manager/SKILL.md
通用音乐下载管理器。支持从YouTube/Bilibili搜索下载音乐,自动转MP3,按分类存入本地音乐库
npx skillsauth add openclaw/skills music-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通用音乐下载管理工具,支持从 YouTube/Bilibili 下载音频并自动归类。
# 安装 yt-dlp(音视频下载工具)
brew install yt-dlp
# 安装 ffmpeg(音视频转换工具)
brew install ffmpeg
编辑 scripts/download_music.py,修改配置:
# 你的音乐目录路径
MUSIC_DIR = "~/Music" # 或 "/你的/音乐/目录"
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 帮你下载:
下载文件自动命名为:歌名-作者-来源.mp3
例如:稻香-周杰伦-youtube.mp3
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。