Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and infrastructure code generation.

## Installation

### Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
```bash
npx skills add gemini-cli-extensions/google-cloud-storage
```
Expand All @@ -46,6 +47,16 @@ From the `npx` install command, you can select the specific skills from this
repo to install. The skills work with any compatible coding agent, including
Gemini CLI, Claude Code, Codex, and Antigravity CLI.

### Installing via a compatible Agent Plugins client
This repository is also a valid [Agent Plugins](https://github.com/agentplugins/agent-plugins-spec) (v1)
plugin. Any [Agent Plugins–compatible client](https://agent-plugins.org/compatible-clients) (VS Code,
Cursor, GitHub Copilot, Codex, Kiro, …) can install it directly using its own built-in plugin command,
by pointing at this repository:

```
https://github.com/gemini-cli-extensions/google-cloud-storage
```

## Available Skills

- [**Google Cloud Storage Basics**](#google-cloud-storage-basics-skill) —
Expand Down
19 changes: 19 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-cloud-storage",
"version": "1.0.0",
"description": "Vetted Google Cloud Storage skills for your coding agent.",
Comment thread
helloeve marked this conversation as resolved.
Outdated
"author": {
"name": "Google LLC",
"email": "gcs-agentic-ai-customer-support@google.com"
},
"homepage": "https://cloud.google.com/storage",
"repository": "https://github.com/gemini-cli-extensions/google-cloud-storage",
"license": "Apache-2.0",
"keywords": [
"gcs",
"google-cloud-storage",
"storage",
"google-cloud"
]
}