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...
name: guitar-tab-finder
description: 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 user asks to locate tabs/chords/fingerstyle arrangements and optionally create/update an Obsidian note (or generic markdown/json output) for a learning queue.
Guitar Tab Finder
Overview
Use this skill to turn a song link/title into a usable practice packet:
1) identify the song/arrangement,
2) find likely tab/sheet sources,
3) rank results with confidence notes,
4) 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 (markdown or json).
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
1. 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).
2. Search tabs/sheet sources
- Use web search with multiple queries:
- "" "" guitar tab
- "" fingerstyle tab
- "
- Prefer useful sources with direct learning value (tabs/sheet/video with tab links).
3. 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.
4. Build practice note content
- Include fields (unless user wants a different template):
- status
- song
- artist
- arrangement
- tuning
- capo
- difficulty
- best tab links
- next practice step
- Keep compact and editable.