← 返回 Skills 市场
快捷搜索歌曲播放链接
作者
zhangalexhy
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quick-music
功能描述
轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。
使用说明 (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 "晴天"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quick-music - 安装完成后,直接呼叫该 Skill 的名称或使用
/quick-music触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
快捷搜索歌曲播放链接 是什么?
轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 快捷搜索歌曲播放链接?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-music」即可一键安装,无需额外配置。
快捷搜索歌曲播放链接 是免费的吗?
是的,快捷搜索歌曲播放链接 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
快捷搜索歌曲播放链接 支持哪些平台?
快捷搜索歌曲播放链接 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 快捷搜索歌曲播放链接?
由 zhangalexhy(@zhangalexhy)开发并维护,当前版本 v1.0.0。
推荐 Skills