timesfm-forecasting

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

2|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill timesfm-forecasting-lord1egypt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timesfm-forecasting
Source: https://github.com/Lord1Egypt/scientific-agent-toolkit/tree/main/scientific-skills/timesfm-forecasting
Command: npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill timesfm-forecasting-lord1egypt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of performing accurate time series forecasting without the need for training custom models or manual hyperparameter tuning.

Core Features & Use Cases

  • Zero-shot univariate forecasting for sales, sensors, energy, and weather data.
  • Probabilistic forecasting with calibrated quantile prediction intervals.
  • Built-in system preflight checks to ensure hardware compatibility and prevent crashes.
  • Use case: Quickly generate 12-month sales forecasts for thousands of products simultaneously using Google's TimesFM foundation model.

Quick Start

Run the system preflight check script and then use the timesfm-forecasting skill to generate a 24-step forecast for the univariate time series data in my csv file.

Frequently Asked Questions about timesfm-forecasting

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

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

Zero-shot time series forecasting uses Google's TimesFM foundation model to generate predictions directly. This approach skips custom model training and hyperparameter tuning, providing immediate forecasts for univariate temporal data like sales or sensor readings.

Can I generate probabilistic forecasting intervals for sales data instead of just point forecasts?

Probabilistic forecasting is supported natively alongside point forecasts. TimesFM generates calibrated quantile prediction intervals, allowing you to quantify uncertainty ranges for diverse temporal data such as sales, energy metrics, or weather readings.

How do I validate my local hardware before running TimesFM predictions?

You validate local hardware compatibility by running the built-in system preflight scripts. These preflight checks ensure your local environment meets resource requirements, preventing crashes before you execute zero-shot univariate forecasting operations.

What is the best way to forecast thousands of product sales simultaneously?

The best way to forecast thousands of products simultaneously is using TimesFM's foundation model. It performs zero-shot univariate forecasting across large datasets, generating 24-step or 12-month predictions without manual hyperparameter tuning.

Does this forecasting skill work with CSV files and Pandas dataframes?

Yes, the forecasting skill works with CSV files and processes data using Pandas. It ingests your univariate time series data from standard formats, leveraging Pandas and NumPy arrays to structure inputs for the TimesFM model.

Why does time series forecasting fail on my local machine without preflight checks?

Forecasting fails locally because TimesFM requires specific hardware resources to run Torch operations. Executing the preflight scripts first validates your system environment, ensuring local hardware compatibility and preventing runtime crashes during prediction.