timesfm-forecasting

Forecast univariate time series with Google's TimesFM zero-shot model.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Zeyuyang-0420/bio-ai-research-skills --skill timesfm-forecasting-zeyuyang-0420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timesfm-forecasting
Source: https://github.com/Zeyuyang-0420/bio-ai-research-skills/tree/main/categories/ml-training-ai/timesfm-forecasting
Command: npx skills add https://github.com/Zeyuyang-0420/bio-ai-research-skills --skill timesfm-forecasting-zeyuyang-0420

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires timesfm, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of time series forecasting by utilizing Google's TimesFM foundation model, providing zero-shot forecasting without the need for custom model training.

Core Features & Use Cases

  • Zero-shot Forecasting: Forecast univariate time series with no training required.
  • Probability-based Forecasts: Offers calibrated quantile prediction intervals for probabilistic forecasts.
  • System Preflight Check: Includes a mandatory preflight script to verify system resources before model loading.
  • Use Case: Imagine you have sales data for the past year. Use this Skill to forecast the sales for the next 6 months with quantile prediction intervals.

Quick Start

Use the timesfm-forecasting skill to forecast the next 6 months of sales for your business using the data in 'sales-data.csv'.

Frequently Asked Questions about timesfm-forecasting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I do zero-shot time series forecasting without training a custom model?

Zero-shot time series forecasting is performed using Google's TimesFM foundation model, which generates predictions on univariate time series data directly without requiring you to train a custom model. It leverages pre-trained models with various parameter sizes and contexts to infer future values.

Can I get probabilistic forecasting with prediction intervals using TimesFM?

Yes, probabilistic forecasting with prediction intervals is supported using TimesFM's calibrated quantile-based predictions. This allows you to generate forecasts that include probability intervals, providing a range of likely future values rather than just single point estimates for your univariate time series data.

Do I need PyTorch to run TimesFM for univariate time series forecasting?

Yes, you need PyTorch installed because TimesFM requires it for model inference. Along with the TimesFM dependency, PyTorch handles the underlying tensor computations and model loading required to execute zero-shot forecasting on your univariate time series data.

What is the best way to forecast future sales from a historical CSV dataset?

The best way to forecast future sales from a CSV dataset is to apply zero-shot forecasting using TimesFM on your historical univariate sales data. This Skill processes the historical data and outputs future forecasts complete with quantile prediction intervals for probabilistic accuracy.

Does TimesFM require a system preflight check before loading the forecasting model?

Yes, a mandatory system preflight check is required to verify your system resources before loading the TimesFM model. This preflight script ensures your environment has sufficient memory and compute capacity to handle the pre-trained model's various parameter sizes and contexts during inference.