← 返回 Skills 市场
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ecommerce-amazon-fba-calculator
功能描述
Amazon FBA Calculator - Complete fee breakdown and profit analysis
使用说明 (SKILL.md)
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
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.
安全使用建议
The skill looks coherent and likely safe: it defines an FBA calculator, includes a Python script, and requests no secrets. However the provided source was truncated in the review input, so you should (1) review the full scripts/calculator.py contents yourself to ensure there are no network calls (requests, urllib, socket), subprocess usage (subprocess, os.system, popen), file exfiltration, or hidden endpoints; (2) run the script in a sandboxed environment before giving it real data; (3) check the full SKILL.md and script for any telemetry or phone-home behavior; and (4) prefer code from an identifiable, trusted homepage or repository — absence of a known source increases risk. If you want, provide the full calculator.py file and I will re-check it thoroughly.
功能分析
Type: OpenClaw Skill
Name: ecommerce-amazon-fba-calculator
Version: 0.1.0
The skill bundle is a legitimate Amazon FBA fee calculator. The Python script (scripts/calculator.py) implements standard e-commerce logic for fee breakdown, profit analysis, and size tier classification based on 2024 rates, with no evidence of data exfiltration, network activity, or malicious execution. The SKILL.md instructions are consistent with the code's functionality and do not contain prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md: an FBA fee/profit calculator. The declared requirements (no env vars, no binaries, no installs) are appropriate for a local Python script.
Instruction Scope
SKILL.md instructs running the included Python script with optional JSON input — this is scoped to the calculator task. However the distributed file contents in the bundle were truncated in the review input (ellipsis present), so we could not inspect the entire runtime logic to confirm it contains only pure computation.
Install Mechanism
No install spec and no external packages declared — lowest-risk distribution model (instruction-only + included script).
Credentials
No environment variables, credentials, or config paths are requested or required. That is proportionate for a local calculator.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. Nothing in the manifest indicates modification of other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ecommerce-amazon-fba-calculator - 安装完成后,直接呼叫该 Skill 的名称或使用
/ecommerce-amazon-fba-calculator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Amazon FBA Calculator (Lite):
- Calculates precise Amazon FBA fees using 2024 rates and product details.
- Automatically detects size tier based on dimensions and weight.
- Provides complete fee breakdown (fulfillment, storage, referral, etc.).
- Generates profit analysis (gross/net margin, ROI).
- Offers optimization suggestions (size, weight, inventory management).
元数据
常见问题
Amazon Fba Calculator 是什么?
Amazon FBA Calculator - Complete fee breakdown and profit analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Amazon Fba Calculator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecommerce-amazon-fba-calculator」即可一键安装,无需额外配置。
Amazon Fba Calculator 是免费的吗?
是的,Amazon Fba Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Amazon Fba Calculator 支持哪些平台?
Amazon Fba Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amazon Fba Calculator?
由 Henk Nie(@phheng)开发并维护,当前版本 v0.1.0。
推荐 Skills