Qq Music
Provides summary data for public QQ Music playlists, songs, and artists including plays, favorites, and ranking trends without download or bulk scraping.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 96 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description and SKILL.md consistently describe lightweight summaries of public QQ Music playlists, songs, artists and trends; no unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions focus on visiting public pages, extracting visible metrics, and limiting frequency; they explicitly disallow bulk scraping and automated login. Note: the guide mentions dynamic rendering and suggests a human open pages before parsing, but does not provide code or automated scraping steps—so runtime behavior depends on the agent implementation.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The document mentions login state only in a cautionary way and does not require providing account secrets.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated persistence or modify other skills or system settings.
Assessment
This skill is internally consistent and low-risk: it deals with public pages and asks for no credentials or installs. Before enabling, verify you trust the unknown publisher, avoid supplying account credentials or cookies (the SKILL.md states logins should not be automated), and supervise any autonomous agent runs to ensure rate limits and site terms are respected. If you expect the agent to access user-only data, require explicit, secure credential handling and confirm that the skill declares those needs.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
QQ音乐
用途与边界
- 面向公开歌单、歌曲与歌手页的检索与表现数据摘要
- 不提供下载、接口逆向或突破风控能力
- 仅用于公开页面的轻量分析与提醒
关键入口
常见任务
- 指定歌单的曲目摘要(播放量、收藏量)
- 歌手主页作品的时序表现对比(近7/30天)
- 排行榜分布统计(风格、语种、时长)
数据字段
- 歌曲ID、名称、歌手、专辑、时长、播放量、收藏量、链接
- 歌单名称、创建者、曲目数、播放/收藏量、链接
- 歌手主页链接、作品交互指标摘要
自动化要点
- 动态渲染与人机校验,建议人工打开后触发解析
- 请求频率需控制,不进行批量抓取
- 登录态仅用于个人页信息整理,不自动执行交互
示例流程
- 歌单摘要:访问歌单页 → 抽取曲目 → 统计播放/收藏
- 歌手对比:访问主页 → 抽取近期作品 → 输出表现摘要
- 排行榜扫描:访问榜单 → 抽取条目 → 风格/语种统计
合规提示
- 遵守平台规则,不进行下载、接口调用或批量采集
- 结果仅用于内部分析与提醒
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
