liangdabiao/amazon-skills-liang

amazon-fba-calculator

亚马逊FBA计算器 - 完整费用明细和利润分析

First seen May 16, 2026

Installation

$ npx skills add liangdabiao/amazon-skills-liang --skill amazon-fba-calculator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from liangdabiao/amazon-skills-liang · top by installs.

npx skills add liangdabiao/amazon-skills-liang

Browse all from liangdabiao/amazon-skills-liang

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 51
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,421 B
  • docs SUMMARY.md 86 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

亚马逊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 | 平台:亚马逊 | 变体:精简版