Qqmusic Decrypt Skill — Development skill for Claude Code
Claude Code 技能:QQ音乐 QMC 加密文件解密(mflac / qmcflac / mgg / tkm),内置 adb 一键导出 player_process_db 密钥库.
How to install Qqmusic Decrypt Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mzj3920/qqmusic-decrypt-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Qqmusic Decrypt Skill does
Claude Code 技能:QQ音乐 QMC 加密文件解密(mflac / qmcflac / mgg / tkm),内置 adb 一键导出 player_process_db 密钥库.
Alternatives in Development
- Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
- Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
- Process Bookmarks — /process-bookmarks 849 ★
README
qqmusic-decrypt — Claude Code 技能
QQ音乐 QMC 加密文件(`.mflac` / `.mflac0` / `.mgg` / `.qmcflac` / `.qmcogg` / `.tkm` 等)解密的完整方法与提醒清单,以 Claude Code 技能形式交付。
⚠️ **仅用于解密你自己合法下载、有权使用的音频文件。** 请勿用于侵权或未经授权的用途。详见技能内附声明。
安装
把本仓库的 `qqmusic-decrypt` 文件夹复制到 `~/.claude/skills/`:
git clone https://github.com/mzj3920/qqmusic-decrypt-skill
cp -r qqmusic-decrypt-skill/qqmusic-decrypt ~/.claude/skills/
之后对 Claude 说「解密/解析某首歌」,技能会自动加载。
内容
qqmusic-decrypt/
├── SKILL.md # 技能说明(解密流程 / adb 拉库 / 已知坑 / 提醒清单)
└── tools/ # 已内置,无需下载
├── abe.jar # Android Backup Extractor(非 root adb backup 解包用)
└── platform-tools/ # adb.exe 及依赖 DLL(Windows)
第三方组件许可证见 [THIRD_PARTY_LICENSES.md](THIRD_PARTY_LICENSES.md)。
配套的解密工具
本技能需要配合解密工具使用:🔧 **[github.com/mzj3920/qqmusic-decrypt](https://github.com/mzj3920/qqmusic-decrypt)** (纯 Python 零依赖,命令行 + 图形界面,Windows / macOS / Linux 可跑)。
**免安装 exe(v2.0.0)**:到 [Releases](https://github.com/mzj3920/qqmusic-decrypt/releases) 下载,双击即用—— 已内置 Frida 借壳兜底与浅色/深色双主题界面。
快速上手
- 拿到加密的
.mflac文件,运行python qmc_decrypt.py <文件>。 - 若报「未内嵌密钥、需密钥库」:手机上(同账号)播放一次该歌 → 强停 QQ 音乐 → 用内置 adb 导出
player_process_db→--ekey-db传入解密。 - 完整步骤见
SKILL.md。
关键词 / Keywords
QQ音乐 解密、QQ Music decrypt、QMC、mflac、mflac0、mgg、qmcflac、qmcogg、tkm、player_process_db、密钥库、EKey、unlock music、Claude Code 技能、Claude skill
Related Skills
Acquire
Download, extract, and decrypt a mobile app from its official store
Adb Scheme
Open Android scheme links via adb. Usage: say "打开 scheme sinaweibo://detail?mblogid=xxx" to open on connected
Adb Android Control
Comprehensive Android device control via ADB — typed Python package + CLI + Claude Code skill. Master Tester D
Xiaomitv Debloat Toolkit
Safe, rootless ADB debloat and optimization toolkit for Xiaomi Android TVs (tested on MiTV-MOOR2 Android 11).
Pacific Rim Gundam
Pacific Rim + Gundam + Ready Player One — Original Prompts (Optimized)
Audio Pass
Functional audio review for implementation, mix coverage, clarity, and player feedback.
Related Agents
Mobile Attacker
Mobile application security specialist for Android and iOS. Handles APK decompilation, static/dynamic analysis
Acquisition Agent
Downloads an app from its official store (ipatool for iOS, emulator plus ADB for Android), extracts it, runs t
Mobile Dynamic Agent
Drive Frida (iOS+Android) and adb (Android) on operator's host. Bypass SSL pinning + root/JB detection, hook c