Supply Chain Optimization Walmart

v0.1.0

Supply Chain Bottleneck Analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees. Includes comparison with Amazo...

0· 135·0 current·0 all-time
byHenk Nie@phheng

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for phheng/supply-chain-optimization-walmart.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Supply Chain Optimization Walmart" (phheng/supply-chain-optimization-walmart) from ClawHub.
Skill page: https://clawhub.ai/phheng/supply-chain-optimization-walmart
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install supply-chain-optimization-walmart

ClawHub CLI

Package manager switcher

npx clawhub@latest install supply-chain-optimization-walmart
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Walmart supply-chain analyzer) align with the included calculator code and SKILL.md. The package also contains cross-platform benchmarks (Amazon, TikTok, Shopify) used for comparison — this is reasonable for a comparative tool but slightly broader than the Walmart-only phrasing. Minor mismatch: internal code uses Amazon-oriented names (fba_fee) and a hard-coded 14-day payment term comment for the cash-cycle calculation which may not reflect Walmart's 14–21 day cycle.
Instruction Scope
SKILL.md describes a 4-step flow and shows example exports for WALMART_CLIENT_ID and WALMART_CLIENT_SECRET for optional API integration; otherwise it instructs the agent to collect seller-provided numeric inputs. It does not instruct reading unrelated system files or exfiltrating data. The agent could be configured to call Walmart APIs if the user supplies credentials, which matches the documented optional integration.
Install Mechanism
This is instruction-only (no install spec in the registry). SKILL.md shows an npx command to add the skill (which would download a package if used) but the registry bundle already contains a local calculator.py. No downloads, external URLs, or archive extracts are present in the skill bundle itself.
Credentials
The skill declares no required environment variables in metadata. SKILL.md includes example WALMART_CLIENT_ID/WALMART_CLIENT_SECRET exports for optional API integration — this is proportionate to a marketplace integration but the credentials are optional; nothing else requests unrelated secrets.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system configs, and requires no elevated privileges. It is user-invocable and can be invoked autonomously per platform defaults (normal for skills).
Assessment
This skill is internally consistent and appears to be a local calculator plus optional Walmart API integration. Before installing or supplying credentials: (1) only provide WALMART_CLIENT_ID/SECRET if you intend to enable API data pulls; otherwise use manual inputs. (2) Review or run the calculator.py locally on non-sensitive test data first — the code is straightforward but assumes a non-zero selling price (watch for division-by-zero). (3) Note minor inconsistencies (some Amazon-named variables and a hard-coded 14-day payment term in code) — verify the cash-cycle logic matches your Walmart payment timing. (4) If you plan to run the npx install command shown in SKILL.md, remember that npx will fetch a package from the npm registry — confirm the npm package and publisher are trustworthy before executing.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a10wk10b0pp7aqd56en20f983c2bw
135downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

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.

Comments

Loading comments...