Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nexscope-ai avatar

Supply Chain Optimization Tiktok

  • 11 installs
  • 558 repo stars
  • Updated July 23, 2026
  • nexscope-ai/ecommerce-skills

Helps with ai & agent building tasks during AI-assisted development.

About

supply-chain-optimization-tiktok is a Claude Code skill in the AI & Agent Building category.

  • supply-chain-optimization-tiktok
  • AI & Agent Building
  • AI-coding skill

Supply Chain Optimization Tiktok by the numbers

  • 11 all-time installs (skills.sh)
  • Ranked #11,696 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill supply-chain-optimization-tiktok

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11
repo stars558
Last updatedJuly 23, 2026
Repositorynexscope-ai/ecommerce-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Supply Chain Optimization — TikTok Shop 📦

Supply chain bottleneck analyzer for TikTok Shop sellers. Diagnose cash flow, inventory, affiliate costs, and return rates.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok -g

Platform Characteristics

FeatureTikTok Shopvs Amazon
FulfillmentFBT / Self-shipFBA
Commission2-8% (category) + 2% transaction8-15%
Payment cycle7-15 days14 days
Traffic sourceContent-drivenSearch-driven
Return rateHigher (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

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 short
            "warning": 45,
            "danger": 60
        },
        "cash_cycle": {
            "healthy": 60,      # Fast payment
            "warning": 90,
            "danger": 120
        },
        "net_margin": {
            "healthy": 0.15,    # After affiliate split
            "warning": 0.08,
            "danger": 0.03
        },
        # TikTok-specific metrics
        "return_rate": {
            "healthy": 0.10,    # <10% healthy
            "warning": 0.20,
            "danger": 0.30
        },
        "affiliate_ratio": {
            "healthy": 0.20,    # Affiliate commission ratio
            "warning": 0.30,
            "danger": 0.40
        }
    }
}

TikTok-Specific Costs

Affiliate Commission

Livestream selling: 10-30% commission
Short video promotion: 10-25% commission
Top influencers: May require upfront fees

Return Costs

TikTok return rates typically higher than traditional e-commerce (impulse buying)
Must account for:
├── Return shipping cost
├── Product damage/loss
└── Restocking fees

Input Data

**Sales (TikTok-specific)**
• Average Selling Price: $___
• FBT Fulfillment Fee: $___/unit
• Platform Fee: 2% (fixed)
• Referral Fee: ___%
• Affiliate Commission Rate: ___% (if applicable)
• Spark Ads Spend Ratio: ___%

**Risk (TikTok-specific)**
• Return Rate: ___%
• Return Processing Cost: $___/unit

API Integration

TikTok Shop API

export TIKTOK_APP_KEY="xxx"
export TIKTOK_APP_SECRET="xxx"
export TIKTOK_ACCESS_TOKEN="xxx"

Available Data

DataAPI
OrdersOrder API
ProductsProduct API
LogisticsLogistics API
AffiliatesAffiliate API

Bottleneck Diagnosis Focus

TikTok Shop-specific bottlenecks:

1. High affiliate commission → Profit erosion 2. High return rate → Hidden costs 3. Slow inventory turnover → Short viral cycle, high stagnation risk 4. Content dependency → Unstable traffic

vs Amazon Comparison

ItemAmazonTikTok
Commission8-15%4-10%
Affiliate splitNone10-30%
Payment cycle14 days7-15 days
Return rate5-15%10-30%
TrafficStableVolatile
Viral cycleLongShort

---

Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) — AI tools for e-commerce sellers.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.