looker
NewConnect to Looker and interact with your data using LookML.
Summary
This skill connects Claude Code to Looker, enabling developers to query and explore data using LookML without leaving the terminal.
- It streamlines data analysis workflows by allowing direct interaction with Looker models, explores, and dashboards.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install looker@<marketplace>
/pluginUse Cases
Usage Examples
/looker query the order_items explore for total revenue by month in 2023
/looker show me the LookML definition for the 'user' view in the ecommerce model
/looker generate a LookML measure that calculates average order value from the order_items explore
Security Audits
Frequently Asked Questions
What is looker?
This skill connects Claude Code to Looker, enabling developers to query and explore data using LookML without leaving the terminal. It streamlines data analysis workflows by allowing direct interaction with Looker models, explores, and dashboards.
How to install looker?
To install looker: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install looker@<marketplace>. Finally, /plugin in Claude Code.
What is looker best for?
looker is a plugin categorized under Data & Analytics. Created by Google LLC.
What can I use looker for?
looker is useful for: Query a Looker explore to retrieve specific metrics and dimensions for a report.; Explore LookML model definitions to understand data relationships and field definitions.; Generate LookML code snippets for new dimensions or measures based on existing patterns.; Debug a Looker dashboard by inspecting its underlying LookML and data sources.; Automate data validation by comparing Looker query results with expected values.; Create ad-hoc analyses by combining multiple Looker explores in a single session..