BeClaude

looker

New
47Official PluginData & Analyticsby Google LLC

Connect to Looker and interact with your data using LookML.

JavaScript5 forks1 issuesUpdated 6/11/2026First seen 6/6/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install looker@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/looker query the order_items explore for total revenue by month in 2023

2

/looker show me the LookML definition for the 'user' view in the ecommerce model

3

/looker generate a LookML measure that calculates average order value from the order_items explore

View source on GitHub
antigravityclaude-codecodexgeminigemini-cligemini-cli-extensiongoogle-cloudskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..