Agent skill · Backend & API

supply-chain-optimization-tiktok

Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. No API key required for basic analysis.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 4 KB
Bundled scripts: yes
Version: 1.0.0
Path: supply-chain-optimization/supply-chain-optimization-tiktok/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Supply Chain Optimization — TikTok Shop 📦 Supply chain bottleneck analyzer for TikTok Shop sellers. Diagnose cash flow, inventory, affiliate costs, and return rates. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok -g ``` ## Platform Characteristics | Feature | TikTok Shop | vs Amazon | |---------|-------------|-----------| | Fulfillment | FBT / Self-ship | FBA | | Commission | 2-8% (category) + 2% transaction | 8-15% | | Payment cycle | 7-15 days | 14 days | | Traffic source | Content-driven | Search-driven | | Return rate | Higher (impulse buying) | Medium | ## Cost Structure (TikTok Shop) ``` Selling Price $XX ├── Product Cost ├── Inbound Shipping ├── FBT Fulfillment / Self-ship ├── Platform Fee (2%) ├── Referral Fee (2-8%) ├── Affiliate Commission (10-30%) ← TikTok-specific ├── Advertising (Spark Ads) └── Net Profit ``` ## Benchmark Configuration ```python BENCHMARKS = { "tiktok": { "gross_margin": { "healthy": 0.45, # Need to cover affiliate commission "warning": 0.35, "danger": 0.25 }, "shipping_ratio": { "healthy": 0.05, "warning": 0.08, "danger": 0.12 }, "inventory_days": { "healthy": 30, # TikTok viral cycle is

What's inside
Steps it walks through
  1. Installation
  2. Platform Characteristics
  3. Cost Structure (TikTok Shop)
  4. Benchmark Configuration
  5. TikTok-Specific Costs
  6. Affiliate Commission
  7. Return Costs
  8. Input Data
  9. API Integration
  10. TikTok Shop API
  11. Available Data
  12. Bottleneck Diagnosis Focus
  13. vs Amazon Comparison
Ships with 3 files
  • scripts/calculator.py
  • scripts/report_doc.py
  • scripts/report_html.py
Commands it runs
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok -g
export TIKTOK_APP_KEY="xxx"
export TIKTOK_APP_SECRET="xxx"
export TIKTOK_ACCESS_TOKEN="xxx"
More from eCommerce-Skills
All skills →
About this skill
What does the supply-chain-optimization-tiktok skill do?

Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. No API key required for basic analysis.

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going