Install
openclaw skills install @linkfox-ai/linkfox-echotik-list-seller搜索和分析TikTok Shop店铺(卖家)数据,按区域、类目、近30日GMV、销售趋势、上架时间、本土/跨境店铺等条件筛选店铺,返回销量、销售额(GMV)、粉丝数、评分、评价数、好评率、送达率、回复率、带货达人数、带货视频数、直播数、在店商品数等指标,覆盖16个TikTok Shop站点。当用户提到TikTok店铺搜索、TikTok卖家分析、TikTok Shop店铺排行、TikTok店铺销量、TikTok店铺GMV、TikTok带货店铺、EchoTik店铺数据、TikTok Shop seller search, TikTok shop list, TikTok seller analytics, EchoTik seller, TikTok store data时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及在TikTok Shop上按条件筛选或分析店铺/卖家表现指标,也应触发此技能。
openclaw skills install @linkfox-ai/linkfox-echotik-list-sellerThis skill searches and analyzes TikTok Shop seller (store) data, helping cross-border sellers and marketers discover top-performing stores, benchmark competitors, and evaluate store-level performance across TikTok marketplaces.
EchoTik is a TikTok Shop analytics platform. This tool lists TikTok Shop stores (sellers) with rich filtering, returning store metrics: total sales, GMV (1d/7d/30d/90d), followers, rating, reviews, positive-feedback rate, delivery rate, response rate, number of promoting influencers, videos, livestreams, and product counts.
Listing date: firstCrawlDt / minFirstCrawlDt / maxFirstCrawlDt use a compact integer format YYYYMMDD (e.g., 20240101 for January 1, 2024).
Pagination quirk: pageSize must be a multiple of 10 (max 100). The official upstream API caps a single page at 10; this tool internally pulls multiple pages of 10 and merges them, so pageSize=50 returns up to 50 merged sellers.
| Field | Description |
|---|---|
| sellerId | Store ID |
| sellerName | Store name |
| sellerLink | Store link |
| coverUrl | Store cover image URL |
| region | Marketplace code |
| totalSaleCnt | Total sales volume |
| totalSale1dCnt / 7dCnt / 30dCnt / 90dCnt | Sales volume (1d/7d/30d/90d, incremental) |
| totalSaleGmvAmt | Total GMV (revenue) |
| totalSaleGmv1dAmt / 7dAmt / 30dAmt / 90dAmt | GMV (1d/7d/30d/90d, incremental) |
| followersCount | Follower count |
| rating | Store rating |
| reviewCount | Review count |
| positiveFeedbackRate | Positive feedback rate |
| responseRate | Response rate |
| deliveryRate | Delivery rate |
| totalProductCnt | Historical product count (incl. delisted) |
| totalCrawlProductCnt | Current in-store product count |
| spuAvgPrice | Avg SKU price in store |
| minPrice / maxPrice | Min / max price |
| totalIflCnt | Number of promoting influencers |
| totalVideoCnt | Number of promo videos |
| totalLiveCnt | Number of livestreams |
| salesFlagText | Main sales channel (video/livestream) |
| salesTrendFlagText | Sales trend (flat/rising/falling) |
| shopIdentityLabel | Store identity label |
| shopTypeText | Brand store flag |
| fromFlagText | Local/cross-border flag |
| productCategoryList | Product categories |
| mostProductCategoryList | TOP1 product category |
| firstCrawlDt | Estimated listing time |
| userId | Influencer UID |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| region | string | Yes | - | Marketplace code. See supported list below |
| Parameter | Type | Description |
|---|---|---|
| categoryId | string | Level-1 store category ID |
| categoryL2Id | string | Level-2 store category ID |
| categoryL3Id | string | Level-3 store category ID |
| Parameter | Type | Description |
|---|---|---|
| minTotalSaleGmv30dAmt / maxTotalSaleGmv30dAmt | number | 30-day GMV range |
| salesTrendFlag | integer | 7-day sales trend: 0=flat, 1=rising, 2=falling |
| Parameter | Type | Description |
|---|---|---|
| fromFlag | integer | Store origin: 1=local store, 2=cross-border store |
| salesFlag | integer | Main sales channel: 1=video, 2=livestream |
| Parameter | Type | Description |
|---|---|---|
| minFirstCrawlDt / maxFirstCrawlDt | integer | Estimated listing date range (YYYYMMDD, e.g. 20240101) |
| Parameter | Type | Default | Description |
|---|---|---|---|
| sellerSortField | integer | 2 | Sort field: 1=total sales, 2=total GMV, 3=avg SKU price |
| sortType | integer | 1 | Sort order: 0=ascending, 1=descending |
| pageNum | integer | 1 | Page number (starts at 1) |
| pageSize | integer | 50 | Page size — must be a multiple of 10, max 100 |
US (United States), ID (Indonesia), TH (Thailand), PH (Philippines), MY (Malaysia), VN (Vietnam), GB (United Kingdom), MX (Mexico), SG (Singapore), SA (Saudi Arabia), BR (Brazil), ES (Spain), JP (Japan), DE (Germany), IT (Italy), FR (France)
When the user doesn't specify a marketplace, ask or default to US.
POST /echotik/listSeller(完整参数/响应/错误码见 references/api.md)python scripts/echotik_list_seller.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-echotik-list-seller-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用以下措施来处理:
LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY。1. Top US stores by total GMV
{
"region": "US",
"sellerSortField": 2,
"sortType": 1,
"pageSize": 20,
"pageNum": 1
}
2. Rising cross-border stores in Southeast Asia
{
"region": "ID",
"fromFlag": 2,
"salesTrendFlag": 1,
"sellerSortField": 2,
"sortType": 1
}
3. High-GMV livestream-driven stores
{
"region": "US",
"salesFlag": 2,
"minTotalSaleGmv30dAmt": 100000,
"sellerSortField": 2,
"sortType": 1
}
4. Recently listed stores
{
"region": "GB",
"minFirstCrawlDt": 20250101,
"sellerSortField": 1,
"sortType": 1
}
sellerLink is present, surface it so the user can open the storefromFlagText (local/cross-border), salesFlagText (video/livestream), and salesTrendFlagText (trend) to help benchmark competitorstotal records and the current page; suggest pagination or tighter filters when the result set is largeregion is mandatory; no default is applied by the API.categoryId / categoryL2Id / categoryL3Id are internal IDs, not human-readable names — obtain them from prior results or the category taxonomy.minFirstCrawlDt / maxFirstCrawlDt use YYYYMMDD integers (e.g. 20240101).sellerId returned here.Applicable — TikTok Shop store/seller discovery and benchmarking:
| User Says | Scenario |
|---|---|
| "TikTok店铺排行" / "TikTok top stores" | List stores sorted by GMV/sales |
| "找TikTok带货店铺" | Filter by sales channel (video/livestream) |
| "TikTok本土店铺/跨境店铺分析" | Filter by fromFlag |
| "近期新开的TikTok店铺" | Filter by listing date |
| "TikTok销量上升的店铺" | Filter by salesTrendFlag=rising |
| "东南亚TikTok店铺" | Region-specific store listing |
Not applicable — Needs beyond store listing:
Boundary judgment: When users say "找店铺" or "竞品店铺", if the intent is to list and filter TikTok Shop stores by sales, GMV, or store attributes, this skill applies. If they want a single store's deep profile, use the store-detail skill with a known sellerId.
消耗 4.5 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.