
from clawdata25
Manage Metabase instances: create and run questions, manage dashboards and collections, and interact with the Metabase REST API for analytics workflows.
Adds Metabase administration and query capabilities: obtain a session token, list and inspect databases, create and run saved questions (cards), and build dashboards programmatically via the Metabase API. Includes concrete request examples and payloads for creating cards, dashboards, and collections.
Use this skill when a user asks to create or run analytics queries, manage dashboards or collections, or automate Metabase tasks (e.g., create a monthly revenue question, add cards to dashboards). Triggers on requests mentioning Metabase, dashboards, questions, collections, or Metabase configuration.
{ "inference": ["agents with HTTP/REST support", "automation agents that can set METABASE_URL and credentials"] }
Metabase management skill providing API reference for dashboards, questions, and collections. No bundled scripts — purely a reference card. Auth via env vars is clean. API examples are clear and cover the main workflows. Lacks error handling guidance and has no multi-file structure.
Single-file reference skill, no scripts. Clean security posture. Could benefit from scripts/ for common operations like bulk dashboard creation or question migration.
Dagster
Build and manage Dagster data pipelines -- create assets, jobs, schedules, sensors, and resources.
Dlt
Build data ingestion pipelines with dlt (data load tool) -- extract from APIs, databases, and files, then load to any destination.
dbt CLI Assistant
Run and manage dbt projects via the dbt CLI — initialise projects, run/build models, run tests, generate docs, and debug pipelines.
PostgreSQL
Query and manage PostgreSQL databases via psql: run queries, inspect schemas and tables, check active connections, and perform basic administration and exports.
BigQuery
Query and manage Google BigQuery datasets with the bq CLI: run SQL, inspect schemas, list tables, load CSV/JSON, and manage partitioning.
DuckDB — Local Warehouse Explorer
Run SQL and explore a project DuckDB warehouse: list tables, inspect schemas, run queries, and ingest CSV/Parquet/JSON files for ad-hoc analysis.