← 返回 Skills 市场
hone1983

Lyrics Search

作者 hone1983 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
606
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lyrics-search
功能描述
Search song lyrics by title and artist using the LrcApi public API. Use when the user asks to find, display, or print lyrics for a song.
使用说明 (SKILL.md)

Lyrics Search

Search lyrics via the LrcApi public API (api.lrc.cx).

API

GET https://api.lrc.cx/lyrics?title={title}&artist={artist}
  • Returns LRC format (with timestamps) as text/plain
  • artist is optional but improves accuracy
  • URL-encode Chinese/special characters

Usage

  1. Fetch lyrics via web_fetch on the API URL
  2. The response is LRC format with [mm:ss.xxx] timestamps and metadata lines at the top
  3. Strip timestamps and metadata lines (credits, producer info at [00:00][00:24]) for clean display
  4. For printing: format as plain text with song title, artist, and credits header

Example

web_fetch("https://api.lrc.cx/lyrics?title=世界赠予我的&artist=王菲")

Notes

  • Public API may be slow; set a reasonable timeout
  • If no results, try with only title (omit artist)
  • If still no results, try alternate song name spellings
安全使用建议
This skill is internally consistent, but consider these practical points before installing: - Privacy: each lookup sends the song title/artist to a third-party public API (api.lrc.cx). If you need to keep queries private, avoid using it. - Copyright: displaying or printing full song lyrics may have copyright implications—verify you have the right to reproduce or distribute lyrics for your use case. - Reliability and rate limits: public APIs can be slow, rate-limited, or go offline; implement sensible timeouts and retries (as the SKILL.md suggests) and consider caching frequent queries. - Trustworthiness of API: the SKILL.md references api.lrc.cx but provides no homepage or publisher info — if provenance matters, validate the API service before heavy usage. - Autonomous calls: if you deploy this in an agent that operates autonomously, monitor usage to avoid unexpected repeated requests. If you need stronger guarantees, consider using a well-documented/official lyrics provider or hosting a vetted proxy/cache.
功能分析
Type: OpenClaw Skill Name: lyrics-search Version: 1.0.0 The skill bundle is designed to search and display song lyrics using the public LrcApi (api.lrc.cx). The `SKILL.md` instructions clearly define the purpose, the API endpoint, and the steps for fetching and processing the lyrics. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection against the agent. The `web_fetch` call is explicitly for the stated purpose, and the instructions focus on text processing and display, indicating benign intent.
能力评估
Purpose & Capability
The name/description (search song lyrics via LrcApi) aligns with the instructions: only a single GET to https://api.lrc.cx with title/artist parameters and simple text processing. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md only instructs the agent to perform a web_fetch to the LrcApi endpoint, optionally retry with artist omitted, strip timestamps/metadata, and format results for display/printing. It does not instruct reading system files, other env vars, or contacting other endpoints.
Install Mechanism
There is no install spec and no code files (instruction-only), which is the lowest-risk model — nothing is written to disk or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its functionality does not require elevated access or secrets, so the requested scope is proportionate.
Persistence & Privilege
always:false and default autonomous invocation are set. Autonomous invocation is the platform default and is reasonable for this type of skill; the skill does not request permanent presence or modify other skills/config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lyrics-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lyrics-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search song lyrics via LrcApi public API
元数据
Slug lyrics-search
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lyrics Search 是什么?

Search song lyrics by title and artist using the LrcApi public API. Use when the user asks to find, display, or print lyrics for a song. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。

如何安装 Lyrics Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lyrics-search」即可一键安装,无需额外配置。

Lyrics Search 是免费的吗?

是的,Lyrics Search 完全免费(开源免费),可自由下载、安装和使用。

Lyrics Search 支持哪些平台?

Lyrics Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lyrics Search?

由 hone1983(@hone1983)开发并维护,当前版本 v1.0.0。

💬 留言讨论