metabase-cli
Installation
SKILL.md
metabase-cli
Load the workflow content from the CLI:
mb skills get core # start here — auth, flag conventions, every command group
mb skills list # enumerate specialized skills bundled with this CLI version
mb skills get <name> # load a specialized skill (workspace, transform, git-sync, …)
Don't drive Metabase by curling /api/... directly — the CLI handles auth profiles, retries, schema validation, and credential redaction.