timesfm-forecasting

Forecast univariate time series with TimesFM using zero-shot inference.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aleph23/Natasha --skill timesfm-forecasting-aleph23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timesfm-forecasting
Source: https://github.com/aleph23/Natasha/tree/main/skills/timesfm-forecasting
Command: npx skills add https://github.com/aleph23/Natasha --skill timesfm-forecasting-aleph23

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

TimesFM enables zero-shot forecasting of a single time series without training, delivering fast probabilistic forecasts and safe resource checks.

Core Features & Use Cases

  • Zero-shot univariate forecasting for sales, sensors, energy, weather, vitals
  • Probabilistic forecasts with calibrated prediction intervals
  • Preflight RAM/GPU system checker before loading the model to prevent crashes

Quick Start

Run the preflight check, load TimesFM, compile a ForecastConfig, and forecast a univariate time series.

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 model?

Zero-shot time-series forecasting uses pre-trained models like TimesFM to generate future predictions instantly without requiring historical training data. This Skill applies TimesFM to produce probabilistic forecasts with calibrated prediction intervals directly from your existing inputs.

Can I forecast time-series data from a pandas DataFrame or numpy array?

Yes, you can forecast time-series data from a pandas DataFrame or numpy array. This Skill accepts CSV files, DataFrames, and numpy arrays as inputs, returning univariate point forecasts along with calibrated prediction intervals for your datasets.

Does TimesFM support covariates for time-series forecasting?

Yes, TimesFM supports covariate workflows for time-series forecasting through a dedicated forecast_with_covariates process. This allows you to incorporate external influencing variables alongside your primary univariate series to refine prediction accuracy.

How do I prevent RAM or GPU crashes when loading a large forecasting model?

To prevent RAM or GPU crashes when loading a large forecasting model, this Skill runs a mandatory preflight system check. It evaluates available memory and GPU resources before initializing TimesFM to ensure safe execution.

What is the best way to forecast sales or sensor data without historical training?

The best way to forecast sales or sensor data without historical training is using zero-shot inference. TimesFM analyzes univariate time series from CSV or DataFrame inputs to deliver fast probabilistic predictions suitable for these use cases.