/install guitar-tab-finder
Guitar Tab Finder
Overview
Use this skill to turn a song link/title into a usable practice packet:
- identify the song/arrangement,
- find likely tab/sheet sources,
- rank results with confidence notes,
- write structured output in the user’s preferred format.
Default to flexible output (markdown/json). Use Obsidian formatting only when the user explicitly wants vault notes.
Consent + Filesystem Guardrails
- Default behavior is web lookup + text output only (
markdownorjson). - Perform any local file/vault action only when explicitly requested.
- Before writing files, require a user-provided target path/folder (or clearly confirmed default).
- Do not read/write outside the approved target path.
- If the user does not want local file operations, stay in non-local mode (
markdown/json).
Workflow
-
Parse input
- Accept song title, artist, and/or URL.
- If URL is YouTube, resolve video title/channel first (oEmbed is enough).
- Detect arrangement intent when present (e.g., fingerstyle, drop D, capo).
-
Search tabs/sheet sources
- Use web search with multiple queries:
"\x3Csong>" "\x3Cartist>" guitar tab"\x3Csong>" fingerstyle tab"\x3Cvideo title>" tab
- Prefer useful sources with direct learning value (tabs/sheet/video with tab links).
- Use web search with multiple queries:
-
Rank and filter
- Return top 3–5 links.
- For each result include:
- source name
- URL
- short reason (exact match, arrangement match, likely match, etc.)
- confidence (
high/medium/low)
- Call out likely paywalled links clearly.
-
Build practice note content
- Include fields (unless user wants a different template):
statussongartistarrangementtuningcapodifficultybest tab linksnext practice step
- Keep compact and editable.
- Include fields (unless user wants a different template):
-
Output mode
markdown(default): portable note body.json: machine-friendly object.obsidian: include wikilinks/embeds and vault-friendly file naming.
Obsidian Mode Rules (optional)
Use these only when user asks for Obsidian output.
- Do not duplicate title in body if vault UI already shows filename as title.
- Use one note per song under user-specified folder.
- If a local PDF is provided, place/copy it near the note and link with:
[[file.pdf]]for link![[file.pdf]]for embed preview
- Deduplicate by checking for existing note with same normalized song+artist name before creating a new one.
Quality Bar
- Prefer accuracy over volume.
- Be explicit when uncertain.
- Do not claim tabs are free if not confirmed.
- Keep notes concise and practical (ready for immediate practice).
Example Prompts
- “find guitar tabs for this song: https://www.youtube.com/watch?v=bApQqay1iJA”
- “get me the best fingerstyle tab sources for bee gees how deep is your love”
- “build a practice note for blackbird with top tab links and difficulty”
- “return json only with ranked links + confidence for this song”
- “obsidian mode: create a note in
guitar projects/songs to learnand include tab links” - “i uploaded a pdf tab. in obsidian mode, create note + embed the pdf”
Output Templates
Markdown template
- status: to learn
- song: \x3Ctitle>
- artist: \x3Cartist>
- arrangement: \x3Carrangement>
- tuning: \x3Cif known>
- capo: \x3Cif known>
- difficulty: \x3Cbeginner/intermediate/advanced/unknown>
- best tab links:
- \x3Csource> — \x3Curl> (\x3Cconfidence>; \x3Creason>)
- \x3Csource> — \x3Curl> (\x3Cconfidence>; \x3Creason>)
- next practice step: \x3Csingle concrete step>
JSON template
{
"song": "",
"artist": "",
"arrangement": "",
"tuning": "",
"capo": "",
"difficulty": "unknown",
"links": [
{"source":"","url":"","confidence":"high","reason":""}
],
"next_step": ""
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install guitar-tab-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/guitar-tab-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Guitar Tab Finder 是什么?
Find 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 use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 Guitar Tab Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install guitar-tab-finder」即可一键安装,无需额外配置。
Guitar Tab Finder 是免费的吗?
是的,Guitar Tab Finder 完全免费(开源免费),可自由下载、安装和使用。
Guitar Tab Finder 支持哪些平台?
Guitar Tab Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Guitar Tab Finder?
由 robin(@robinnnnn)开发并维护,当前版本 v1.0.1。