amazon-fba-calculator

Featured

Amazon FBA Calculator - Complete fee breakdown and profit analysis

AI & Automation 448 stars 73 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
69
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill 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) | Tier | Max Weight | Max Dimensions | |------|------------|----------------| | Small Standard | 1 lb | 15"×12"×0.75" | | Large Standard | 20 lb | 18"×14"×8" | | Small Oversize | 70 lb | 60"×30" | | Medium Oversize | 150 lb | L+Girth ≤108" | | Large Oversize | 150 lb | L+Girth ≤165" | | Special Oversize | >150 lb | >165" | ## Input ```json { "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 ```bash 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.**

Details

Author
nexscope-ai
Repository
nexscope-ai/Amazon-Skills
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

amazon-shipping-calculator

Amazon FBA and FBM shipping cost calculator and fulfillment optimization. Dimensional weight analysis, storage fee calculation, removal cost estimation, and fulfillment method comparison. Use when the user asks about Amazon shipping costs, FBA fees, fulfillment costs, storage fees, or shipping calculations.

448 Updated 4 days ago
nexscope-ai
AI & Automation Featured

amazon-profit-analyzer

Comprehensive Amazon profit analysis and revenue optimization. Revenue waterfall analysis, hidden fee identification, ACoS impact assessment, return cost calculation, and profitability optimization strategies. Use when the user asks about Amazon profit analysis, profitability calculation, fee analysis, margin optimization, or revenue breakdown.

448 Updated 4 days ago
nexscope-ai
AI & Automation Featured

amazon-sales-estimator

Amazon sales volume estimator for sellers and product researchers. Estimate monthly sales and revenue from BSR (Best Seller Rank), ASIN, or keyword. Three modes: (A) BSR Calculator — input BSR + marketplace + price + category to get instant sales estimate, (B) ASIN Lookup — input ASIN to auto-fetch data and estimate sales, (C) Keyword Market Analysis — input keyword to analyze total market size and competition. Works on 12 Amazon marketplaces. No API key required. Use when: (1) estimating how many units a product sells per month, (2) sizing a market or niche opportunity, (3) analyzing competitor sales performance, (4) comparing sales across price points, (5) identifying top sellers vs long-tail distribution.

448 Updated 4 days ago
nexscope-ai