metabase
Installation
SKILL.md
Metabase Skill
End-to-end BI development tool for Metabase. Covers the full developer lifecycle: design dashboards, write and test SQL, create questions and snippets, assemble dashboards with filters and viz settings, and validate the result.
All scripts are in ${CLAUDE_SKILL_DIR}/scripts/ and require only Node.js (no npm dependencies).
First-Time Setup
Check if ~/.metabase-skill/config.json exists:
- If it exists: Read it to confirm connection details (instance names, URLs).
- If it doesn't exist: Tell the user to run the setup wizard:
Run this in your terminal to configure a Metabase connection:
node ${CLAUDE_SKILL_DIR}/scripts/metabase.mjs setup
The setup wizard supports multiple instances (e.g., production, staging) with two auth modes: env var reference (recommended) or direct API key storage.