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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Installation
- Use Cases
- Usage Examples
- Single Product Analysis
- Quick Analysis
- Batch Analysis
- Input Parameters
- Required
- Recommended
- Optional
- Cost Components
- Referral Fee Rates by Category
- Output Format
- Cost Breakdown
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", ...}]'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.
