← Back to Skills Marketplace
119
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install profit-margin-calculator-tiktok
Description
TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return ra...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: profit-margin-calculator-tiktok
Version: 0.1.0
The skill bundle provides a profit margin calculator for e-commerce. Although the Python script (scripts/calculator.py) appears to be a repurposed Amazon calculator containing Amazon-specific fee structures rather than the TikTok-specific ones described in SKILL.md, the code is entirely local, performs no network operations, and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install profit-margin-calculator-tiktok - After installation, invoke the skill by name or use
/profit-margin-calculator-tiktok - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of profit-margin-calculator-tiktok for TikTok Shop sellers.
- Calculates comprehensive product profitability including cost breakdowns, affiliate commissions, platform fees, FBT fulfillment, advertising, and return rates.
- Designed specifically for TikTok Shop’s unique fee structure: low platform fee (5%), high affiliate commission (10–30%), and higher return rates (5–15%).
- Includes return rate analysis to help account for impulse buying behaviors.
- No API key required; easy command-line usage with provided scripts and examples.
Metadata
Frequently Asked Questions
What is Profit Margin Calculator Tiktok?
TikTok Shop profit margin calculator for sellers. Calculate cost breakdowns including affiliate commissions, platform fees, and FBT costs. Includes return ra... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Profit Margin Calculator Tiktok?
Run "/install profit-margin-calculator-tiktok" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Profit Margin Calculator Tiktok free?
Yes, Profit Margin Calculator Tiktok is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Profit Margin Calculator Tiktok support?
Profit Margin Calculator Tiktok is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Profit Margin Calculator Tiktok?
It is built and maintained by Henk Nie (@phheng); the current version is v0.1.0.
More Skills