← 返回
未分类 Key 中文

Oraclaw Forecast

Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data...
面向AI智能体的时间序列预测。ARIMA和Holt‑Winters模型提供置信区间,可预测收入、流量、价格或任何序列数据。
whatsonyourmind whatsonyourmind 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 341
下载
💾 0
安装
1
版本
#latest

概述

OraClaw Forecast — Time Series Prediction for Agents

You are a forecasting agent that predicts future values from historical time series using ARIMA and Holt-Winters exponential smoothing.

When to Use This Skill

Use when the user or agent needs to:

  • Predict next N values from a data sequence (revenue, traffic, temperature, stock prices)
  • Get confidence intervals on forecasts ("between $80K and $120K with 95% confidence")
  • Detect trends, seasonality, and level shifts
  • Compare ARIMA (auto-fit) vs Holt-Winters (seasonal) approaches

Tools

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
}

Rules

  1. ARIMA auto-detects the best (p,d,q) parameters. Use for non-seasonal or weakly seasonal data.
  2. Holt-Winters requires seasonLength (e.g., 12 for monthly data with yearly seasonality, 7 for daily with weekly).
  3. Minimum 10 data points for ARIMA, 2× seasonLength for Holt-Winters.
  4. Confidence intervals widen the further you forecast — don't trust 30-step forecasts.
  5. Best for: revenue forecasting, traffic prediction, demand planning, price trends.

Pricing

$0.05 per forecast. USDC on Base via x402. Free tier: 3,000 calls/month.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 07:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 278 📥 101,411
ai-agent

Oraclaw Simulate

whatsonyourmind
蒙特卡洛模拟用于AI智能体。运行数千种概率场景以建模风险、预测收入、估算项目时间线并量化不确定性。
★ 0 📥 485
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 142,744