fba-logistics-select

Automate Amazon FBA logistics selection via a fixed CLI from TSV input.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能通过固定 CLI 自动化 Amazon FBA 物流优选过程,减少手动比对和重复操作。 它在需要快速为多批货件选出最优运输方案时提供一致、可重复的执行路径。

Core Features & Use Cases

  • Fixed CLI execution: 使用确定性的命令执行物流优选。
  • Input validation: 强制 TSV 输入格式,确保三列且以制表符分隔。
  • Batch mapping: 将 TSV 行映射到本地装箱数据并据此优选物流。

Quick Start

Provide a TSV block with three tab-separated columns and run the fixed CLI to select the optimal FBA logistics.

Frequently Asked Questions about fba-logistics-select

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

FAQPage Schema
How do I automate Amazon FBA logistics selection for multiple shipments?

You can automate Amazon FBA logistics selection by providing a TSV input with consignment_no, shipment_no, and destination_address columns, then running a fixed CLI to map the data to local box files and determine the optimal shipping route.

What input format is required for FBA logistics optimization via CLI?

FBA logistics optimization via CLI requires a TSV input containing exactly three tab-separated columns: consignment_no, shipment_no, and destination_address. The system validates batch consistency and ensures all shipment numbers are unique before processing.

How does the FBA logistics CLI map shipment identifiers to packing data?

The FBA logistics CLI maps shipment identifiers by locating corresponding box files named {consignment_no}.xls(x) within the artifacts/mabang_wms_consignment directory, using the validated TSV input to match consignment numbers with their packing data.

Why does my FBA logistics batch selection fail during validation?

FBA logistics batch selection fails during validation if the TSV input lacks the three required tab-separated columns, contains duplicate shipment numbers, or has inconsistent batch data that prevents accurate mapping to the local box files.

Can I use a different file format instead of TSV for FBA shipment logistics selection?

No, you cannot use a different file format instead of TSV for FBA shipment logistics selection because the fixed CLI strictly requires a TSV input to validate batch consistency and unique shipment numbers before mapping to the box files.

What is the best way to handle FBA logistics selection for large shipment batches?

The best way to handle FBA logistics selection for large shipment batches is to compile all consignment and shipment identifiers into a single TSV file, allowing the fixed CLI to automatically validate batch consistency and map entries to their respective box files.