Create, manage, and query Databricks Genie Agents — curated, per-data natural-language agents (formerly Genie Spaces): build, export/import, migrate across workspaces, and ask questions of a *specific* Agent via the Conversation API.
Create, manage, and query Databricks Genie Agents — curated, per-data natural-language agents (formerly Genie Spaces): build, export/import, migrate across workspaces, and ask questions of a *specific* Agent via the Conversation API.
For general data questions or finding data across your workspace, use databricks-data-discovery (Genie One) instead.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars304
LicenseLICENSE
Default branchmain
Open issues31
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version0.1.0
CompatibilityRequires databricks CLI (>= v1.0.0)
More metadata
version
0.1.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,957 B
docsSUMMARY.md383 B
History
First seen on skills.sh
First recorded snapshot · 86 installs
SKILL.md
Databricks Genie Agents
Create, manage, and query Genie Agents (formerly Genie Spaces) - natural language interfaces for SQL-based data exploration.
Overview
Genie Agents allow users to ask natural language questions about structured data in Unity Catalog. The system translates questions into SQL queries, executes them on a SQL warehouse, and presents results conversationally.
A Genie Agent is a curated agent scoped to specific data — its tables, sample questions, and instructions are authored for a particular business area. This is distinct from Genie One / the general "ask Genie" data-discovery path (see the databricks-data-discovery skill), which answers questions across your data without a curated, per-scope agent.
Tables in Unity Catalog — bronze/silver/gold tables with the data
SQL Warehouse — a warehouse to execute queries (auto-detected if not specified)
Related Skills
[databricks-data-discovery](../databricks-data-discovery/SKILL.md) - General natural-language data exploration / "ask Genie" (Genie One) across your data; use it when you are not targeting a specific curated Genie Agent
[databricks-metric-views](../databricks-metric-views/SKILL.md) - Build governed business metrics that Genie consumes. See [SKILL.md](../databricks-metric-views/SKILL.md) for metric-view design rules that affect Genie answer quality, and [query-patterns.md](../databricks-metric-views/references/query-patterns.md) for the MEASURE() query rules Genie must follow.
[databricks-agent-bricks](../databricks-agent-bricks/SKILL.md) - Use Genie Agents as agents inside Supervisor Agents
[databricks-unity-catalog](../databricks-unity-catalog/SKILL.md) - Manage the catalogs, schemas, and tables Genie queries