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

7w4.net小蔥技能站,你的AI助手技能庫。

  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

🤖 AI 評測

這個 Skill 功能實用,能幫助快速搜尋歌曲歌詞。文件清晰易懂,使用步驟明確,附帶使用示例,對新手友好。但功能相對基礎,缺少搜尋失敗時的備選方案說明,也沒有提示 API 可能存在的響應慢或無結果的情況,整體內容可以更豐富一些。

📊 多維度評分

適應性4.3
規範性3.8
有效性4.3
可靠性3.5
可信度4.4

📁 包含檔案 (2 個)

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