[!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.10 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/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R looker/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
1. Clone the Repo:
git clone --branch 0.3.10 https://github.com/gemini-cli-extensions/looker.git
2. Install the skills: You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/looker
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Install the plugin:
/plugin install looker@claude-plugins-official
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add looker@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
1. Install the skills:
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.10
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/looker
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
Interact with Looker using natural language:
The following skills are available in this repository:
Use the debug mode of your agent (e.g., gemini --debug) to enable debugging.
Common issues:
JavaScript
100.0%
[!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.10 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/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R looker/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
1. Clone the Repo:
git clone --branch 0.3.10 https://github.com/gemini-cli-extensions/looker.git
2. Install the skills: You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/looker
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Install the plugin:
/plugin install looker@claude-plugins-official
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add looker@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
1. Install the skills:
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.10
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/looker
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
Interact with Looker using natural language:
The following skills are available in this repository:
Use the debug mode of your agent (e.g., gemini --debug) to enable debugging.
Common issues:
JavaScript
100.0%