
Metabase Cli
- 414 installs
- 38 repo stars
- Updated June 5, 2026
- metabase/agent-skills
Run Metabase CLI to export questions, sync collections, migrate instances, or automate dashboard ops from scripts and agents.
About
Documents Metabase CLI workflows for operators and agents: authenticating, exporting questions and dashboards, syncing collections, and running instance maintenance from the terminal. Suited to repeatable analytics ops without clicking through the admin UI.
- Metabase CLI commands
- Collection and card export
- Instance migration flows
- Scriptable dashboard ops
- Agent-friendly BI automation
Metabase Cli by the numbers
- 414 all-time installs (skills.sh)
- +41 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #132 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/metabase/agent-skills --skill metabase-cliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 414 |
|---|---|
| repo stars | ★ 38 |
| Last updated | June 5, 2026 |
| Repository | metabase/agent-skills ↗ |
What it does
Run Metabase CLI to export questions, sync collections, migrate instances, or automate dashboard ops from scripts and agents.
Files
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.
metabase-cli (skill)
Discovery stub for the `@metabase/cli` skill bundle. The agent loads workflow content at runtime via mb skills get, so instructions always match the installed CLI version.
Install
npm i -g @metabase/cli # CLI itself
npx skills add metabase/agent-skills --skill metabase-cli # this stubOr, in Claude Code, install both the stub and the marketplace entry directly from the CLI repo:
/plugin marketplace add metabase/mb-cli
/plugin install metabase-cli@metabaseOne install path is enough — both resolve to the same mb skills get runtime fetch.
Files
SKILL.md— frontmatter (trigger phrases) + a redirect atmb skills get core.