Agent skill · Backend & API

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.

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 1.0.0
Path: profit-margin-calculator/profit-margin-calculator-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

# 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% ────────────────────────────────────────

What's inside
Steps it walks through
  1. Installation
  2. Cost Components
  3. TikTok Characteristics
  4. Usage
  5. Output Example
  6. TikTok Fee Structure
  7. Key Considerations
  8. vs Amazon
Ships with 1 file
  • scripts/calculator.py
Commands it runs
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}'
More from eCommerce-Skills
All skills →
About this skill
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.

Keep going