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.
Search lyrics via the LrcApi public API (api.lrc.cx).
GET https://api.lrc.cx/lyrics?title={title}&artist={artist}
text/plainartist is optional but improves accuracy本技能来自小葱技能站7w4.net。
web_fetch on the API URL[mm:ss.xxx] timestamps and metadata lines at the top[00:00]–[00:24]) for clean displayweb_fetch("https://api.lrc.cx/lyrics?title=世界赠予我的&artist=王菲")
title (omit artist)这个 Skill 功能实用,能帮助快速搜索歌曲歌词。文档清晰易懂,使用步骤明确,附带使用示例,对新手友好。但功能相对基础,缺少搜索失败时的备选方案说明,也没有提示 API 可能存在的响应慢或无结果的情况,整体内容可以更丰富一些。