supply-chain-optimization-amazon-lite
Supply Chain Optimization (Lite) - Diagnose bottlenecks and provide cost reduction strategies through conversation
What this skill does
# 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:
```bash
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"
```
---
## Benchmark Configuration
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`.
---
## 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](https://www.nexscope.ai/?co-from=skill) โ AI tools for e-commerce sellers.**
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.