replenishment-real-inventory-report

Generate real inventory reports from local Amazon store MSKU data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

基于本地已经下载的马帮 Amazon 店铺 MSKU 数据,帮助用户快速从本地数据中提取并生成真实库存报告,避免重复手工计算和数据错漏。

Core Features & Use Cases

  • 基于本地 MSKU 数据生成真实库存报告,覆盖组合SKU和本地SKU等场景。
  • 支持对单个店铺的库存数量查询,以及备货分析所需的库存汇总。
  • 如店铺名模糊时,先通过 replenishment-store-resolve 获取规范 store_name,再执行库存查询。

Quick Start

Run the real inventory report workflow using your locally downloaded MSKU data for the target store.

Frequently Asked Questions about replenishment-real-inventory-report

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

FAQPage Schema
How do I generate a real inventory report from local MSKU data for an Amazon store?

To generate a real inventory report, this Skill reads your locally downloaded Amazon store MSKU files and outputs a structured report with true stock quantities for combo SKUs and inventory SKUs.

Can I analyze replenishment inventory for specific local SKUs and combo SKUs?

Yes, you can analyze replenishment inventory by processing local data to extract true stock quantities, separating valid inventory for local SKUs and combo SKUs from no-inventory data.

What happens if my Amazon store name is fuzzy when querying local inventory data?

If your Amazon store name is fuzzy, you must first resolve it to a standard store_name using the replenishment-store-resolve function before executing the local inventory data query.

Does the real inventory report work without connecting directly to the Amazon store API?

Yes, the real inventory report works without an API connection by reading only locally downloaded MSKU data and enforcing deterministic CLI usage to calculate true stock quantities.

What sheets are included in the generated Amazon inventory report?

The generated Amazon inventory report outputs four structured sheets covering true inventory by combo SKUs, inventory SKUs, no-local-SKU data, and no-inventory-data.