profit-margin-calculator-tiktok
TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return rate analysis for impulse buying patterns. No API key required.
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-tiktok --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Profit Margin Calculator — TikTok Shop 💰 Calculate product profitability for TikTok Shop sellers — cost breakdowns, profit margins, and affiliate commission analysis. ## Installation ```bash npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-tiktok -g ``` ## Cost Components | Cost Item | Description | Notes | |-----------|-------------|-------| | Product Cost | FOB purchase price | - | | Inbound Shipping | To FBT warehouse | - | | FBT Fulfillment | Fulfillment by TikTok | Optional | | **Platform Fee** | 5% | Lower ✅ | | **Affiliate Commission** | 10-30% | Main cost ⚠️ | | Advertising | TikTok Ads | - | | Return Cost | Higher return rate | 5-15% | ## TikTok Characteristics - **Low platform fee**: Only 5% - **High affiliate commission**: 10-30%, main cost driver - **High return rate**: Impulse buying, 5-15% returns - **Short viral cycle**: Need fast inventory turnover ## Usage ```bash python3 scripts/calculator.py python3 scripts/calculator.py '{"selling_price": 19.99, "creator_commission_rate": 0.15, "product_cost": 5}' ``` ## Output Example ``` 💰 **TikTok Shop Profit Analysis Report** Selling Price $19.99 100.0% ────────────────────────────────────────
- Installation
- Cost Components
- TikTok Characteristics
- Usage
- Output Example
- TikTok Fee Structure
- Key Considerations
- vs Amazon
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-tiktok -g
python3 scripts/calculator.py
python3 scripts/calculator.py '{"selling_price": 19.99, "creator_commission_rate": 0.15, "product_cost": 5}'What does the profit-margin-calculator-tiktok skill do?
TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return rate analysis for impulse buying patterns. No API key required.
How do I install it?
Run `npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-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.
