Chronos Forecasting repo skill

SkillDev tools

"Use Chronos Forecasting for pretrained time-series forecasting,

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Chronos Forecasting repo skill skill

What this skill tells your AI

The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/chronos-forecasting/SKILL.md and read by ahel’s review.

Use this repo skill when a task involves the chronos-forecasting package, Chronos-2, Chronos-Bolt, original Chronos/T5 time-series forecasting models, probabilistic forecast quantiles, pandas long-format time-series data, covariates, predict_df, predict_fev, fine-tuning, benchmark evaluation, or deployment planning.

Install and import check

Base install:

pip install chronos-forecasting

Minimal import check:

import chronos
from chronos import BaseChronosPipeline, Chronos2Pipeline, ChronosBoltPipeline, ChronosPipeline
print(chronos.__version__)

Read references/installation-and-environment.md before choosing optional extras, GPU wheels, cloud dependencies, or benchmark/training dependencies. Run scripts/chronos_api_smoke.py for a safe import/signature/backend smoke that does not download models by default.

Choose the route

User taskRead
Chronos-2 zero-shot forecasting, multivariate/covariate prediction, Chronos2Pipeline, predict, predict_quantiles, predict_df, embeddings, long horizons, or model loadingsub-skills/chronos-2-forecasting/
DataFrame schema repair, timestamp frequency, future covariate alignment, list-of-dicts validation, preprocessing helpers, or target leakage checkssub-skills/data-formats-and-validation/
Chronos-Bolt or original Chronos/T5 models, direct quantile vs sample forecasts, univariate tensor/list inputs, or family selection among older model IDssub-skills/chronos-bolt-and-original/
Chronos-2 fine-tuning/LoRA, original training configs, KernelSynth, fev evaluation, aggregate relative scores, SageMaker/cloud deployment, or side-effecting benchmark/training planssub-skills/training-evaluation-deployment/

Shared references:

Operating guardrails

  • Prefer BaseChronosPipeline.from_pretrained(...) when the model anchor may be any Chronos family, then inspect type(pipeline).__name__ before calling family-specific APIs.
  • Do not trigger Hugging Face downloads, S3 downloads, dataset downloads, SageMaker endpoint creation, model training, or hub pushes unless the user explicitly asks and supplies the needed model/data/credential/budget context.
  • Keep prediction_length, quantile_levels, batch_size, context_length, device_map, and dtype explicit in reproducible snippets.
  • Validate pandas schemas before disabling validate_inputs or accepting a future_df with known-future covariates.
  • Do not claim GPU, cloud, or benchmark verification from a CPU import smoke. Record those as optional/unverified unless actually executed.
  • When using this skill for a different checkout, read references/repo-provenance.md; refresh if the commit, package version, public APIs, or evidence paths changed.

Signals

GitHub stars
266
Forks
21
Last commit
Sep 2026

ahel review

  • K1binfo
    installs-packages
  • K6low
    bundled executables the agent is told to run
  • K1binfo
    installs-packages (in references/installation-and-environment.md)

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
chronos-forecasting
Source
github.com/vectorspacelab/arex-skill