From 37505de4b0f5274eda4bb17300c5ca6ad0946cf7 Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:24:26 -0500 Subject: [PATCH] Add google-cloud-storage plugin (#5192) Driver: dir-plugin-add-official --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 973b26be..a502557e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1636,6 +1636,20 @@ "source": "./external_plugins/gitlab", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab" }, + { + "name": "google-cloud-storage", + "description": "Official Google Cloud Storage (GCS) plugin. Manage buckets and objects, transfer data, and configure MCP, FUSE, IAM, security, lifecycle rules, signed URLs, Terraform, and the CLI.", + "author": { + "name": "Google LLC" + }, + "category": "deployment", + "source": { + "source": "url", + "url": "https://github.com/gemini-cli-extensions/google-cloud-storage.git", + "sha": "7a84ccaa96a64d1d2b346d646d29bb370ce01a29" + }, + "homepage": "https://cloud.google.com/storage" + }, { "name": "gopls-lsp", "description": "Go language server for code intelligence and refactoring",