Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

afrexai-demand-forecastingAfrexai 需求预测

Agent Skill

afrexai-demand-forecasting 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,370

周安装

875

GitHub Stars

公开资料未说明

下载量

7,140
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:afrexai-demand-forecasting(Afrexai 需求预测)
来源仓库:https://github.com/1kalin/afrexai-demand-forecasting
安装命令:
openclaw skills install afrexai-demand-forecasting
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install afrexai-demand-forecasting

简介

使用时间序列、因果模型和专家判断,通过场景分析进行规划、库存和容量决策,构建需求预测。

SKILL.md

Demand Forecasting Framework

Build accurate demand forecasts using multiple methodologies. Combines statistical models with market intelligence for actionable predictions.

When to Use

  • Quarterly/annual demand planning
  • New product launch forecasting
  • Inventory optimization
  • Capacity planning decisions
  • Budget cycle preparation

Forecasting Methodologies

1. Time Series Analysis

Best for: Established products with 24+ months of history.

Decompose into: Trend + Seasonality + Cyclical + Residual

Moving Average (3-month):
  Forecast = (Month_n + Month_n-1 + Month_n-2) / 3

Weighted Moving Average:
  Forecast = (0.5 × Month_n) + (0.3 × Month_n-1) + (0.2 × Month_n-2)

Exponential Smoothing (α = 0.3):
  Forecast_t+1 = α × Actual_t + (1-α) × Forecast_t

2. Causal / Regression Models

Best for: Products where external factors drive demand.

Key drivers to model:

  • Price elasticity: % demand change per 1% price change
  • Marketing spend: Lag effect (typically 2-6 weeks)
  • Seasonality index: Monthly coefficient vs annual average
  • Economic indicators: GDP growth, consumer confidence, industry PMI
  • Competitor actions: New entrants, price changes, promotions
Demand = β₀ + β₁(Price) + β₂(Marketing) + β₃(Season) + β₄(Economic) + ε

3. Judgmental / Qualitative

Best for: New products, market disruptions, limited data.

Methods:

  • Delphi method: 3+ expert rounds, anonymous, converging estimates
  • Sales force composite: Bottom-up from territory reps (apply 15-20% optimism correction)
  • Market research: Survey-based purchase intent (apply 30-40% intent-to-purchase conversion)
  • Analogous forecasting: Map to similar product launch curves

4. Blended Forecast (Recommended)

Combine methods using confidence-weighted average:

MethodWeight (Mature Product)Weight (New Product)
Time Series50%10%
Causal30%20%
Judgmental20%70%

Forecast Accuracy Metrics

MetricFormulaTarget
MAPEAvg(Actual - Forecast/ Actual) × 100<15%
BiasΣ(Forecast - Actual) / nNear 0
Tracking SignalCumulative Error / MAD-4 to +4
Weighted MAPERevenue-weighted MAPE<10% for top SKUs

Demand Planning Process

Monthly Cycle

  1. Week 1: Statistical forecast generation (auto-run models)
  2. Week 2: Market intelligence overlay (sales input, competitor intel)
  3. Week 3: Consensus meeting — align Sales, Marketing, Ops, Finance
  4. Week 4: Finalize, communicate to supply chain, track vs prior forecast

Demand Segmentation (ABC-XYZ)

SegmentVolumeVariabilityApproach
AXHighLowAuto-replenish, tight safety stock
AYHighMediumStatistical + review quarterly
AZHighHighCollaborative planning, buffer stock
BXMediumLowStatistical, periodic review
BYMediumMediumHybrid model
BZMediumHighJudgmental + safety stock
CXLowLowMin/max rules
CYLowMediumPeriodic review
CZLowHighMake-to-order where possible

Safety Stock Calculation

Safety Stock = Z × σ_demand × √(Lead Time)

Where:
  Z = Service level factor (95% = 1.65, 98% = 2.05, 99% = 2.33)
  σ_demand = Standard deviation of demand
  Lead Time = In same units as demand period

Scenario Planning

For each forecast, generate three scenarios:

ScenarioProbabilityAssumptions
Bear20%-15% to -25% vs base. Recession, market contraction, competitor disruption
Base60%Historical trends + known pipeline. Most likely outcome
Bull20%+15% to +25% vs base. Market expansion, product virality, competitor exit

Red Flags in Your Forecast

  • [ ] MAPE consistently >20% — model needs retraining
  • [ ] Persistent positive bias — sales team sandbagging
  • [ ] Persistent negative bias — over-optimism, check incentive structure
  • [ ] Tracking signal outside ±4 — systematic error, investigate root cause
  • [ ] Forecast never changes — "spreadsheet copy-paste" problem
  • [ ] No external inputs — pure statistical = blind to market shifts

Industry Benchmarks

IndustryTypical MAPEForecast HorizonKey Driver
CPG/FMCG20-30%3-6 monthsPromotions, seasonality
Retail15-25%1-3 monthsTrends, weather, events
Manufacturing10-20%6-12 monthsOrders, lead times
SaaS10-15%12 monthsPipeline, churn, expansion
Healthcare15-25%3-6 monthsRegulation, demographics
Construction20-35%12-24 monthsPermits, economic cycle

ROI of Better Forecasting

For a company doing $10M revenue:

  • 5% MAPE improvement → $200K-$500K inventory savings
  • Reduced stockouts → 2-5% revenue recovery ($200K-$500K)
  • Lower expediting costs → $50K-$150K savings
  • Better capacity utilization → 3-8% OpEx reduction

Total impact: $450K-$1.15M annually from a 5-point MAPE improvement.


Full Industry Context Packs

These frameworks scratch the surface. For complete, deployment-ready agent configurations tailored to your industry:

AfrexAI Context Packs — $47 each

  • 🏗️ Construction | 🏥 Healthcare | ⚖️ Legal | 💰 Fintech
  • 🛒 Ecommerce | 💻 SaaS | 🏠 Real Estate | 👥 Recruitment
  • 🏭 Manufacturing | 📋 Professional Services

AI Revenue Calculator — Find your automation ROI in 2 minutes

Agent Setup Wizard — Configure your AI agent stack

Bundles

  • Pick 3 — $97 (save 31%)
  • All 10 — $197 (save 58%)
  • Everything Bundle — $247 (all packs + playbook + wizard)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.87%
按下载量换算5,203

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills