What problem does it solve?
Looker instances accumulate years of metric definitions, segment logic, and business semantics locked inside dashboards, Looks, and explores. This Skill converts that staged Looker runtime JSON into durable ktx wiki knowledge and semantic-layer sources, so agents can query the warehouse using the same definitions your BI teams already trust.
Core Features & Use Cases
- Explore-to-SL mapping: Converts Looker explores into semantic-layer sources using the deterministic
looker__<model>__<explore> key, branching on the staged targetTable contract and validating every write with sl_validate.
- Query proposal handling: Runs
looker_query_to_sl on each Look or dashboard tile query, then adds measures, creates sources, or falls back to wiki-only candidates based on the proposal decision.
- Identifier verification: Confirms every
schema.table.column reference with entity_details and sql_execution probes before promoting it into wiki pages or SL sources, preventing fictional identifiers.
- Use Case: After staging Looker API exports under
explores/, dashboards/, and looks/, run this Skill to turn a high-usage "Open Pipeline ARR" Look into a validated SL measure plus a wiki definition, while skipping low-usage ad-hoc views.
Quick Start
Load the looker_ingest skill and process the staged Looker WorkUnit whose raw files are under explores/, dashboards/, or looks/ to produce wiki knowledge candidates and validated semantic-layer sources.