Labsco
nexscope-ai logo

supply-chain-optimization-amazon-lite

โ˜… 319

by nexscope-ai ยท part of nexscope-ai/ecommerce-skills

Supply Chain Optimization (Lite) - Diagnose bottlenecks and provide cost reduction strategies through conversation

๐Ÿงฉ One of 7 skills in the nexscope-ai/ecommerce-skills package โ€” works on its own, and pairs well with its siblings.

This is the playbook your agent receives when the skill activates โ€” you don't need to read it to use the skill, but it's here to audit before installing.

Supply Chain Optimization (Lite)

Supply chain bottleneck analysis tool - Conversation-based version

No API integration required. Collect data through guided conversation, automatically diagnose bottlenecks and output cost reduction strategies.

Use Cases

  • Amazon seller supply chain health check
  • Bottleneck identification and cost optimization
  • Supply chain decision support

Workflow

Step 1: Trigger Skill

User says:

Analyze my supply chain
Supply chain diagnosis
I want to optimize supply chain costs

Step 2: Business Profile Collection

Guide user to describe in natural language:

๐Ÿ‘‹ Starting Supply Chain Analysis

Please describe your situation in a sentence or two, like:
"I sell kitchen products, 15 SKUs, $50K monthly sales, sourcing from Yiwu, sea freight to FBA, shipping costs seem high"

Or just tell me what problem you want to solve.

Identify and confirm:

  • Category
  • SKU count
  • Monthly revenue scale
  • Sourcing location
  • Logistics model
  • Main pain points

Step 3: Supply Chain Data Collection

Guide user to provide key data:

๐Ÿ“Š I need some data to locate bottlenecks (rough numbers are fine)

**Sourcing**
โ€ข Product cost (FOB): $___/unit
โ€ข Supplier payment terms: ___ days
โ€ข Lead time: ___ days

**Logistics**
โ€ข Shipping cost per unit: $___
โ€ข Transit time: ___ days

**Sales**
โ€ข Average selling price: $___
โ€ข FBA fulfillment fee: $___/unit
โ€ข Monthly storage fee: $___/unit
โ€ข Ad spend ratio: ___%

**Inventory**
โ€ข Current inventory days: ___ days
โ€ข Long-term storage fees: Yes/No

Just reply in natural language.

Step 4: Bottleneck Diagnosis

Run calculation script:

python3 scripts/calculator.py '{"product_cost": 8, "supplier_payment_days": 0, ...}'

Output diagnosis report:

  • Key metrics table (with health status)
  • Cost structure breakdown
  • Top 3 bottlenecks

Step 5: Cost Reduction Strategies

For each bottleneck provide:

  • Problem description
  • Impact analysis
  • Specific recommendations
  • Action checklist

Step 6: Output Format Selection

๐Ÿ“ค Analysis complete! Choose output format:

1๏ธโƒฃ **Text** - View in current conversation (already shown)
2๏ธโƒฃ **Web Chart** - Generate visual report webpage
3๏ธโƒฃ **Report Doc** - Document format for sharing/presentation

Reply with number or say "generate web report"

File Structure

amazon-lite/
โ”œโ”€โ”€ SKILL.md          # Index (this file)
โ”œโ”€โ”€ SKILL.en.md       # English version
โ”œโ”€โ”€ SKILL.zh-CN.md    # Chinese version
โ”œโ”€โ”€ _meta.json
โ””โ”€โ”€ scripts/
    โ””โ”€โ”€ calculator.py

Version 1.0.0 | Platform: Amazon | Lang: English


Part of Nexscope AI โ€” AI tools for e-commerce sellers.