From airlayer
Lists views, dimensions, measures, and entities from .view.yml files using the airlayer CLI. Use to explore semantic layer schema before building queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/airlayer:inspect [--view <view_name>][--view <view_name>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all views, dimensions, measures, and entities defined in `.view.yml` files.
List all views, dimensions, measures, and entities defined in .view.yml files.
which airlayer || cargo install --git https://github.com/oxy-hq/airlayer
# All views
airlayer inspect
# Specific view
airlayer inspect --view <view_name>
$ARGUMENTS
For each view, shows:
Use this to understand what members are available before building queries with /airlayer:query.
npx claudepluginhub oxy-hq/airlayer --plugin airlayerCompiles semantic queries to SQL using the airlayer CLI. Useful for generating SQL from .view.yml schemas, inspecting dimensions/measures/filters, and testing queries against a semantic layer.
Explore Omni Analytics semantic models, topics, views, fields, dimensions, measures, and relationships via the Omni CLI. Helps discover available data before querying or building.
Manages LookML projects via the Looker API: creates git branches, project directories, LookML files, and generates view boilerplate from database schemas.