Install
openclaw skills install guitar-tab-finderFind guitar tabs/sheet sources for a song from a title or link (especially YouTube), rank the best matches, and produce a clean practice note. Use when a user asks to locate tabs/chords/fingerstyle arrangements and optionally create/update an Obsidian note (or generic markdown/json output) for a learning queue.
openclaw skills install guitar-tab-finderUse this skill to turn a song link/title into a usable practice packet:
Default to flexible output (markdown/json). Use Obsidian formatting only when the user explicitly wants vault notes.
markdown or json).markdown/json).Parse input
Search tabs/sheet sources
"<song>" "<artist>" guitar tab"<song>" fingerstyle tab"<video title>" tabRank and filter
high/medium/low)Build practice note content
statussongartistarrangementtuningcapodifficultybest tab linksnext practice stepOutput mode
markdown (default): portable note body.json: machine-friendly object.obsidian: include wikilinks/embeds and vault-friendly file naming.Use these only when user asks for Obsidian output.
[[file.pdf]] for link![[file.pdf]] for embed previewguitar projects/songs to learn and include tab links”- status: to learn
- song: <title>
- artist: <artist>
- arrangement: <arrangement>
- tuning: <if known>
- capo: <if known>
- difficulty: <beginner/intermediate/advanced/unknown>
- best tab links:
- <source> — <url> (<confidence>; <reason>)
- <source> — <url> (<confidence>; <reason>)
- next practice step: <single concrete step>
{
"song": "",
"artist": "",
"arrangement": "",
"tuning": "",
"capo": "",
"difficulty": "unknown",
"links": [
{"source":"","url":"","confidence":"high","reason":""}
],
"next_step": ""
}