TikTok Shop analytics toolkit: fetch influencer data via EchoTik API, optionally fetch product trending data via TikTok Shop Partner API, analyze cross-region trends, build collaboration plans, create product selection lists, and plan video hook strategies.
TikTok 选品猎手是一款面向 TikTok 电商卖家的智能选品工具。通过自动监控 TikTok Shop 商品榜、EchoTik 数据接口,实时识别高增长爆款商品,并利用 AI 分析爆款视频的钩子(Hook)与结构,自动匹配合适的中腰部达人(KOC),帮助卖家快速发现蓝海品类与合作机会。在 TikTok 电商领域,领先 48 小时发现爆款意味着 10 倍的利润空间。传统的选品工具只告诉你“什么火了”,而 TikTok Trend Slayer 告诉你“什么即将火”以及“为什么火”。将原本需要 3 小时的手动刷榜和分析,缩短为 1 分钟的“选品简报”。
# Install dependencies
brew install curl jq
# Set EchoTik credential (required)
export ECHOTIK_AUTH_HEADER="Basic <base64_credentials>"
# Optional TikTok Shop credential (if you want product data)
export TIKTOK_SHOP_API_KEY="your_app_key"
# Fetch influencer data
~/.openclaw/skills/tiktok-trend-slayer/scripts/tiktok_slayer.sh --category 3c --region US
# Fetch product trending data
~/.openclaw/skills/tiktok-trend-slayer/scripts/tiktok_slayer.sh --category 3c --region US --mode products
# Fetch both influencers and products
~/.openclaw/skills/tiktok-trend-slayer/scripts/tiktok_slayer.sh --category 3c --region US,SG,TH --format md --mode both
# All categories across all regions
~/.openclaw/skills/tiktok-trend-slayer/scripts/tiktok_slayer.sh --all --region US,SG,TH --format json --mode influencers
| Flag | Value | Default | Description |
|---|---|---|---|
| ------ | ------- | --------- | ------------- |
--category | beauty/3c/home/fashion/food/sports/baby/pet | — | Single category |
--all | — | — | All 8 categories |
--region | US,SG,TH,UK,... (comma-separated) | US | One or more markets |
--format | json / md | json | Output format |
--page-size | 1-10 | 10 | Results per request |
--output-dir | path | skill/output/ | Custom output directory |
--mode | influencers/products/both | influencers | Data type to fetch |
--mode influencers).--mode products).--mode both).Without TIKTOK_SHOP_API_KEY, product fetching gracefully skips and reports how to enable.
After fetching data, use these workflows to generate professional deliverables. Read references/workflows.md for detailed step-by-step instructions.
Compare influencer landscapes across markets to find the best opportunities.
Trigger: "compare US vs SG", "analyze Southeast Asia", "which market for 3C"
Process: Fetch data for multiple regions, cross-compare engagement/EC scores/sales, generate comparison report.
Output: Regional comparison report with per-market insights and recommendations.
Build a tiered influencer partnership proposal with pricing and timeline.
Trigger: "create collab plan", "how to work with influencers", "partnership proposal"
Process: Score influencers (engagement 30%, EC score 25%, followers 20%, sales 15%, fit 10%), assign tiers, generate plan with compensation framework and 5-phase execution timeline.
Output: Structured proposal with Tier 1/2/3 influencers, collaboration models, rates, timeline, KPIs.
Generate a prioritized product list with pricing strategy and revenue forecast.
Trigger: "what to sell", "product recommendations", "selection list"
Process: Analyze market data (price ranges, conversion patterns), build product list by sub-category, add pricing strategy and revenue forecast.
Output: Categorized product list with specs, pricing bands, profit margins, revenue projections.
Create video scripts and content calendar matched to products and influencers.
Trigger: "create video scripts", "what hooks to use", "content calendar"
Process: Match hook types to products (Drop Test, Comparison, Unboxing, Scene, Price Impact), write scene-by-scene scripts, build weekly content calendar with influencer assignments.
Output: 3-5 video scripts with storyboard + content calendar.
| Format | Best For | Generation |
|---|---|---|
| -------- | ---------- | ------------ |
| MD | Default — readable, editable | Write directly |
| JSON | Machine processing, APIs | Script --format json |
| Professional reports, sharing | Python reportlab (use English content) | |
| Excel | Data tracking, calculations | Python openpyxl (use Calibri font) |
See references/output_example.md for format templates.
| Category | Code |
|---|---|
| ---------- | ------ |
| Beauty | beauty |
| 3C Electronics | 3c |
| Home & Living | home |
| Fashion | fashion |
| Food & Beverage | food |
| Sports & Outdoors | sports |
| Baby & Maternity | baby |
| Pet Supplies | pet |
See references/api_docs.md for EchoTik and TikTok Shop API endpoints, response schemas, and credential setup.
tiktok tiktok-shop product-selection influencer-analytics echotik video-hook content-strategy cross-border ecommerce collaboration-plan
共 2 个版本