metabase-axi

Execute SQL/MBQL queries and manage saved questions via Metabase CLI.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/JarvusInnovations/metabase-axi --skill metabase-axi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabase-axi
Source: https://github.com/JarvusInnovations/metabase-axi/tree/main/skills/metabase-axi
Command: npx skills add https://github.com/JarvusInnovations/metabase-axi --skill metabase-axi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the interaction with Metabase through a command-line interface, providing a more efficient way to run queries, manage cards, and browse Metabase content.

Core Features & Use Cases

  • Query Execution: Run SQL/MBQL queries against Metabase.
  • Card Management: List, inspect, and execute saved questions (cards).
  • Schema Introspection: Introspect database schema (tables/fields/types).
  • Content Search: Find cards, dashboards, collections, and tables.
  • Dashboard and Collection Browsing: Explore dashboards and collections.
  • Result Export: Export query results to a file.
  • Use Case: If you are an analyst or data scientist working with Metabase and need to frequently run queries, manage cards, or browse content, this Skill can save time and improve efficiency.

Quick Start

Use the metabase-axi skill to list all available databases in your Metabase instance.

Frequently Asked Questions about metabase-axi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run SQL queries in Metabase from the terminal?

This Skill provides a CLI to execute SQL and MBQL queries against Metabase directly from the terminal. It enables rapid data exploration and card management without navigating the web interface.

Can I manage and execute saved Metabase questions from the command line?

Yes, you can list, inspect, and execute saved questions, also known as cards, from the command line. The CLI streamlines card management by letting you trigger saved queries directly from your terminal workflow.

What is the best way to browse Metabase database schemas and dashboards without the GUI?

The best way to browse Metabase schemas and dashboards without the GUI is using a CLI that supports schema introspection. You can explore tables, fields, dashboards, and collections directly from the terminal.

Does this CLI support exporting Metabase query results to a file?

Yes, the CLI supports exporting query results to a file. After executing SQL or MBQL queries against your Metabase instance, you can save the output locally for downstream analysis and reporting.

Can I use MBQL to explore data in Metabase outside the web interface?

Yes, you can use MBQL to explore data outside the web interface by executing MBQL queries through the CLI. This provides a token-efficient way to run Metabase queries and introspect schemas directly from your terminal.