fba-logistics-rate-import

Ingest logistics rate data from Excel files into local systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

物流更新 Excel 导入与价格更新自动化,帮助本地团队快速将物流报价表和更新脚本整合到系统,减少人工操作和错误。

Core Features & Use Cases

  • Excel 导入与物流价格更新:按照公司-线路-日期格式命名的 Excel 文件自动上传并更新价格。
  • 本地执行脚本以完成数据摄取:使用仓库中的脚本实现对接 API 的数据传输和本地缓存更新。
  • 稳健的前置检查与错误处理:确保必填参数 file_path 存在并按配置连接到本地 API。

Quick Start

Provide a local logistics Excel file path to start the import and ingestion workflow.

Frequently Asked Questions about fba-logistics-rate-import

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

FAQPage Schema
How do I automate importing logistics rate data from Excel files?

You can automate logistics rate data import from Excel by providing a local file path to trigger an ingestion script that processes the rate sheet and updates local pricing caches.

What is the process for syncing local system pricing with the latest logistics quotes?

Syncing local pricing with logistics quotes involves running a local Python script that ingests an Excel file, updates internal rate data, and connects to a local API to transfer the new pricing.

Do I need a specific Python environment to run the logistics rate ingestion script?

Yes, you need a local repository with a predefined Python environment and a specific script at scripts.logistics_update_ingest to process the Excel file using the --file-path flag.

How should Excel files be formatted for automated logistics price updates?

Excel files should follow a company-route-date naming format to ensure the automated ingestion script correctly parses and updates the corresponding logistics pricing data.

What happens if the required file path is missing during the logistics rate import?

The workflow includes robust pre-checks and error handling to ensure the required file_path parameter exists and the connection to the local API is properly configured before processing.

Can I use this to update internal caches with new logistics rate sheets?

Yes, this automation ingests logistics rate sheets from Excel to update pricing and sync local caches with the latest logistics quotes through a local API data transfer.