
amazon-fba-calculator
โ 356by nexscope-ai ยท part of nexscope-ai/amazon-skills
Amazon FBA Calculator - Complete fee breakdown and profit analysis
๐งฉ One of 7 skills in the nexscope-ai/amazon-skills package โ works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
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
{
"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
Copy & paste โ that's it
npx skills add https://github.com/nexscope-ai/amazon-skills --skill amazon-fba-calculatorRun this in your project โ your agent picks the skill up automatically.
Usage
python3 scripts/calculator.py
python3 scripts/calculator.py '{"length": 10, "width": 6, ...}' --zhVersion 1.0.0 | Platform: Amazon | Variant: Lite
Part of Nexscope AI โ AI tools for e-commerce sellers.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ