Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

demand-forecasting需求预测

Agent Skill

demand-forecasting 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

724

周安装

29

GitHub Stars

19

下载量

234
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill demand-forecasting

简介

demand-forecasting 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。

  • 它提供需求预测指导,基于历史销售数据和季节性模式预测库存需求,适用于库存管理优化场景。
  • 使用方式包括分析库存短缺或过剩原因、设置自动化补货逻辑和优化再订购点,减少运营成本。
  • 使用时需要确认历史数据质量和业务规则,避免过度依赖直觉判断而忽视实际数据驱动决策。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Demand Forecasting

Overview

Demand forecasting uses historical sales data, seasonal patterns, and lead times to predict how much inventory you'll need and when to reorder. Chronic stockouts or overstock situations are usually a sign that reorder points are based on intuition rather than data. Purpose-built inventory planning tools handle this for most merchants — custom forecasting code is only necessary for unique operational requirements.

When to Use This Skill

  • When chronic stockouts or overstock situations indicate that current reorder points are set incorrectly
  • When building automated replenishment recommendations to reduce manual inventory review
  • When planning inventory for seasonal peaks (Black Friday, back-to-school, holiday season)
  • When you have 12+ months of sales history and want to extract meaningful demand patterns
  • When integrating with supplier lead times and purchase order workflows for end-to-end replenishment

Core Instructions

Step 1: Determine your platform and choose the right forecasting tool

PlatformRecommended ToolWhy
ShopifyInventory Planner (Shopify App Store) or CogsyInventory Planner connects directly to Shopify, analyzes 12+ months of sales history, calculates reorder points, and generates purchase orders
WooCommerceATUM Inventory Management (free/premium) or Inventory PlannerATUM provides reorder point management natively in WooCommerce; Inventory Planner has a WooCommerce connector for advanced forecasting
BigCommerceInventory Planner or LinnworksBoth have BigCommerce native integrations and handle multi-location inventory forecasting
Multi-channelSkubana (now Extensiv) or LinnworksHandles inventory forecasting across Shopify, WooCommerce, Amazon, and eBay from a single dashboard
Custom / HeadlessBuild a time-series analysis layer on top of your order databaseUse moving averages, seasonal decomposition, and safety stock formulas against your historical sales data

Step 2: Set up sales history data collection

Accurate forecasting requires clean historical data. Before running any forecast:

  1. Ensure cancelled and refunded orders are excluded from your sales totals — most forecasting tools handle this automatically when connected to your platform
  2. Tag promotional periods — flash sales, holiday spikes, and influencer-driven demand should be flagged as abnormal; they inflate baseline demand estimates if included uncritically
  3. You need at least 6 months of history for basic seasonal pattern detection; 12+ months is required to see year-over-year trends

Shopify

Using Inventory Planner:

  1. Install Inventory Planner from the Shopify App Store (14-day free trial, then $99+/month)
  2. Inventory Planner pulls your full Shopify sales history automatically on connection
  3. Connect your suppliers in Inventory Planner → Suppliers with their lead times (e.g., Supplier A = 14 days, Supplier B = 7 days)
  4. Set your desired service level (e.g., 95% — meaning you want to have stock for 95% of demand scenarios) in Settings → Forecasting
  5. Inventory Planner calculates reorder points and recommended order quantities per SKU, updated daily

Shopify Analytics (built-in, no app needed for basic trends):

  1. Go to Analytics → Reports → Inventory
  2. The "Days of inventory remaining" report shows how many days of stock you have at current sell-through rate
  3. Go to Analytics → Reports → Sales over time → group by product to see monthly sales trends
  4. Use these as inputs for manual reorder decisions if you don't want to pay for a forecasting app

WooCommerce

Using ATUM Inventory Management (free tier available):

  1. Install ATUM Inventory Management for WooCommerce from WordPress.org (free) or purchase the premium version
  2. ATUM adds a master inventory list view with real-time stock levels, daily sales rates, and low-stock alerts
  3. In ATUM → Settings → Reorder Points, configure your reorder levels and safety stock per SKU
  4. ATUM's premium Purchase Orders module generates POs automatically when stock hits the reorder point

Using Inventory Planner for WooCommerce:

  1. Connect Inventory Planner to WooCommerce via their native API connector
  2. Same workflow as Shopify — Inventory Planner analyzes your WooCommerce sales history and generates forecasts

BigCommerce

Using Inventory Planner:

  1. Connect Inventory Planner via the BigCommerce API (Inventory Planner → Settings → Connect Store)
  2. Inventory Planner pulls sales history from BigCommerce and generates replenishment recommendations

BigCommerce built-in low-stock alerts:

  1. Go to Products → [Product] → Inventory
  2. Set "Low stock level" for each product — BigCommerce emails you when stock drops below this threshold
  3. This is a simple alert, not a forecast — use it as a backstop while you set up a proper forecasting tool

Step 3: Configure reorder points and safety stock

Reorder point = demand during lead time + safety stock buffer.

In Inventory Planner:

  1. Inventory Planner calculates this automatically based on your sales history and supplier lead times
  2. Review the recommendations in Inventory Planner → Replenishment — items are sorted by urgency (days of stock remaining vs. lead time)
  3. Adjust recommendations manually before creating purchase orders (e.g., if you know a supplier has extra lead time for a specific product)
  4. Export purchase orders directly from Inventory Planner to email to your suppliers

Manual calculation (if not using a forecasting tool):

  • Average daily demand = total units sold in last 30 days / 30
  • Safety stock = (maximum daily demand – average daily demand) × lead time in days
  • Reorder point = (average daily demand × lead time in days) + safety stock
  • Example: Average daily demand = 5 units, lead time = 14 days, max daily demand = 8 units

- Safety stock = (8–5) × 14 = 42 units - Reorder point = (5 × 14) + 42 = 112 units

Step 4: Plan for seasonal demand

Seasonality is the biggest cause of forecast errors. Plan for it explicitly.

In Inventory Planner:

  1. Go to Inventory Planner → Settings → Seasonality
  2. Inventory Planner detects seasonal patterns automatically from your sales history
  3. For first-year merchants (no prior year data): manually set seasonal multipliers — e.g., December = 3x normal demand for holiday products

Building a seasonal calendar manually:

  1. Export your sales by month for the past 2+ years from Shopify Reports / WooCommerce / BigCommerce
  2. Calculate the ratio of each month's sales to the annual average (December / average month = seasonal index)
  3. Apply the seasonal index to your daily demand forecast when placing orders for the upcoming peak season

Promotional calendar:

  • Flag planned promotions (flash sales, influencer campaigns) in your forecasting tool
  • Most forecasting tools allow manual demand overrides for specific date ranges
  • For Black Friday/Cyber Monday: increase your forecast by your historical BFCM lift percentage (typically 3–8x for e-commerce)

Step 5: Generate and approve replenishment recommendations

In Inventory Planner:

  1. Go to Inventory Planner → Replenishment → Review recommendations
  2. Filter by "Critical" (stock-out in fewer days than lead time) and "Warning" (stock-out within 2x lead time)
  3. Adjust quantities if you have market intelligence the model doesn't know (planned sales, anticipated supply issues)
  4. Click "Create Purchase Order" — Inventory Planner generates a PO to send to your supplier
  5. Track the PO status in Inventory Planner → Purchase Orders; when received, update actual receipt dates to improve future lead time estimates

Step 6: Custom / Headless — demand forecasting from sales data

// Compute average daily demand from your order database
async function computeAverageDailyDemand(
  productId: string,
  lookbackDays: number = 30
): Promise<number> {
  const since = new Date();
  since.setDate(since.getDate() - lookbackDays);

  const result = await db.raw(`
    SELECT COALESCE(SUM(ol.quantity), 0) AS total_units
    FROM order_lines ol
    JOIN orders o ON o.id = ol.order_id
    WHERE ol.product_id = ?
      AND o.status NOT IN ('cancelled', 'refunded')
      AND o.created_at >= ?
  `, [productId, since]);

  return result.rows[0].total_units / lookbackDays;
}

// Calculate reorder point with safety stock
function calculateReorderPoint(params: {
  avgDailyDemand: number;
  maxDailyDemand: number;   // observed peak daily demand
  leadTimeDays: number;
}): number {
  const safetyStock = (params.maxDailyDemand - params.avgDailyDemand) * params.leadTimeDays;
  return Math.ceil(params.avgDailyDemand * params.leadTimeDays + safetyStock);
}

// Generate replenishment recommendations for all active products
async function generateReplenishmentReport(): Promise<{
  productId: string;
  sku: string;
  currentStock: number;
  reorderPoint: number;
  daysOfSupply: number;
  urgency: 'critical' | 'warning' | 'ok';
}[]> {
  const products = await db.products.findAll({ is_active: true, track_inventory: true });
  const recommendations = [];

  for (const product of products) {
    const inventory = await db.inventory.findByProductId(product.id);
    const avgDemand = await computeAverageDailyDemand(product.id, 30);
    const maxDemand = await computeAverageDailyDemand(product.id, 7); // shorter window = more volatile
    const leadTimeDays = product.supplier_lead_time_days ?? 14;

    const reorderPoint = calculateReorderPoint({ avgDailyDemand: avgDemand, maxDailyDemand: maxDemand, leadTimeDays });
    const daysOfSupply = avgDemand > 0 ? Math.floor(inventory.quantity_on_hand / avgDemand) : 999;
    const urgency = daysOfSupply < leadTimeDays ? 'critical' : daysOfSupply < leadTimeDays * 2 ? 'warning' : 'ok';

    if (urgency !== 'ok') {
      recommendations.push({ productId: product.id, sku: product.sku, currentStock: inventory.quantity_on_hand, reorderPoint, daysOfSupply, urgency });
    }
  }

  return recommendations.sort((a, b) => a.daysOfSupply - b.daysOfSupply);
}

Best Practices

  • Start with a tool like Inventory Planner before building custom forecasting — $100–$300/month is far cheaper than engineering time, and the models are more accurate than a hand-rolled moving average
  • Set a minimum of 6 months of sales history before trusting any forecast; for new products, use a category-average demand rate as a proxy
  • Adjust forecasts for known events — planned promotions, seasonal campaigns, and supply chain disruptions should be entered as manual overrides in your forecasting tool
  • Track forecast accuracy monthly — compare forecast units to actual units sold; if you're off by more than 25% consistently, recalibrate your assumptions or look for a structural change in demand patterns
  • Account for pending purchase orders — subtract quantity on order from your recommended replenishment qty before placing a new PO; double-ordering is a common and expensive mistake

Common Pitfalls

ProblemSolution
New products have no history to forecast fromUse category average demand rate for the first 90 days; Inventory Planner has a "new product" mode that adjusts for this
Forecast doesn't account for supplier stockoutsTrack supplier fill rates in your vendor management system; if a supplier consistently ships 80% of ordered qty, order 25% more to compensate
Safety stock too low, stockouts still happenIncrease your service level setting in Inventory Planner from 90% to 95–98% for high-velocity SKUs
Replenishment recommendation ignores open POsAlways check "quantity on order" before creating a new PO; Inventory Planner shows this automatically, but manual calculations often miss it

Related Skills

  • @order-management-system
  • @vendor-management
  • @multi-channel-selling

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.51%
按下载量换算81

Claude

30.73%
按下载量换算72

Cursor

19.04%
按下载量换算45

Gemini CLI

8.65%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills