Catalog
google/bigquery-ai-ml

google

bigquery-ai-ml

Leverages BigQuery's built-in machine learning and GenAI capabilities for advanced data analytics. Use when you need to write SQL queries that perform time-series forecasting, detect outliers, or leverage generative AI capabilities in BigQuery.

global
New~263
v1.0Saved Jun 21, 2026

BigQuery AI & ML

BigQuery integrates with Vertex AI to provide powerful machine learning and generative AI capabilities directly within SQL queries using built-in functions like AI.FORECAST, AI.DETECT_ANOMALIES, and AI.GENERATE.

Reference Directory

  • AI Forecast: Leveraging pre-trained TimesFM model for forecasting without custom training.

  • AI Detect Anomalies: Identify deviations in time series data using pre-trained TimesFM model.

  • AI Generate: General-purpose text and content generation using Gemini models.

  • BigQuery Basics Skill: SKILL.md file for core BigQuery concepts, resource management, CLI, and client libraries.
Files4
4 files · 22.0 KB

Select a file to preview

Overall Score

79/100

Grade

B

Good

Safety

88

Quality

78

Clarity

82

Completeness

68

Summary

This skill provides comprehensive reference documentation for BigQuery's AI/ML capabilities, specifically `AI.FORECAST`, `AI.DETECT_ANOMALIES`, and `AI.GENERATE` functions. It teaches agents how to write SQL queries that leverage pre-trained TimesFM and Gemini models for time-series forecasting, anomaly detection, and generative AI tasks without requiring custom model training.

Detected Capabilities

SQL code documentationReference material readingAPI/function syntax referenceExample query templates

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

time series forecastinganomaly detection sqlbigquery ai functionsgenerate content bigqueryforecast time data

Referenced Domains

External domains referenced in skill content, detected by static analysis.

www.apache.org

Use Cases

  • Forecast future values in time series data using pre-trained models
  • Detect anomalies and deviations in temporal datasets
  • Generate text and structured content using generative AI within BigQuery
  • Analyze multi-series time data with grouping columns
  • Extract insights from historical data for anomaly detection baseline

Quality Notes

  • Comprehensive syntax reference tables with all required and optional parameters clearly documented
  • Practical, runnable SQL examples demonstrating each function with realistic use cases (Citibike dataset)
  • Clear output schema definitions with column types and descriptions
  • Well-organized reference structure with separate files for each function
  • Good progressive complexity in examples (basic to multivariate scenarios)
  • Missing: error handling guidance (e.g., minimum data point requirements mentioned but not contextualized in error scenarios)
  • Missing: performance considerations or cost implications for running these functions
  • Missing: limitations or data quality prerequisites beyond the '3 data points minimum' note
  • Could benefit from troubleshooting section for common errors
  • No guidance on authentication or connection setup for AI.GENERATE
Model: claude-haiku-4-5-20251001Analyzed: Jun 21, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Add google/bigquery-ai-ml to your library

Command Palette

Search for a command to run...

google/bigquery-ai-ml | SkillRepo