Agent 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 LLCLicense: Apache-2.048 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Aug 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install bigquery-data-analytics for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bigquery-data-analytics@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gemini-cli-extensions/bigquery-data-analytics

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

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

Included 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.

Plugin 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": "[email protected]"
  },
  "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": "[email protected]"
  },
  "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": "[email protected]"
  },
  "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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bigquery-data-analytics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bigquery-data-analytics)