timesfm-forecasting

Generate probabilistic forecasts for univariate time series with TimesFM.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ogngnaoh/scientific-agent-skills --skill timesfm-forecasting-ogngnaoh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timesfm-forecasting
Source: https://github.com/ogngnaoh/scientific-agent-skills/tree/main/scientific-agent-skills/skills/timesfm-forecasting
Command: npx skills add https://github.com/ogngnaoh/scientific-agent-skills --skill timesfm-forecasting-ogngnaoh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides accurate univariate time series forecasts without requiring model training.

Core Features & Use Cases

  • Zero-shot Forecasting: Generate predictions directly from pre-trained foundation models for any univariate series.
  • Probabilistic and Point Forecasts: Support for point estimates and calibrated prediction intervals (quantiles).
  • Use Case: Forecast sales demand, energy consumption, or weather patterns efficiently and accurately with minimal setup.

Quick Start

Feed a raw univariate series to the timesfm forecast function and get immediate probabilistic prediction outputs.

Frequently Asked Questions about timesfm-forecasting

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

FAQPage Schema
How do I generate time series forecasts without training a model?

You can generate time series forecasts without training by using zero-shot prediction models. This Skill leverages pre-trained foundation models to directly process raw univariate data and output immediate probabilistic forecasts.

Can I get probabilistic prediction intervals for univariate time series?

Yes, you can obtain probabilistic prediction intervals for univariate time series. The Skill supports both point estimates and calibrated prediction quantiles to provide a range of likely future values.

How do I forecast sales demand or energy consumption with minimal setup?

To forecast sales demand or energy consumption with minimal setup, feed your raw univariate series directly into the forecasting function. The pre-trained model handles inference immediately without requiring data-specific training.

Do I need the timesfm library to run zero-shot forecasting?

Yes, you need the timesfm Python library installed to run zero-shot forecasting. This Skill requires the TimesFM Python API to execute inference directly on your raw data inputs.

What is the best way to perform trend analysis on raw data without model training?

The best way to perform trend analysis on raw data without model training is using zero-shot foundation models. This approach bypasses training cycles and directly generates accurate forecasts from the input series.

Are there limitations to zero-shot time series forecasting for anomaly detection?

Zero-shot time series forecasting for anomaly detection is limited to univariate data inputs. While it provides rapid probabilistic predictions, it relies entirely on pre-trained foundation models without fine-tuning to specific datasets.