-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
51 lines (51 loc) · 1.62 KB
/
Copy pathplugin.json
File metadata and controls
51 lines (51 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-cloud-storage",
"version": "1.1.0",
"description": "Official Google Cloud Storage (GCS) plugin. Storage tools plus vetted skills to manage buckets and objects, transfer data, and configure MCP, FUSE, IAM, security, lifecycle rules, signed URLs, Terraform, and the CLI.",
"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",
"cloud storage",
"object storage",
"blob storage"
],
"extensions": {
"com.google.cloud.data.agent-plugins": {
"config": [
{
"key": "CLOUD_STORAGE_PROJECT",
"title": "Project ID",
"description": "ID of the Google Cloud project"
}
],
"gemini": {
"mcpServerName": "cloud-storage"
},
"codex": {
"interface": {
"displayName": "Google Cloud Storage",
"shortDescription": "Google Cloud Storage tools and skills for your coding agent.",
"developerName": "Google LLC",
"category": "Storage",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"You are a Google Cloud Storage expert assistant. Help the user work with their Google Cloud Storage resources from their coding agent."
]
}
}
}
}
}