Jump to related tools in the same category or review the original source on GitHub.

Media & Streaming @flobo3 Updated 6/28/2026 470 downloads 0 stars Security: Pass

Chords Fetcher OpenClaw Plugin & Skill | ClawHub

Looking to integrate Chords Fetcher into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate media & streaming tasks instantly, without having to write custom tools from scratch.

What this skill does

Fetch clean guitar chords and lyrics from popular sites (mychords.net, amdm.ru, ultimate-guitar.com). Strips tabs, fixes formatting.

Install

ClawHub CLI
openclaw skills install @flobo3/chords-fetcher
Node.js (npx)
npx clawhub@latest install chords-fetcher

Full SKILL.md

Open original
Metadata table.
namedescription
chords-fetcherFetch clean guitar chords and lyrics from popular sites (mychords.net, amdm.ru, ultimate-guitar.com). Strips tabs, fixes formatting.

SKILL.md content below is scrollable.

Chords Fetcher

Fetch clean guitar chords and lyrics without ads, pop-ups, or messy guitar tabs.

Usage

When the user asks for chords to a song (e.g., "аккорды Кино Звезда по имени Солнце", "chords behind blue eyes"), use the exec tool to run the fetcher script.

uv run python chords.py <song_name_and_artist>

Features

  • Searches across multiple sources: mychords.net, ultimate-guitar.com, amdm.ru via DuckDuckGo.
  • Strips out guitar tabs (e|---, B|---, etc.) to keep the output clean.
  • Fixes spacing where chords are glued to lyrics (e.g., AmWhite snowAm White snow).
  • Falls back to the next source if one is unavailable.

Dependencies

  • beautifulsoup4
  • ddgs (DuckDuckGo Search)

Notes

  • Run the script from the skill's directory.
  • If the script returns an error or cannot find the song, inform the user.
ClawHub Registry URL: https://clawhub.ai/flobo3/skills/chords-fetcher

Related skills

If this matches your use case, these are close alternatives in the same category.