From 9883cde4402a86ff63eb8a569b3c3bca1b782f88 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 5 Jun 2026 14:13:55 -0500 Subject: [PATCH] Add looker plugin (#2318) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 499c57c8..95587bd6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1446,6 +1446,20 @@ }, "homepage": "https://github.com/pydantic/skills/tree/main/plugins/logfire" }, + { + "name": "looker", + "description": "Connect to Looker and interact with your data using LookML.", + "author": { + "name": "Google LLC" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/gemini-cli-extensions/looker.git", + "sha": "ca53ea9d8a6950ef75902f95a9c3f951e333482b" + }, + "homepage": "https://github.com/gemini-cli-extensions/looker" + }, { "name": "lua-lsp", "description": "Lua language server for code intelligence",