Manage LookML projects via the Looker API: create git branches, directories, and LookML files, and generate view boilerplate from database schemas. Automate dashboard creation with elements, filters, and configured queries for BI workflows.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
looker_base_urlURL of the Looker instance
${user_config.looker_base_url}looker_client_idClient ID of the Looker API
${user_config.looker_client_id}looker_verify_ssl(Optional) Boolean to verify SSL certificates
${user_config.looker_verify_ssl}looker_client_secretClient Secret of the Looker API
${user_config.looker_client_secret}looker_show_hidden_fields(Optional) Boolean to show hidden fields
${user_config.looker_show_hidden_fields}looker_show_hidden_models(Optional) Boolean to show hidden models
${user_config.looker_show_hidden_models}looker_show_hidden_explores(Optional) Boolean to show hidden explores
${user_config.looker_show_hidden_explores}[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This repository provides a set of agent skills to interact with Looker. These skills can be used with various AI agents, including Antigravity, Claude Code and Codex, to explore data, manage dashboards, and develop LookML using natural language prompts.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Before you begin, ensure you have the following:
Please keep these env vars handy during the installation process:
LOOKER_BASE_URL: The base URL of your Looker instance.LOOKER_CLIENT_ID: The Looker API client ID.LOOKER_CLIENT_SECRET: The Looker API client secret.LOOKER_VERIFY_SSL: (Optional) Whether to verify SSL certificates. Defaults to true.LOOKER_SHOW_HIDDEN_MODELS: (Optional) Whether to show models that are hidden in the UI. Defaults to true.LOOKER_SHOW_HIDDEN_EXPLORES: (Optional) Whether to show explores that are hidden in the UI. Defaults to true.LOOKER_SHOW_HIDDEN_FIELDS: (Optional) Whether to show fields that are hidden in the UI. Defaults to true.To start interacting with Looker, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
You can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
1. Clone the Repo:
git clone --branch 0.3.5 https://github.com/gemini-cli-extensions/looker.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.
🐉 Specialised SRE skills for outage investigations, monitoring graphs, and post-mortems on Google Cloud Platform.
Connect, query, and generate data insights for BigQuery datasets and data.
The CI/CD extension provides Gemini powered AI assisted CI/CD. It supports deployment to Cloud Run and Cloud Storage as well as creation of a robust CI/CD pipeline.
Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.
npx claudepluginhub gemini-cli-extensions/looker --plugin lookerWrite SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
MCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Skills and tools powered by the Honeydew MCP that help coding agents query data and build semantic models
Explore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 9 skills, 3 specialized agents, and 3 context rules for model exploration, querying, model building, content browsing, content building, embedding, AI optimization, AI eval, and administration.
Quick insights from dlt pipeline data. Connect to a pipeline, profile tables, plan charts, and assemble marimo dashboards.
Semantic SQL compiler — compile .view.yml schema definitions into dialect-specific SQL. Unix-philosophy CLI designed as a tool-use interface for LLMs.