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

Amazon Fba Calculator

  • 1 installs
  • 25 repo stars
  • Updated May 29, 2026
  • liangdabiao/claudesdk-amazon-skills-chat

Calculates Amazon FBA fees from product size and weight, including fulfillment, storage, and referral fees, with profit and ROI analysis.

About

Computes FBA fees by detecting size tier and applying fulfillment, storage, and referral rates for profit analysis. Used when a seller needs a precise fee and margin breakdown for a product.

  • Automatic size-tier detection with 2024 fee rates
  • Gross/net margin and ROI with optimization suggestions

Amazon Fba Calculator by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #909 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/liangdabiao/claudesdk-amazon-skills-chat --skill amazon-fba-calculator

Add your badge

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

Listed on Skillselion
Installs1
repo stars25
Last updatedMay 29, 2026
Repositoryliangdabiao/claudesdk-amazon-skills-chat

What it does

Calculates Amazon FBA fees from product size and weight, including fulfillment, storage, and referral fees, with profit and ROI analysis.

Files

SKILL.mdMarkdownGitHub ↗

亚马逊FBA计算器(精简版)

基于产品尺寸和重量的精确FBA费用计算。

功能

  • 尺寸层级检测 - 自动分类
  • FBA履约费用 - 2024年费率
  • 月度仓储费 - 标准和旺季
  • 长期仓储费 - 271天以上库存
  • 推荐费 - 按类目
  • 利润分析 - 毛/净利润率,投资回报率
  • 优化建议 - 尺寸、重量、库存

尺寸层级(2024)

层级最大重量最大尺寸
小型标准1磅15"×12"×0.75"
大型标准20磅18"×14"×8"
小型大件70磅60"×30"
中型大件150磅长度+周长 ≤108"
大型大件150磅长度+周长 ≤165"
特殊大件>150磅>165"

输入

{
  "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"
}

输出

  • 尺寸层级分类
  • 费用明细表格
  • 利润指标(利润率,投资回报率)
  • 优化建议

使用方法

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

---

_版本 1.0.0 | 平台:亚马逊 | 变体:精简版_

Related skills

Finance & Tradingfinanceecommerce

This week in AI coding

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

unsubscribe anytime.