Supply Chain Optimization (Lite) - Diagnose bottlenecks and provide cost reduction strategies through conversation
npx skills add https://github.com/nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-amazon-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.
User says:
Analyze my supply chain
Supply chain diagnosis
I want to optimize supply chain costs
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:
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.
Run calculation script:
python3 scripts/calculator.py '{"product_cost": 8, "supplier_payment_days": 0, ...}'
Output diagnosis report:
For each bottleneck provide:
📤 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"
The following benchmarks can be customized based on your business:
| Metric | Healthy | Warning | Danger |
|--------|---------|---------|--------|
| Gross Margin | >40% | 30-40% | <30% |
| Shipping Ratio | <5% | 5-10% | >10% |
| Net Margin | >20% | 10-20% | <10% |
| Inventory Turnover | <45 days | 45-60 days | >60 days |
| Cash Cycle | <90 days | 90-120 days | >120 days |
To adjust, modify BENCHMARKS in scripts/calculator.py.
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.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take nexscope-ai/supply-chain-optimization-amazon-lite from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.