← Back to Skills Marketplace
快捷搜索歌曲播放链接
by
zhangalexhy
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quick-music
Description
轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。
README (SKILL.md)
Quick Music — 轻量找歌
快速使用
node scripts/quick-music.js "周杰伦"
node scripts/quick-music.js "晴天" --page 2 --limit 5
node scripts/quick-music.js "周杰伦" --play 1
参数说明
| 参数 | 说明 | 默认值 |
|---|---|---|
| 第一个参数 | 搜索关键词(歌名/歌手) | 必填 |
--page |
搜索页码 | 1 |
--limit |
每页数量 | 10 |
--play |
获取第 N 首歌的播放链接 | 不获取 |
使用流程
- 先搜索歌曲,会列出歌曲列表(序号、歌名、歌手)
- 用
--play N获取指定序号歌曲的播放链接
示例
# 搜索周杰伦的歌
node scripts/quick-music.js "周杰伦"
# 获取搜索结果中第 3 首的播放链接
node scripts/quick-music.js "周杰伦" --play 3
# 搜索特定歌曲
node scripts/quick-music.js "晴天"
Usage Guidance
This skill appears to do what it says: run the included Node script to search songs and fetch play links. Before installing or running it, review the script (already included) and note it will send your search terms to two third‑party endpoints (kw-api.cenguigui.cn and api.xcvts.cn). If you care about query privacy or provenance of results, either: (1) run the script in a sandboxed environment, (2) avoid searching sensitive terms, or (3) replace the endpoints with official/known APIs. Also consider verifying the domains' trustworthiness or contacting the author/source for more information.
Capability Analysis
Type: OpenClaw Skill
Name: quick-music
Version: 1.0.0
The skill is a straightforward music search and retrieval tool. The script `scripts/quick-music.js` uses standard Node.js APIs to query third-party music search endpoints (kw-api.cenguigui.cn and api.xcvts.cn) and displays the results to the user. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (search music and get play links) align with the included script: it performs searches and fetches playback URLs from remote music APIs. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running node scripts/quick-music.js which is exactly what the skill contains. The runtime JS issues network requests to two external hosts (kw-api.cenguigui.cn and api.xcvts.cn); SKILL.md does not disclose these endpoints or warn that user queries will be sent to third parties.
Install Mechanism
No install spec; this is instruction + a single script file. It relies on node being available (consistent with examples). Nothing is downloaded or written during install.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, it transmits user search keywords to external, unverified APIs—this can leak contextual or sensitive queries even without explicit credentials.
Persistence & Privilege
The skill does not request persistent/always-on presence or elevated privileges (always: false). It does not modify other skills or system configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quick-music - After installation, invoke the skill by name or use
/quick-music - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Quick-music v1.0.0 initial release:
- Introduces a lightweight, zero-dependency music search tool.
- Search for songs or artists directly from the command line.
- Supports pagination (`--page`, `--limit`) for search results.
- Fetch the playback link for any song result with `--play N`.
- Simple, fast usage with clear command examples included.
Metadata
Frequently Asked Questions
What is 快捷搜索歌曲播放链接?
轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install 快捷搜索歌曲播放链接?
Run "/install quick-music" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 快捷搜索歌曲播放链接 free?
Yes, 快捷搜索歌曲播放链接 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 快捷搜索歌曲播放链接 support?
快捷搜索歌曲播放链接 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 快捷搜索歌曲播放链接?
It is built and maintained by zhangalexhy (@zhangalexhy); the current version is v1.0.0.
More Skills