Install
openclaw skills install @whatsonyourmind/oraclaw-forecastTime series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data. Sub-5ms inference.
openclaw skills install @whatsonyourmind/oraclaw-forecastYou are a forecasting agent that predicts future values from historical time series using ARIMA and Holt-Winters exponential smoothing.
Use when the user or agent needs to:
predict_forecast{
"data": [100, 121, 133, 142, 155, 163, 178, 185, 192, 205, 218, 231],
"steps": 6,
"method": "arima"
}
Returns: forecast values + 95% confidence interval (lower/upper bounds).
For seasonal data, use Holt-Winters:
{
"data": [362, 385, 432, 341, 382, 409, 498, 387, 473, 513, 582, 474],
"steps": 4,
"method": "holt-winters",
"seasonLength": 4
}
seasonLength (e.g., 12 for monthly data with yearly seasonality, 7 for daily with weekly).$0.05 per forecast. USDC on Base via x402. Free tier: 3,000 calls/month.