Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add linkfox-ai/linkfox-skills --skill linkfox-amazon-store-fbagit clone --depth 1 https://github.com/linkfox-ai/linkfox-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-fba)<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-fba"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-fba/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-fba"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-fba.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high System Prompt Leakage · line 91 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00217 | $0.01731 |
| Opus 5 | $0.00109 | $0.00865 |
| Sonnet 5 | $0.00043 | $0.00346 |
| Haiku 4.5 | $0.00022 | $0.00173 |
Grade A, and why
linkfox-amazon-store-fba scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Amazon 店铺 Fulfillment by Amazon (FBA)
本 skill 与 linkfox-amazon-store-auth 同属 Amazon Store 系列:依赖授权选店(sellerId+region);经 POST /spApi/developerProxy 转发 SP-API(勿传 amzAccessToken,除非兼容旧调用)。
覆盖 方案 A 模块:
- Inbound Eligibility v1(入仓/混装资格预览)
- FBA Inventory v1(仓内库存)
- Fulfillment Inbound v2024-03-20(现行入仓工作流)+ v0 保留查询
- Fulfillment Outbound 2020-07-01(MCF 多渠道履约)
不包含:FBA Small and Light(已弃用)、External Fulfillment(见 linkfox-amazon-store-external-fulfillment)、Merchant Fulfillment(MFN)。
调用方式
- 统一入口:
python scripts/fba_api.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
- 依赖
linkfox-amazon-store-auth:python scripts/check_auth_dependency.py(exit 42 → 先装 auth) - 应用需具备 Amazon Fulfillment 等相关角色(以 Amazon 控制台为准)
- 网关需放行路径前缀:
fba/、inbound/fba/(遇 1005 找后端加白)
Current Capabilities
共 70 个 operation。模块表:
| 模块 | 数量 | 说明 |
|---|---|---|
| eligibility | 1 | getItemEligibilityPreview |
| inventory | 4 | summaries / create / delete / add |
| inbound_v0 | 6 | prep / labels / BOL / shipments / items |
| inbound (2024-03-20) | 45 | InboundPlan 全流程 |
| outbound (2020-07-01) | 14 | MCF 履约 |
完整 Operation ↔ path ↔ 脚本表:见 references/capabilities.md
机器可读注册表:scripts/_fba_endpoints.py、references/operations.json
Quick Parameters
getItemEligibilityPreview
- 必填:
asin、program(INBOUND|COMMINGLING) program=INBOUND时必填marketplaceIds(或marketplaceId,最多 1 个)
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/api.md 2.7 KB
- references/capabilities.md 9.8 KB
- references/onboarding.md 2.0 KB
- references/operations.json 29 KB
- scripts/_fba_endpoints.py 27 KB runs code
- scripts/_fba_runner.py 5.7 KB runs code
- scripts/_spapi_fba_common.py 10 KB runs code
- scripts/add_inventory.py 268 B runs code
- scripts/cancel_fulfillment_order.py 340 B runs code
- scripts/cancel_inbound_plan.py 314 B runs code
- scripts/cancel_self_ship_appointment.py 380 B runs code
- scripts/check_auth_dependency.py 5.9 KB runs code
- scripts/confirm_delivery_window_options.py 418 B runs code
- scripts/confirm_packing_option.py 357 B runs code
- scripts/confirm_placement_option.py 367 B runs code
- scripts/confirm_shipment_content_update_preview.py 439 B runs code
- scripts/confirm_transportation_options.py 370 B runs code
- scripts/create_fulfillment_order.py 307 B runs code
- scripts/create_fulfillment_return.py 343 B runs code
- scripts/create_inbound_plan.py 286 B runs code
- scripts/create_inventory_item.py 279 B runs code
- scripts/create_marketplace_item_labels.py 316 B runs code
- scripts/delete_inventory_item.py 293 B runs code
- scripts/delivery_offers.py 280 B runs code
- scripts/fba_api.py 181 B runs code
- scripts/generate_delivery_window_options.py 383 B runs code
- scripts/generate_packing_options.py 332 B runs code
- scripts/generate_placement_options.py 340 B runs code
- scripts/generate_self_ship_appointment_slots.py 395 B runs code
- scripts/generate_shipment_content_update_previews.py 407 B runs code
- scripts/generate_transportation_options.py 360 B runs code
- scripts/get_bill_of_lading.py 294 B runs code
- scripts/get_delivery_challan_document.py 375 B runs code
- scripts/get_feature_inventory.py 312 B runs code
- scripts/get_feature_sku.py 306 B runs code
- scripts/get_features.py 264 B runs code
- scripts/get_fulfillment_order.py 324 B runs code
- scripts/get_fulfillment_preview.py 312 B runs code
- scripts/get_inbound_operation_status.py 321 B runs code
- scripts/get_inbound_plan.py 292 B runs code
- scripts/get_inbound_shipment.py 306 B runs code
- scripts/get_inventory_summaries.py 288 B runs code
- scripts/get_item_eligibility_preview.py 312 B runs code
- scripts/get_labels_v0.py 270 B runs code
- scripts/get_package_tracking_details.py 306 B runs code
- scripts/get_prep_instructions.py 287 B runs code
- scripts/get_self_ship_appointment_slots.py 379 B runs code
- scripts/get_shipment_content_update_preview.py 413 B runs code
- scripts/get_shipment_items_by_shipment_id.py 326 B runs code
- scripts/get_shipment_items.py 275 B runs code
- scripts/get_shipments_v0.py 261 B runs code
- scripts/list_all_fulfillment_orders.py 312 B runs code
- scripts/list_delivery_window_options.py 370 B runs code
- scripts/list_inbound_plan_boxes.py 316 B runs code
- scripts/list_inbound_plan_items.py 316 B runs code
- scripts/list_inbound_plan_pallets.py 324 B runs code
- scripts/list_inbound_plans.py 282 B runs code
- scripts/list_item_compliance_details.py 313 B runs code
- scripts/list_packing_group_boxes.py 350 B runs code
- scripts/list_packing_group_items.py 350 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 113 lines · 217 tokens per session scan A e04f6e0f9eb9
linkfox-amazon-store-fba is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 21d ago), licensed MIT. It adds 217 tokens to every session and 1,731 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.