Chord Chart

Free online Chord Chart tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 11 种和弦类型 + Capo 支持
  • SVG 吉他 6 弦指板图(横格=品,纵线=弦)
  • 显示音名 + 音程
  • 显示组成音(根/3/5/7)

활용 사례

  • 吉他/尤克里里/电贝斯/键盘学习
  • 本工具使用 open 和 barre 指法的简化图表库

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/chord_chart/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/chord_chart/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 和弦图 在工具页 JS 中实现