{"skill":{"slug":"lyrics-search","displayName":"Lyrics Search","summary":"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.","description":"---\nname: lyrics-search\ndescription: 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.\n---\n\n# Lyrics Search\n\nSearch lyrics via the LrcApi public API (`api.lrc.cx`).\n\n## API\n\n```\nGET https://api.lrc.cx/lyrics?title={title}&artist={artist}\n```\n\n- Returns LRC format (with timestamps) as `text/plain`\n- `artist` is optional but improves accuracy\n- URL-encode Chinese/special characters\n\n## Usage\n\n1. Fetch lyrics via `web_fetch` on the API URL\n2. The response is LRC format with `[mm:ss.xxx]` timestamps and metadata lines at the top\n3. Strip timestamps and metadata lines (credits, producer info at `[00:00]`–`[00:24]`) for clean display\n4. For printing: format as plain text with song title, artist, and credits header\n\n## Example\n\n```\nweb_fetch(\"https://api.lrc.cx/lyrics?title=世界赠予我的&artist=王菲\")\n```\n\n## Notes\n\n- Public API may be slow; set a reasonable timeout\n- If no results, try with only `title` (omit `artist`)\n- If still no results, try alternate song name spellings\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":996,"installsAllTime":37,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1771426205367,"updatedAt":1778491574637},"latestVersion":{"version":"1.0.0","createdAt":1771426205367,"changelog":"Initial release: search song lyrics via LrcApi public API","license":null},"metadata":null,"owner":{"handle":"hone1983","userId":"s17ea82wszanwa50y80b352t1s885ckx","displayName":"hone1983","image":"https://avatars.githubusercontent.com/u/260059991?v=4"},"moderation":null}