Agent skill · Backend & API

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-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 1.0.0
Path: profit-margin-calculator/profit-margin-calculator-walmart/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 — 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

What's inside
Steps it walks through
  1. Installation
  2. Cost Components
  3. Walmart vs Amazon
  4. Usage
  5. Output Example
  6. Walmart Advantages
  7. Referral Fee Rates
Ships with 1 file
  • scripts/calculator.py
Commands it runs
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}'
More from eCommerce-Skills
All skills →
About this skill
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.

Keep going