qqmusic

qqmusic is a skill for Claude Code, Codex from tencentmusic/qqmusic-skills. It costs 60 tokens per session (2,411 once invoked), scanned A, original, Apache-2.0.

A QQ Music assistant for searching music, finding recommendations and charts, inspecting playlists, and viewing listening reports. QQ Music is a Chinese music service.

In plain words
What is it for?
Use it to search songs, albums, artists, playlists, music videos, and radio stations; request recommendations; view rankings and playlist contents; or analyze listening statistics and style.
Why use it?
It avoids needing to remember separate search, recommendation, chart, playlist, and listening-history commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search songs, albums, artists, playlists, music videos, and radio stations; request recommendations; view rankings and playlist contents; or analyze listening statistics and style.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tencentmusic/qqmusic-skills/qqmusic
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tencentmusic/qqmusic-skills --skill qqmusic
Clone the repo
git clone --depth 1 https://github.com/tencentmusic/qqmusic-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qqmusic

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentmusic/qqmusic-skills/qqmusic/github.svg)](https://agentmods.dev/skills/tencentmusic/qqmusic-skills/qqmusic)
Your own site
<a href="https://agentmods.dev/skills/tencentmusic/qqmusic-skills/qqmusic"><img src="https://agentmods.dev/badge/skills/tencentmusic/qqmusic-skills/qqmusic/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qqmusic

Your own site · 80×15
<a href="https://agentmods.dev/skills/tencentmusic/qqmusic-skills/qqmusic"><img src="https://agentmods.dev/badge/skills/tencentmusic/qqmusic-skills/qqmusic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 26 Jun 2026
  • Snyk fail 26 Jun 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.02411
Opus 5 $0.00030 $0.01205
Sonnet 5 $0.00012 $0.00482
Haiku 4.5 $0.00006 $0.00241

Measured 12d ago against content hash a63779fde978, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qqmusic scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST "${BaseUrl}/discover/search" \
qqmusic/SKILL.md · 188 lines

How it starts

The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QQ音乐助手

通过 Agent Gateway 调用 QQ 音乐开放平台接口,提供搜索、推荐、排行榜、歌单等能力。

支持的能力

能力 说明 用户示例 详细说明
搜索 搜索歌曲、专辑、歌单、MV、电台、歌手 "帮我搜一下周杰伦" "搜晴天这首歌" discover.md
每日推荐 每日 30 首个性化推荐 "今天推荐什么歌" discover.md
猜你喜欢 猜你喜欢电台 "给我推荐一些可能喜欢的歌曲" discover.md
AI 歌单 AI 推荐歌单 "给我推荐一些跑步歌单" discover.md
排行榜 查看各类音乐排行榜 "看看排行榜" charts.md
歌单详情 查看歌单完整歌曲列表 "看看这个歌单里有什么" playlists.md
听歌报告 按日/周/月聚合的听歌统计 "今日听歌报告" "本周听了多少" me.md
AI 解读 基于您的QQ音乐旅程进行解读,只有用户明确是解读操作才调用此接口 "分析我的听歌风格" "我是一个什么样的听众" assistant.md
技能升级 检查 skill 是否有新版本,由用户决定是否升级 "更新 QQ音乐 skill" "升级 QQ音乐技能" "检查 QQ音乐有没有新版本" version.md

调用任何接口前,必须先读取对应能力说明文件(如 discover.md、me.md),确认接口参数和字段含义后方可调用。禁止仅凭字段名猜测。

路由优先级(重要)

结构化接口优先,AI 解读兜底。 先判断用户意图是否命中前 7 项能力(搜索/每日推荐/猜你喜欢/AI 歌单/排行榜/歌单详情/听歌报告),命中则走对应接口;仅当用户明确要求"分析/解读/画像"(如"分析我的听歌风格""我是一个什么样的听众")时才走 AI 解读。

常见误判场景:

  • "推荐一些歌"、"给我推荐xx" → 走每日推荐/猜你喜欢/AI 歌单,不要走 AI 解读
  • "今天听了什么"、"听歌报告" → 走 /me/report不要走 AI 解读
  • "搜一下xx" → 走 /discover/search不要走 AI 解读

接口调用规范

统一入口

POST ${BaseUrl}{path}
  • BaseUrl 默认 https://a.y.qq.com
  • {path} 是具体的接口路径,如 /discover/search/discover/daily-mix 等,详见各能力说明文件

鉴权

  • Header:Authorization: Bearer $QQMUSIC_API_KEY
  • API Key 格式 qmk-xxxxxxxx,与用户账号绑定,需要用户身份的接口会自动识别调用者
  • 获取 API Key:https://y.qq.com/n/ryqq_v2/qqmusic_skills
  • 鉴权依赖环境变量 $QQMUSIC_API_KEY

Read the full file on GitHub · 188 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 188 lines · 60 tokens per session scan A a63779fde978

Subscribe to this mod's changes

qqmusic is a skill published in the GitHub repository tencentmusic/qqmusic-skills (12 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 60 tokens to every session and 2,411 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens