Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nexscope-ai avatar

Amazon Fba Calculator

  • 697 installs
  • 480 repo stars
  • Updated July 23, 2026
  • nexscope-ai/amazon-skills

amazon-fba-calculator is an agent skill that estimates Amazon referral, FBA pick-pack, storage, and inbound fees from product dimensions and price so developers forecasting ASIN profitability get per-unit margin numbers.

About

amazon-fba-calculator is an agent skill in nexscope-ai/amazon-skills that models Amazon marketplace fee stacks from seller inputs like dimensions, weight, and list price. The skill breaks down referral fees, FBA fulfillment charges, monthly storage, and inbound shipping to output a per-unit profit forecast for candidate ASINs. Developers reach for amazon-fba-calculator when validating whether a product idea clears margin targets before writing listing automation, repricing services, or seller analytics dashboards. The workflow is input-driven estimation rather than live SP-API calls, so it suits early pricing what-if analysis during feature design or catalog research.

  • referral fees
  • FBA pick-pack
  • storage costs
  • dimensional weight
  • landed cost

Amazon Fba Calculator by the numbers

  • 697 all-time installs (skills.sh)
  • +94 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #190 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nexscope-ai/amazon-skills --skill amazon-fba-calculator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs697
repo stars480
Last updatedJuly 23, 2026
Repositorynexscope-ai/amazon-skills

How do you estimate Amazon FBA fees per unit?

Estimate Amazon referral, FBA pick-pack, storage, and inbound fees from dimensions and price to forecast per-unit profit on candidate ASINs.

Who is it for?

Developers building Amazon seller tools, repricers, or catalog analytics who need quick FBA fee and margin estimates from product dimensions and price.

Skip if: Teams needing live Amazon SP-API fee quotes, tax-inclusive landed cost, or multi-marketplace currency conversion without manual inputs.

When should I use this skill?

A developer asks to forecast Amazon FBA profit, estimate referral and storage fees, or compare unit economics for candidate ASINs.

What you get

Per-unit fee breakdown, total landed cost estimate, and forecast profit margin for a candidate ASIN.

  • Per-unit fee breakdown
  • Forecast profit margin

Files

SKILL.mdMarkdownGitHub ↗

Amazon FBA Calculator (Lite)

Precise FBA fee calculation based on product dimensions and weight.

Features

  • Size Tier Detection - Automatic classification
  • FBA Fulfillment Fee - 2024 rates
  • Monthly Storage Fee - Standard & Peak season
  • Long-term Storage Fee - 271+ days aging
  • Referral Fee - By category
  • Profit Analysis - Gross/Net margin, ROI
  • Optimization Tips - Size, weight, inventory

Size Tiers (2024)

TierMax WeightMax Dimensions
Small Standard1 lb15"×12"×0.75"
Large Standard20 lb18"×14"×8"
Small Oversize70 lb60"×30"
Medium Oversize150 lbL+Girth ≤108"
Large Oversize150 lbL+Girth ≤165"
Special Oversize>150 lb>165"

Input

{
  "length": 10.0,
  "width": 6.0,
  "height": 3.0,
  "weight": 1.2,
  "selling_price": 29.99,
  "product_cost": 8.00,
  "inbound_shipping_cost": 1.50,
  "category": "kitchen"
}

Output

  • Size tier classification
  • Fee breakdown table
  • Profit metrics (margin, ROI)
  • Optimization suggestions

Usage

python3 scripts/calculator.py
python3 scripts/calculator.py '{"length": 10, "width": 6, ...}' --zh

---

_Version 1.0.0 | Platform: Amazon | Variant: Lite_

---

Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) — AI tools for e-commerce sellers.

Related skills

How it compares

Pick amazon-fba-calculator for quick margin what-if math from dimensions and price; use live SP-API fee services when production quotes must match Amazon's current rate cards.

FAQ

What fees does amazon-fba-calculator estimate?

amazon-fba-calculator estimates Amazon referral fees, FBA pick-pack fulfillment, monthly storage, and inbound shipping from product dimensions, weight, and list price. The skill outputs a per-unit fee breakdown and forecast profit for candidate ASINs.

Does amazon-fba-calculator call the Amazon SP-API?

amazon-fba-calculator performs input-driven fee modeling from dimensions and price rather than live SP-API calls. Developers use it for early margin what-if analysis before wiring production Amazon seller integrations.

Finance & Tradingecommercepricingfinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.