Agent skill · linkfox-ai

linkfox-amazon-store-fulfillment-outbound

亚马逊 Multi-Channel Fulfillment(MCF)新版出仓履约管理。用于获取配送报价和订单预览,创建、查询、列出、更新或取消履约订单,查看包裹与跟踪、签收证明、投递照片、收件人及 locker/drop-off 信息,并查询相关发票头。用户提到 Fulfillment Outbound、MCF、多渠道配送、亚马逊库存配送到站外客户、配送报价、getOffers、getOrderPreview、createOrder、getInvoiceHeaders、receivedBy、unitIdentifiers、v2026-07-04 时触发。即使未明确说“MCF API”,只要希望用亚马逊库存履约非亚马逊渠道订单,也应触发此技能;External Fulfillment、普通 Orders API 和旧版 v2020-07-01 不属于此技能。

What it needs

About 4k tokens when loaded.

What this skill does

Amazon 店铺 Fulfillment Outbound Use this Skill for Amazon Multi-Channel Fulfillment workflows on Fulfillment Outbound v2026-07-04. It exposes all nine operations in Amazon's current Outbound model plus the overview page's associated getInvoiceHeaders operation from Invoices v2026-06-25, while keeping the existing production linkfox-amazon-store-fba and linkfox-amazon-store-external-fulfillment implementations untouched. Prerequisites 1. Require linkfox-amazon-store-auth. Run python scripts/checkauthdependency.py; exit code 42 means the dependency must be installed or loaded first. 2. Select one authorized store and obtain its sellerId and region. Accept only NA, EU, or FE. 3. Never accept or forward amzAccessToken, accessToken, or refreshToken; the server resolves authorization from sellerId + region. 4. Read references/api.md for operation contracts and references/workflows.md before a create, update, or cancel action. 5. After explicit user confirmation, pass boolean confirmWrite: true to createOrder, updateOrder, cancelOrder, updateOrderStatus, or updatePackage; the wrappers reject writes without it. 6. When Amazon assigned a multi-tenant service identifier, pass it only as top-level fulfillmentServiceId (1–40 characters). The proxy maps it to x-amzn-fulfillment-service-id; never put the raw header name in query or body. …

How to use it

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

@skills linkfox-ai/linkfox-amazon-store-fulfillment-outbound

View the source on GitHub

Browse the @skills marketplace