plugins marketplace
← All plugins

bigquery-data-analytics

v0.2.1

Connect, query, and generate data insights for BigQuery datasets and data.

CodexClaude CodeAgent Plugins3 skills

by Google LLCApache-2.048updated 3 days ago

Source

git clone https://github.com/gemini-cli-extensions/bigquery-data-analytics

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

bigquery-data-analytics/
├── .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

bigquery-ai-mlskills/bigquery-ai-ml/SKILL.md

Skill for BigQuery AI and Machine Learning queries using standard SQL and `AI.*` functions (preferred over dedicated tools).

bigquery-analyticsskills/bigquery-analytics/SKILL.md

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.

bigquery-dataskills/bigquery-data/SKILL.md

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

.codex-plugin/plugin.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"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "BigQuery Data Analytics",
    "shortDescription": "Connect, query, and generate data insights for BigQuery.",
    "developerName": "Google LLC",
    "category": "Database",
    "capabilities": [
      "Read",
      "Write"
    ]
  }
}
.claude-plugin/plugin.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",
  "license": "Apache-2.0",
  "repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
  "skills": "./skills/"
}
plugin.json
{
  "$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"
  ]
}