replenishment-calculate

Calculate store-level MSKU replenishment recommendations from sales and inventory reports.

1|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LXE123/LXE_AGENT --skill replenishment-calculate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replenishment-calculate
Source: https://github.com/LXE123/LXE_AGENT/tree/main/skills/replenishment-calculate
Command: npx skills add https://github.com/LXE123/LXE_AGENT --skill replenishment-calculate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

基于本地销量分析报告、真实库存报告及同日未关联货件快照,生成马帮 Amazon 店铺的 MSKU 备货与补货建议,帮助用户在多变的订单和运输需求中做出更精准的补货决策。

Core Features & Use Cases

  • 基于销量分析与真实库存自动计算按父ASIN 汇总的总备货量和分运输方式的补货计划(空运、海运、紧急等)。
  • 支持按模板进行参数化的输出,包含链接备货汇总及其真实本地库存汇总。
  • 在需要时自动使用 replenish-store-resolve 进行店铺名规范化;如需对比 Amazon 后台库存,可传入快照进行对比。

Quick Start

输入店铺名称并可选指定模板来生成该店铺的备货与补货建议。

Frequently Asked Questions about replenishment-calculate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate Amazon MSKU replenishment plans from local sales and inventory data?

To calculate Amazon MSKU replenishment plans, you need local sales analysis reports, real inventory reports, and unlinked shipment snapshots. The tool reads the final CLI JSON output to generate store-level stock and replenishment recommendations aggregated by parent ASIN.

Can I generate separate restocking plans for air freight and sea freight?

Yes, you can generate separate restocking plans for air freight, sea freight, and urgent shipments. The tool calculates total stock requirements by parent ASIN and breaks down the replenishment plan by different transportation methods.

Does the replenishment calculation work without an Amazon inventory snapshot?

The replenishment calculation works without an Amazon inventory snapshot, as Amazon snapshots are optional and used only for validation. The core calculation relies on local sales analysis, real inventory reports, and unlinked shipment snapshots.

How does store name resolution work for fuzzy inputs in the replenishment workflow?

Store name resolution for fuzzy inputs is handled automatically by the replenish-store-resolve component. It normalizes fuzzy store names before calculating MSKU replenishment recommendations, ensuring accurate store-level matching within the prescribed CLI workflow.

Do I need to generate data manually before running the store-level stock plan calculation?

No, you do not need to generate data manually before running the store-level stock plan calculation, as the tool enforces the prescribed CLI workflow without generating data automatically. It reads the final JSON output from the CLI process.

What's the best way to validate local inventory reports against Amazon backend data?

The best way to validate local inventory reports against Amazon backend data is to pass an Amazon inventory snapshot into the calculation. The tool compares the snapshot with your local inventory reports to verify stock accuracy during MSKU replenishment planning.