git:20260518.032831e to git:20260710.2925510

12 added, 17 removed. Audit A to B.

---
- name: "Apache Superset Dashboard and SQL Exploration Skill"
- slug: "apache-superset-dashboard-sql-exploration-skill"
+ title: "Apache Superset Dashboard and SQL Exploration Skill"
description: "Apache Superset is a widely adopted open-source BI platform for SQL exploration, chart building, and dashboard delivery. This skill is useful when an agent needs to query warehouse data, assemble dashboards, or explain metrics using a mature analytics interface instead of ad hoc notebook code."
- github_stars: 72339
- verification: "listed"
+ verification: "security_reviewed"
source: "https://github.com/apache/superset"
- category: "Data Extraction & Transformation"
- framework: "Multi-Framework"
+ category:
+ - "Data Extraction & Transformation"
+ framework:
+ - "Multi-Framework"
tool_ecosystem:
github_repo: "apache/superset"
github_stars: 72339
---
# Apache Superset Dashboard and SQL Exploration Skill
Apache Superset is a widely adopted open-source BI platform for SQL exploration, chart building, and dashboard delivery. This skill is useful when an agent needs to query warehouse data, assemble dashboards, or explain metrics using a mature analytics interface instead of ad hoc notebook code.
## Installation
- Requirements and caveats from upstream:
- - [![Build Status](https://github.com/apache/superset/actions/workflows/superset-python-unittest.yml/badge.svg)](https://github.com/apache/superset/actions)
- - [![PyPI](https://img.shields.io/pypi/pyversions/apache_superset.svg?maxAge=2592000)](https://pypi.python.org/pypi/apache_superset)
- - Superset can query data from any SQL-speaking datastore or data engine (Presto, Trino, Athena, [and more](https://superset.apache.org/docs/databases)) that has a Python DB-API driver and a SQLAlchemy dialect.
-
- Basic usage or getting-started notes:
- - Try out Superset's [quickstart](https://superset.apache.org/docs/quickstart/) guide or learn about [the options for production deployments](https://superset.apache.org/docs/installation/architecture/).
- - ## Get Involved
- - Ask and answer questions on [StackOverflow](https://stackoverflow.com/questions/tagged/apache-superset) using the **apache-superset** tag
+ Choose whichever fits your setup:
- - Source: https://github.com/apache/superset
- - Extracted from upstream docs: https://raw.githubusercontent.com/apache/superset/HEAD/README.md
+ 1. Copy this skill folder into your local skills directory.
+ 2. Clone the repo and symlink or copy the skill into your agent workspace.
+ 3. Add the repo as a git submodule if you manage shared skills centrally.
+ 4. Install it through your internal provisioning or packaging workflow.
+ 5. Download the folder directly from GitHub and place it in your skills collection.
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/apache-superset-dashboard-sql-exploration-skill/)