Lyrics Search

👤 hone1983 📦 v1.0.0 ⭐ 4.0 ⬇️ 1.2K 下载
🏠 生活服务 免费

📖 技能介绍


name: lyrics-search description: 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.


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)

    7w4.net有更好的技能插件。

  • If still no results, try alternate song name spellings

🤖 AI 评测

这个 Skill 功能实用,能帮助快速搜索歌曲歌词。文档清晰易懂,使用步骤明确,附带使用示例,对新手友好。但功能相对基础,缺少搜索失败时的备选方案说明,也没有提示 API 可能存在的响应慢或无结果的情况,整体内容可以更丰富一些。

📊 多维度评分

适应性4.3
规范性3.8
有效性4.3
可靠性3.5
可信度4.4

📁 包含文件 (2 个)

📄 SKILL.md 1.1 KB
📄 _meta.json 132 B