Agent skill · Backend & API

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) evaluating new product profitability before sourcing, (2) diagnosing existing product margins, (3) adjusting pricing strategy, (4) analyzing multiple SKUs at once.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-amazon --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: yes
Path: profit-margin-calculator/profit-margin-calculator-amazon/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Profit Margin Calculator — Amazon 💰 Calculate product profitability for Amazon FBA sellers — cost breakdowns, profit margins, break-even analysis, and pricing recommendations. No API key required. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-amazon -g ``` ## Use Cases | Scenario | What You'll Get | |----------|-----------------| | **New product evaluation** | Profitability forecast before sourcing | | **Existing product diagnosis** | Margin analysis with cost breakdown | | **Pricing adjustment** | Recommended prices for target margins | | **Batch SKU analysis** | Multi-product comparison table | ## Usage Examples ### Single Product Analysis ``` Calculate profit for my Amazon product: - Selling price: $29.99 - Product cost: $6 - Shipping to FBA: $1.50 - FBA fulfillment fee: $5.50 - FBA storage: $0.30/month - Ad spend: 10% of sales - Category: Kitchen ``` ### Quick Analysis ``` Is this product profitable? Price $19.99, cost $5, FBA fee $4.50, shipping $1 ``` ### Batch Analysis ``` Analyze these SKUs: A001, Yoga Mat, $29.99, cost $6, shipping $1.5, FBA $5.5 A002, Resistance Bands, $19.99, cost $3, shipping $0.8, FBA $4 A003, F

What's inside
Steps it walks through
  1. Installation
  2. Use Cases
  3. Usage Examples
  4. Single Product Analysis
  5. Quick Analysis
  6. Batch Analysis
  7. Input Parameters
  8. Required
  9. Recommended
  10. Optional
  11. Cost Components
  12. Referral Fee Rates by Category
  13. Output Format
  14. Cost Breakdown
Ships with 1 file
  • scripts/calculator.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-amazon -g
Default demo
python3 scripts/calculator.py
Custom input
python3 scripts/calculator.py '{"selling_price": 29.99, "product_cost": 6, "fba_fee": 5.5}'
Batch analysis
python3 scripts/calculator.py '[{"sku": "A001", ...}, {"sku": "A002", ...}]'
More from eCommerce-Skills
All skills →
About this skill
What does the profit-margin-calculator-amazon skill do?

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) evaluating new product profitability before sourcing, (2) diagnosing existing product margins, (3) adjusting pricing strategy, (4) analyzing multiple SKUs at once.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-amazon --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going