Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search lyrics via the LrcApi public API (api.lrc.cx).
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
Fetch lyrics via web_fetch on the API URL The response is LRC format with [mm:ss.xxx] timestamps and metadata lines at the top Strip timestamps and metadata lines (credits, producer info at [00:00]β[00:24]) for clean display For printing: format as plain text with song title, artist, and credits header
web_fetch("https://api.lrc.cx/lyrics?title=δΈηθ΅ δΊζη&artist=ηθ²")
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.