bigquery-data-analytics
v0.2.1Connect, query, and generate data insights for BigQuery datasets and data.
by Google LLCApache-2.048updated 3 days ago
Source
git clone https://github.com/gemini-cli-extensions/bigquery-data-analyticsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/bigquery-ai-ml/SKILL.md├── skills/bigquery-analytics/SKILL.md└── skills/bigquery-data/SKILL.md
Skills3
Skill for BigQuery AI and Machine Learning queries using standard SQL and `AI.*` functions (preferred over dedicated tools).
Use these skills when you need to handle advanced data intelligence and predictive tasks. Use when a user asks "why" data changed or needs future projections. Provides automated insight generation and time-series forecasting.
Use these skills when you need to handle large-scale data exploration and dataset management. Use when users need to find data assets or run SQL at scale. Provides metadata discovery and query execution across the data warehouse.
Manifests3
{
"name": "bigquery-data-analytics",
"version": "0.2.1",
"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",
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
"license": "Apache-2.0",
"keywords": [
"bigquery",
"data-analytics",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "BigQuery Data Analytics",
"shortDescription": "Connect, query, and generate data insights for BigQuery.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
]
}
}{
"name": "bigquery-data-analytics",
"version": "0.2.1",
"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/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bigquery-data-analytics",
"version": "0.2.1",
"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",
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
"license": "Apache-2.0",
"keywords": [
"bigquery",
"data-analytics",
"database"
]
}