fba-shipment-delivery-csv-download

Download FBA shipment SKU CSV data from MaBang via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能解决在本地快速获取并导出马帮 FBA 发货单 SKU 数据为 CSV 的痛点,帮助用户避免手动整理和重复下载。

Core Features & Use Cases

  • 下载并导出 FBA 发货单及 SKU 数据为 CSV 文件,便于分析和归档。
  • 当用户提供 SP 开头的发货单号时,自动触发 CSV 下载并保存到本地 artifacts。
  • 返回 CSV 文件路径,方便直接下载、共享或存档,并提供任务执行摘要。

Quick Start

使用一个 SP 发货单号来下载对应的 FBA 发货单 CSV。

Frequently Asked Questions about fba-shipment-delivery-csv-download

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

FAQPage Schema
How do I download FBA shipment delivery CSV data from MaBang?

To download FBA shipment delivery CSV data from MaBang, provide an SP delivery number to trigger an automated CLI command that fetches the SKU data and saves the CSV file to your local artifacts directory.

What is the process to export MaBang FBA delivery SKU data to a local CSV file?

Exporting MaBang FBA delivery SKU data to a local CSV file is done by running a specific Python CLI module that fetches the shipment records and stores them in artifacts for local processing and record keeping.

Can I automate FBA shipment CSV downloads for multiple MaBang delivery numbers?

Automating FBA shipment CSV downloads requires invoking the CLI with each specific SP delivery number. The Skill processes the request and returns a JSON object containing the csv_path on success or an exception on failure.

Does the MaBang FBA delivery export require any external dependencies or components?

No external dependencies or components are required for the MaBang FBA delivery export. It operates as a standalone CLI tool using a frozen Python environment to fetch and store the CSV files.

What should I do if the MaBang FBA delivery CSV download is not working?

If the MaBang FBA delivery CSV download is not working, check the returned JSON object for an exception message. Ensure the SP delivery number provided is valid and the frozen Python environment is correctly configured.

Why use an automated CLI tool for exporting MaBang FBA shipment CSVs?

Using an automated CLI tool for exporting MaBang FBA shipment CSVs eliminates manual sorting and repetitive downloads, directly saving the SKU data to local artifacts for immediate analysis and archiving.