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, find key drivers, or leverage generative AI capabilities in BigQuery.
npx skills add https://github.com/google/skills --skill 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.KEY_DRIVERS, AI.DETECT_ANOMALIES, and AI.GENERATE.
TimesFM model for forecasting without custom training.
deviations in time series data using pre-trained TimesFM model.
content generation using Gemini models.
dimensional segments most responsible for driving changes in a metric.
SKILL.md file for core BigQuery concepts, resource management, CLI,
and client libraries.
Take google/bigquery-ai-ml from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.