快捷搜索歌曲播放链接

v1.0.0

轻量快捷的音乐搜索工具。一条命令搜歌、拿播放链接,零依赖即开即用。

0· 99·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhangalexhy/quick-music.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "快捷搜索歌曲播放链接" (zhangalexhy/quick-music) from ClawHub.
Skill page: https://clawhub.ai/zhangalexhy/quick-music
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install quick-music

ClawHub CLI

Package manager switcher

npx clawhub@latest install quick-music
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cfdyca9h0p72gqgmpvzj10s8451qh
99downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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 首歌的播放链接不获取

使用流程

  1. 先搜索歌曲,会列出歌曲列表(序号、歌名、歌手)
  2. --play N 获取指定序号歌曲的播放链接

示例

# 搜索周杰伦的歌
node scripts/quick-music.js "周杰伦"

# 获取搜索结果中第 3 首的播放链接
node scripts/quick-music.js "周杰伦" --play 3

# 搜索特定歌曲
node scripts/quick-music.js "晴天"

Comments

Loading comments...