Agent skill · linkfox-ai

linkfox-amazon-store-fba

亚马逊 FBA 综合管理技能。用于查询商品入仓资格与 FBA 库存,调整库存,并处理 FBA 入仓计划、装箱、放置、运输、货件、标签、提单以及旧版 MCF 多渠道履约订单、退货和跟踪等跨域流程。用户提到亚马逊 FBA、入仓资格、Inbound Eligibility、FBA 库存摘要、Send to Amazon、Inbound Plan、FBA 货件、旧版 MCF、getItemEligibilityPreview、getInventorySummaries、createInboundPlan、createFulfillmentOrder 时触发。若需求专门涉及 Fulfillment Inbound v2024-03-20 入仓流程,优先使用 linkfox-amazon-store-fulfillment-inbound;涉及 Fulfillment Outbound v2026-07-04 新版 MCF,使用 linkfox-amazon-store-fulfillment-outbound;External Fulfillment 和普通卖家订单不属于此技能。

What it needs

About 2k tokens when loaded.

What this skill does

Amazon 店铺 Fulfillment by Amazon (FBA) 本 skill 与 linkfox-amazon-store-auth 同属 Amazon Store 系列:依赖授权选店(sellerId+region);经 POST /spApi/developerProxy 转发 SP-API(勿传 amzAccessToken,除非兼容旧调用)。 覆盖 方案 A 模块: 1. Inbound Eligibility v1(入仓/混装资格预览) 2. FBA Inventory v1(仓内库存) 3. Fulfillment Inbound v2024-03-20(现行入仓工作流)+ v0 保留查询 4. Fulfillment Outbound 2020-07-01(MCF 多渠道履约) 不包含:FBA Small and Light(已弃用)、External Fulfillment(见 linkfox-amazon-store-external-fulfillment)、Merchant Fulfillment(MFN)。 调用方式 统一入口:python scripts/fbaapi.py '{"api":"<operationId>","sellerId":"...","region":"NA",...}' [--inline] 单接口脚本:python scripts/<脚本名>.py '<JSON>' [--inline](完整对照见 references/capabilities.md) 写操作 body:优先传 requestBody;也可把业务字段平铺在 JSON 中(脚本会排除 sellerId/region/path/query 后组装 body) Query:声明字段直接传;或用 query 对象 / queryString 覆盖 成本约束:失败/空结果不得自动翻页或连续试探;继续前先说明可能产生额外消耗 输出策略:完整响应落盘到 linkfox/<date>/<session>/data/linkfox-amazon-store-fba-.json;>8KB 默认摘要;--inline 全量打印。 解决认证和算力问题 发生未配置 API Key、401/402、算力不足时,采用 references/onboarding.md 引导。 Prerequisites 1. 依赖 linkfox-amazon-store-auth:python scripts/checkauthdependency.py(exit 42 → 先装 auth) 2. 应用需具备 Amazon Fulfillment 等相关角色(以 Amazon 控制台为准) 3. 网关需放行路径前缀:fba/、inbound/fba/(遇 1005 找后端加白) Current Capabilities 共 70 个 operation。模块表: 模块 数量 说明 ------ ------ ------ eligibility 1 getItemEligibilityPreview inventory 4 summaries / create / delete / add inboundv0 6 prep / labels / BOL / shipments / items inbound (2024-03-20) 45 InboundPlan 全流程 outbound (2020-07-01) 14 MCF 履约 完整 Operation ↔ path ↔ 脚本表:见 references/capabilities.md 机器可读注册表:scripts/fbaendpoints.py、references/operations.json Quick Parameters getItemEligibilityPreview 必填:asin、program(INBOUND COMMINGLING) program=INBOUND 时必填 marketplaceIds(或 marketplaceId,最多 1 个) getInventorySummaries 必填:granularityType(通常 Marketplace)、granularityId(marketplaceId)、marketplaceIds 可选:details、sellerSkus、startDateTime、nextToken Inbound / Outbound 写操作 复杂 schema 请用 requestBody 按官方模型传完整 JSON;path 参数(如 inboundPlanId、shipmentId、sellerFulfillme …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills linkfox-ai/linkfox-amazon-store-fba

View the source on GitHub

Browse the @skills marketplace