Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 16 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "bigquery-data-analytics-marketplace",
"owner": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"metadata": {
"description": "Agent skills for BigQuery to connect, query, and generate data insights."
},
"plugins": [
{
"name": "bigquery-data-analytics",
"source": "./"
}
]
}
27 changes: 27 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "bigquery-data-analytics",
"version": "0.1.7",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/bigquery",
"license": "Apache-2.0",
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
"skills": "./skills/",
"userConfig": {
"bigquery_project": {
"title": "Project ID",
"description": "ID of the Google Cloud project",
"type": "string",
"sensitive": false
},
"bigquery_location": {
"title": "Location",
"description": "(Optional) Location of the BigQuery resources",
"type": "string",
"sensitive": false
}
}
}
Loading