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.
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-walmart --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 — Walmart 💰 Calculate product profitability for Walmart Marketplace sellers — cost breakdowns, profit margins, and WFS fee analysis. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-walmart -g ``` ## Cost Components | Cost Item | Description | |-----------|-------------| | Product Cost | FOB purchase price | | Inbound Shipping | Sea/air freight to WFS | | WFS Fulfillment | Walmart Fulfillment Services | | WFS Storage | Monthly storage fee | | Referral Fee | Platform commission (8-15%) | | Advertising | Walmart Connect ads | | Return Cost | Return processing loss | ## Walmart vs Amazon | Item | Walmart | Amazon | |------|---------|--------| | Fulfillment | WFS | FBA | | Referral fee | Lower | Higher | | Monthly storage | No fee | Yes | | Competition | Lower | High | ## Usage ```bash python3 scripts/calculator.py python3 scripts/calculator.py '{"selling_price": 24.99, "product_cost": 6, "wfs_fee": 4.95}' ``` ## Output Example ``` 💰 **Walmart Profit Analysis Report** Selling Price $24.99 100.0% ──────────────────────────────────────── Product Cost -$6.00 24.0% WFS Fulfillment -$4.95 19.8% Referral Fee -$3
- Installation
- Cost Components
- Walmart vs Amazon
- Usage
- Output Example
- Walmart Advantages
- Referral Fee Rates
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-walmart -g
python3 scripts/calculator.py
python3 scripts/calculator.py '{"selling_price": 24.99, "product_cost": 6, "wfs_fee": 4.95}'What does the profit-margin-calculator-walmart skill do?
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.
How do I install it?
Run `npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-walmart --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.
