tollama-forecast

Run non-streaming time-series forecasts via a local Tollama daemon.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/tollama/tollama --skill tollama-forecast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tollama-forecast
Source: https://github.com/tollama/tollama/tree/main/skills/tollama-forecast
Command: npx skills add https://github.com/tollama/tollama --skill tollama-forecast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies time-series forecasting by allowing you to run various AI models locally through a unified interface, eliminating the need for complex per-model setups and dependencies.

Core Features & Use Cases

  • Unified Forecasting: Run forecasts using different Time Series Foundation Models (TSFMs) and baselines through a single API.
  • Local Execution: Leverage powerful forecasting models directly on your machine without cloud dependencies.
  • Use Case: You need to predict sales for the next 30 days based on historical data. Use this Skill to quickly get forecasts from models like 'chronos2' or 'timesfm' without installing them individually.

Quick Start

Use the tollama-forecast skill to run a forecast using the 'mock' model with the input data from './examples/simple_forecast.json'.

Frequently Asked Questions about tollama-forecast

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

FAQPage Schema
How do I run time series forecasts locally with AI models?

Run time series forecasts locally by executing bash scripts against a Tollama daemon, which provides a unified API to call foundation models and baselines without individual cloud setups.

What is local time series forecasting with foundation models?

Local time series forecasting with foundation models predicts future data points using AI models running directly on your machine, eliminating cloud dependencies while handling optional metrics and covariates.

Do I need Python to execute time series forecasting scripts?

Yes, you need Python3 to process JSON data for time series forecasting scripts, alongside bash and either the tollama CLI or curl to communicate with the local daemon.

Can I use covariates and metrics in non-streaming time series forecasts?

Yes, non-streaming time series forecasts support optional metrics and covariate handling, allowing you to pass contextual variables to models like chronos2 or timesfm through the unified API.

What is the best way to inspect AI forecasting models before running predictions?

Inspect AI forecasting models and verify daemon health using built-in bash scripts before execution, ensuring your local environment is ready to process historical time series data accurately.