amazon-fba-calculator

amazon-fba-calculator is a skill for Claude Code, Codex from nexscope-ai/Amazon-Skills. It costs 17 tokens per session (473 once invoked), scanned A, original, MIT.

A calculator for estimating Amazon FBA fees and product profit. FBA, or Fulfillment by Amazon, is Amazon's service for storing, packing, and shipping products for sellers.

In plain words
What is it for?
Use it with product dimensions, weight, selling price, costs, and category to determine the size tier, estimate fees, calculate profit, margin, and ROI, and review optimization suggestions.
Why use it?
It breaks down fulfillment, storage, referral, and long-term storage costs so sellers can estimate margin and return on investment before pricing or stocking a product.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

not rated 655repo +26 16d ago A scan Socket: passSnyk: passSkillSpector: pass 17 tokens original MIT

Good fit Use it with product dimensions, weight, selling price, costs, and category to determine the size tier, estimate fees, calculate profit, margin, and ROI, and review optimization suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nexscope-ai/amazon-skills/amazon-fba-calculator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nexscope-ai/Amazon-Skills --skill amazon-fba-calculator
Clone the repo
git clone --depth 1 https://github.com/nexscope-ai/Amazon-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for amazon-fba-calculator

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-fba-calculator/github.svg)](https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-fba-calculator)
Your own site
<a href="https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-fba-calculator"><img src="https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-fba-calculator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for amazon-fba-calculator

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-fba-calculator"><img src="https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-fba-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 9 Apr 2026
  • Snyk pass 9 Apr 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00473
Opus 5 $0.00009 $0.00236
Sonnet 5 $0.00003 $0.00095
Haiku 4.5 $0.00002 $0.00047

Measured 12d ago against content hash 463f2899831d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

amazon-fba-calculator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/calculator.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

amazon-fba-calculator/SKILL.md · 70 lines

What it actually says

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.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 70 lines · 17 tokens per session scan A 463f2899831d

Subscribe to this mod's changes

amazon-fba-calculator is a skill published in the GitHub repository nexscope-ai/Amazon-Skills (655 stars, last pushed 16d ago), licensed MIT. It adds 17 tokens to every session and 473 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

profit-margin-calculator-amazon

Amazon profit margin calculator for sellers. Calculate cost breakdowns, profit margins, break-even points, and get pricing recommendations. Supports single product analysis and batch calculations. Input product cost, shipping, FBA fees, and get instant profitability analysis. No API key required. Use when: (1)…

nexscope-ai/eCommerce-Skills · 98 tokens

profit-margin-calculator-shopify

Shopify/DTC profit margin calculator for sellers. Calculate cost breakdowns including ad spend, CAC, payment processing fees, and 3PL costs. Includes LTV/CAC analysis and DTC-specific benchmarks. No API key required.

nexscope-ai/eCommerce-Skills · 54 tokens

profit-margin-calculator-tiktok

TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return rate analysis for impulse buying patterns. No API key required.

nexscope-ai/eCommerce-Skills · 46 tokens

profit-margin-calculator-walmart

Walmart profit margin calculator for sellers. Calculate cost breakdowns including WFS fulfillment, storage fees, and referral fees. Includes comparison with Amazon FBA and lower competition advantage analysis. No API key required.

nexscope-ai/eCommerce-Skills · 48 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-returns-recovery

Suede-affiliated Amazon money-recovery audit for restocking fees, short or denied refunds, and Amazon-billed subscriptions. Use when the user mentions a restocking fee, a short or denied Amazon refund, or a forgotten Prime Video Channel, Audible, Kindle Unlimited, or Prime charge, or asks whether Amazon still owes or…

JasonColapietro/suede-creator-skills · 138 tokens