Amazon-Skills amazon-fba-calculator

Amazon FBA Calculator - Complete fee breakdown and profit analysis

install
source · Clone the upstream repo
git clone https://github.com/nexscope-ai/Amazon-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/nexscope-ai/Amazon-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/amazon-fba-calculator" ~/.claude/skills/nexscope-ai-amazon-skills-amazon-fba-calculator && rm -rf "$T"
manifest: amazon-fba-calculator/SKILL.md
source content

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 — AI tools for e-commerce sellers.