What problem does it solve? Answering business questions from company data usually requires juggling credentials, connection setup, and schema discovery before a single query runs. This Skill lets an agent query a Tower-managed Apache Iceberg lakehouse directly with short-lived read-only credentials vended automatically, so questions about revenue, customers, orders, and KPIs get answered with auditable SQL and no credential handling. ## Core Features & Use Cases - One-command SQL querying: tower catalogs query vends short-lived read-only credentials and runs SQL through a sandboxed DuckDB in a single command, with JSON output for programmatic use. - Schema discovery without credentials: tower catalogs show --full returns every namespace, table, and column type in one call, so the agent never guesses table names. - Persistent data knowledge: tower catalogs knowledge records team definitions (metrics, grain, join keys, column meanings) on the catalog itself, so semantics carry across sessions and agents. - Use Case: A user asks "what was our weekly active user count last month?" The agent reads saved knowledge for the team's definition of "active", discovers the gold-layer tables, runs a single aggregation query with proper timestamp handling, and answers in plain language with auditable numbers. ## Quick Start Ask the agent to answer a business question from your Tower lakehouse, such as "how many orders did we have per day last week?", and it will discover the schema, run the SQL, and report the results.