Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Profit Margin Calculator Tiktok

v0.1.0

TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return ra...

0· 115·0 current·0 all-time
byHenk Nie@phheng

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for phheng/profit-margin-calculator-tiktok.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Profit Margin Calculator Tiktok" (phheng/profit-margin-calculator-tiktok) from ClawHub.
Skill page: https://clawhub.ai/phheng/profit-margin-calculator-tiktok
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install profit-margin-calculator-tiktok

ClawHub CLI

Package manager switcher

npx clawhub@latest install profit-margin-calculator-tiktok
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The SKILL.md advertises a TikTok Shop calculator (mentions FBT, creator commissions, 5% platform fee), but the bundled script's header, comments, variable names, and fee tables reference Amazon and FBA (e.g., 'Amazon Profit Calculator', REFERRAL_FEE_RATES, FBA_FULFILLMENT_FEES). This mismatch indicates the code does not match the stated purpose and suggests the author reused Amazon logic without adapting it for TikTok.
!
Instruction Scope
Runtime instructions simply run python3 scripts/calculator.py (optionally with JSON). The SKILL.md example uses a key name 'creator_commission_rate', but the ProductInput dataclass uses 'referral_fee_rate' and Amazon-oriented fields (fba_fulfillment_fee, referral_fee). These naming and domain mismatches mean the script may ignore some inputs or apply Amazon rules to TikTok scenarios, producing incorrect analyses. The instructions don't warn about these shortcomings.
Install Mechanism
No install spec; skill is instruction-only with a local Python script. No downloads, external packages, or installers are triggered by the skill bundle itself, which keeps installation risk low.
Credentials
The skill requests no environment variables, secrets, or config paths. The code imports only standard libraries (json, csv, sys) and does not appear to perform network I/O or request credentials, so there is no disproportional credential access.
Persistence & Privilege
The skill is not set to always:true and has no installers that modify agent configuration. It does not request elevated persistence or cross-skill configuration changes.
What to consider before installing
This package claims to be for TikTok Shop but the included Python code appears to be an Amazon/FBA calculator repurposed without proper updates. It does not request credentials and likely won't exfiltrate data, but using it as-is could give wrong profit estimates. Before installing or using: (1) ask the author to confirm the intended platform and to update variable names, fee tables, and comments for TikTok/FBT; (2) test the script with known inputs and compare results to manual calculations to verify behavior; (3) search the code for any network calls (none are apparent in the visible portion) before running with real business data; (4) avoid relying on its output for pricing or financial decisions until corrected. If you need a trustworthy TikTok Shop calculator, prefer a tool explicitly maintained for TikTok/FBS with documented fee sources.

Like a lobster shell, security has layers — review code before you run it.

latestvk9728aj53f048dewc44w95jyad83d9nb
115downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Profit Margin Calculator — TikTok Shop 💰

Calculate product profitability for TikTok Shop sellers — cost breakdowns, profit margins, and affiliate commission analysis.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-tiktok -g

Cost Components

Cost ItemDescriptionNotes
Product CostFOB purchase price-
Inbound ShippingTo FBT warehouse-
FBT FulfillmentFulfillment by TikTokOptional
Platform Fee5%Lower ✅
Affiliate Commission10-30%Main cost ⚠️
AdvertisingTikTok Ads-
Return CostHigher return rate5-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

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%
────────────────────────────────────────
Product Cost          -$5.00    25.0%
FBT Fulfillment       -$3.50    17.5%
Platform Fee (5%)     -$1.00     5.0%
Affiliate Commission  -$3.00    15.0%  ⬅️ Main cost
...
────────────────────────────────────────
Net Profit            $4.54    22.7%

TikTok Fee Structure

Fee TypeRateNotes
Platform Fee5%Lower than Amazon
Affiliate Commission10-30%Varies by influencer tier
FBT Fulfillment~$3-5/orderSimilar to FBA
Return Processing~$2-3/returnHigher return rate

Key Considerations

  1. Affiliate costs are variable — Top influencers demand higher rates
  2. Plan for returns — Budget 5-15% return rate
  3. Fast turnover needed — Viral products have short cycles
  4. Lower platform fees — 5% vs Amazon's 8-15%

vs Amazon

ItemAmazonTikTok
Platform fee8-15%5%
AffiliateN/A10-30%
Return rate5-10%5-15%
TrafficSearchContent

Part of Nexscope AI — AI tools for e-commerce sellers.

Comments

Loading comments...