/install guitar-chord
Guitar Chord Tool
1. Forward Lookup (Chord Name → Notes)
python3 chord_identifier.py \x3Cchord_name>
Example:
python3 chord_identifier.py Cmaj7
→ **Cmaj7**
Notes: C, E, G, B
2. With Chord Diagram
python3 chord_identifier.py \x3Cchord_name> --diagram
3. Reverse Lookup (Notes → Chord Name)
python3 chord_identifier.py --identify \x3Cnote1> [note2] ...
Example:
python3 chord_identifier.py --identify C E G B
→ Result:
• Cmaj7
4. Chord Inversions
python3 chord_identifier.py --inversion \x3Cchord_name>
Example:
python3 chord_identifier.py --inversion C7
→ **C7** inversions:
Root: C, E, G, A#
1st: E, G, A#, C
2nd: G, A#, C, E
3rd: A#, C, E, G
5. Drop2 Voicings
python3 chord_identifier.py --drop2 \x3Cchord_name>
Drop2 是一种常见的吉他扩展和弦 voicing:把七和弦的第二高音(纯五度)降一个八度,产生更"开阔"的音色。
Example:
python3 chord_identifier.py --drop2 Cmaj7
→ **Cmaj7 大七** Drop2 Voicings:
原位: C, E, G, B
Drop2: C, G, B, E
常见 Guitar Voicings:
Root pos.: X-3-2-1-1-0 → C,G,B,E
1st inv.: X-X-0-2-1-0 → E,C,G,B
...
6. Scale Lookup
python3 chord_identifier.py --scale "\x3Cscale>"
python3 chord_identifier.py --scale "\x3Cscale>" --diagram
Supported scales:
major,minor,harmonic_minor,melodic_minorpentatonic_major,pentatonic_minor,bluesdorian,phrygian,lydian,mixolydian,locrian
Example:
python3 chord_identifier.py --scale "C major"
→ **C Major**
Scale: C, D, E, F, G, A, B
7. Capo Calculator
Formula: Actual Pitch = Open Chord Pitch + Capo Fret
Quick Reference:
| Chord | 1st | 2nd | 3rd | 4th |
|---|---|---|---|---|
| C | C#/Db | D | D#/Eb | E |
| G | G#/Ab | A | A#/Bb | C |
| Am | A#/Bb | B | C | C#/Db |
Supported Chord Types
- Triads: major, minor, diminished, augmented, sus2, sus4
- Sevenths: maj7, 7, m7, m7b5, dim7, aug7, maj7#5, 7#5, 7b5, mMaj7
- Ninths: maj9, 9, m9
Note Formats
Supports:
- Natural: C, D, E, F, G, A, B
- Sharps: C#, D#, F#, G#, A#
- Flats: Db, Eb, Gb, Ab, Bb
- Symbols: ♯ (sharp), ♭ (flat)
- Case insensitive
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install guitar-chord - After installation, invoke the skill by name or use
/guitar-chord - Provide required inputs per the skill's parameter spec and get structured output
What is Guitar Chord?
Guitar chord toolkit with chord identification, chord diagrams, capo calculation, and more. Features: - Identify chord from notes (reverse lookup) - Look up... It is an AI Agent Skill for Claude Code / OpenClaw, with 377 downloads so far.
How do I install Guitar Chord?
Run "/install guitar-chord" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Guitar Chord free?
Yes, Guitar Chord is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Guitar Chord support?
Guitar Chord is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Guitar Chord?
It is built and maintained by DeAnti- (@deantiwang); the current version is v1.0.2.