replenishment-msku-download

Download MSKU Excel data for Amazon FBA stores via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Download the MSKU Excel data for a specified Amazon FBA store, enabling replenishment planning by exporting the store's MSKU data, store MSKU table, or related data. If only the store_name is provided, the tool will use replenishment-store-resolve to derive store_id and id_type.

Core Features & Use Cases

  • Download MSKU Excel data for a single store, a European-wide group, or a European site.
  • Resolve store_id and id_type automatically when given only a store_name using replenishment-store-resolve.
  • Output includes an xlsx_path and a structured final JSON, with deterministic CLI usage.

Quick Start

Use the replenishment-msku-download CLI to fetch the MSKU Excel for the specified store.

Frequently Asked Questions about replenishment-msku-download

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

FAQPage Schema
How do I download Amazon FBA store MSKU Excel data for replenishment planning?

You can download Amazon FBA store MSKU Excel data for replenishment by specifying a single store, a European-wide region, or a European site, and the tool outputs an xlsx_path in the final JSON response.

Can I export MSKU data for a European Amazon FBA region instead of a single store?

Yes, the tool supports downloading MSKU Excel data for a European-wide region or a European site, alongside single store downloads, returning the xlsx_path for the exported replenishment data.

What store information do I need to provide to export the MSKU Excel table?

You only need to provide the store_name, and the tool will automatically resolve the store_id and id_type using the replenishment-store-resolve mechanism to download the MSKU Excel table.

Does the Amazon FBA MSKU download tool support different warehouse ID types?

The tool supports id_type values including fbaWarehouseIds[] and shopId. When downloading Amazon FBA MSKU Excel data, it uses these parameters alongside the resolved store_id to fetch the correct records.

What format is the downloaded Amazon FBA MSKU replenishment data delivered in?

The Amazon FBA MSKU replenishment data is delivered as an Excel file. The tool returns a structured JSON result containing the xlsx_path, allowing you to directly access the downloaded MSKU spreadsheet.