supply-chain-optimization-walmart — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited supply-chain-optimization-walmart (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Supply chain bottleneck analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees.
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-walmart -g| Feature | Walmart | vs Amazon |
|---|---|---|
| Fulfillment | WFS (Walmart Fulfillment Services) | FBA |
| Commission | 6-15% (by category) | 8-15% |
| Payment cycle | 14-21 days | 14 days |
| Storage fees | Lower | Higher |
| Long-term storage | No extra fee | Yes |
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 ProfitBENCHMARKS = {
"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
}
}
}export WALMART_CLIENT_ID="xxx"
export WALMART_CLIENT_SECRET="xxx"| Data | API |
|---|---|
| Orders | Orders API |
| Inventory | Inventory API |
| Fee Reports | Reports API |
Same 4-step process as Amazon version:
**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)| Item | Amazon | Walmart |
|---|---|---|
| Fulfillment | FBA | WFS |
| Storage fees | High | Low |
| Long-term storage | Yes | No |
| Commission | 8-15% | 6-15% |
| Payment cycle | 14 days | 14-21 days |
| Traffic | High | Medium |
Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) — AI tools for e-commerce sellers.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.