supply-chain-optimization-walmart

Supply Chain Bottleneck Analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees. Includes comparison with Amazon FBA, lower storage fee optimization, and Walmart Connect ad spend analysis. No API key required for basic analysis.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "supply-chain-optimization-walmart" with this command: npx skills add nexscope-ai/eCommerce-Skills

Supply Chain Optimization — Walmart 📦

Supply chain bottleneck analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-walmart -g

Platform Characteristics

FeatureWalmartvs Amazon
FulfillmentWFS (Walmart Fulfillment Services)FBA
Commission6-15% (by category)8-15%
Payment cycle14-21 days14 days
Storage feesLowerHigher
Long-term storageNo extra feeYes

Cost Structure (Walmart)

Selling Price $XX
├── Product Cost
├── Inbound Shipping
├── WFS Fulfillment Fee (similar to FBA)
├── WFS Storage Fee (lower than FBA)
├── Referral Fee (6-15%)
├── Advertising (Walmart Connect)
└── Net Profit

Benchmark Configuration

BENCHMARKS = {
    "walmart": {
        "gross_margin": {
            "healthy": 0.35,    # Walmart commission lower, benchmark can be lower
            "warning": 0.25,
            "danger": 0.15
        },
        "shipping_ratio": {
            "healthy": 0.06,    # WFS shipping slightly higher
            "warning": 0.10,
            "danger": 0.15
        },
        "inventory_days": {
            "healthy": 45,
            "warning": 60,
            "danger": 90
        },
        "cash_cycle": {
            "healthy": 100,     # Payment cycle slightly longer
            "warning": 130,
            "danger": 160
        },
        "net_margin": {
            "healthy": 0.18,
            "warning": 0.10,
            "danger": 0.05
        }
    }
}

API Integration

Walmart Marketplace API

export WALMART_CLIENT_ID="xxx"
export WALMART_CLIENT_SECRET="xxx"

Available Data

DataAPI
OrdersOrders API
InventoryInventory API
Fee ReportsReports API

Usage Flow

Same 4-step process as Amazon version:

  1. Business profile collection
  2. Supply chain data collection
  3. Bottleneck diagnosis
  4. Cost reduction plan output

Input Data

**Sales (Walmart-specific)**
• Average Selling Price: $___
• WFS Fulfillment Fee: $___/unit
• Referral Fee Rate: ___%
• Walmart Connect Ad Spend Ratio: ___%

**Inventory**
• Current Inventory Days: ___ days
• (Walmart has no long-term storage fees)

vs Amazon Comparison

ItemAmazonWalmart
FulfillmentFBAWFS
Storage feesHighLow
Long-term storageYesNo
Commission8-15%6-15%
Payment cycle14 days14-21 days
TrafficHighMedium

Key Advantages

  • No long-term storage fees — Better for slow-moving inventory
  • Lower referral fees — 6-15% vs Amazon's 8-15%
  • Lower storage costs — WFS storage cheaper than FBA
  • Growing marketplace — Less competition than Amazon

Part of Nexscope AI — AI tools for e-commerce sellers.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

codex-supergraph

Use when the user asks about token prices, charts, holders, trending tokens, pair data, prediction markets, or any on-chain analytics from Codex. Also use wh...

Registry SourceRecently Updated
1880nealo
Web3

Nansen Web Searcher

Search the web for one or more queries in parallel. Use when you need current information, news, prices, or any web content to complement on-chain Nansen data.

Registry SourceRecently Updated
Web3

Nansen Wallet Manager

Wallet management — create (local or Privy server-side), list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.

Registry SourceRecently Updated
Web3

Nansen Wallet Keychain Migration

Migrate an existing nansen-cli wallet from insecure password storage (env files, .credentials) to the new secure keychain-backed flow.

Registry SourceRecently Updated