Install
openclaw skills install @linkfox-ai/linkfox-echotik-list-video-rank查询TikTok视频排行榜,按日榜、周榜或月榜以及区域与视频排名指标获取热门视频榜单,返回播放量、点赞、评论、分享、收藏、视频销量与GMV等指标,覆盖16个TikTok Shop站点。当用户提到TikTok视频排行、TikTok热门视频榜单、TikTok视频排名、TikTok日榜、TikTok周榜、TikTok月榜、TikTok带货视频排行、TikTok视频销量排行、TikTok视频GMV排行、EchoTik视频排行、TikTok video ranking, TikTok top videos chart, TikTok video leaderboard, TikTok viral video ranking时触发此技能。即使用户未明确提及"EchoTik"或"视频排行",只要其需求涉及按日期获取TikTok视频榜单或视频排名,也应触发此技能。
openclaw skills install @linkfox-ai/linkfox-echotik-list-video-rankThis skill queries TikTok Shop video ranking data via the EchoTik data source, helping cross-border sellers and marketers discover top-performing videos in daily, weekly, or monthly rankings. Unlike linkfox-echotik-list-video (which lists videos by region with free filters), this tool returns a dated ranking of videos sorted by a chosen metric.
EchoTik is a TikTok Shop analytics platform. This tool returns ranked video lists for a selected day, week, or month, ordered by a selected ranking metric.
Required input: date, rankType, region, and videoRankField are all mandatory. There are no defaults for required fields.
Related skill: To list videos by region with free filters (creator / product / views range / ad / AI flags) instead of a dated ranking, use linkfox-echotik-list-video. This skill is for ranked, date-scoped video charts.
The response data[*] video object has 25 documented fields. Metric names begin with total but represent the ranking period's cumulative value. Key fields:
| Field | Description |
|---|---|
| videoId / officialUrl / coverUrl | Video ID / TikTok URL / cover image URL |
| videoDesc / duration / createDate | Description / duration (seconds) / publish date |
| userId / uniqueId / nickName / avatar | Creator ID / TikTok account ID / nickname / avatar |
| category / region | Creator category / marketplace code |
| totalViewsCnt / totalDiggCnt / totalCommentsCnt | Period views / likes / comments |
| totalSharesCnt / totalFavoritesCnt | Period shares / favorites |
| totalVideoSaleCnt / totalVideoSaleGmvAmt | Period video sales (units, estimated) / sales GMV (estimated) |
| salesFlagText / createdByAiText | Selling video flag / AI video flag (是/否) |
| productCategoryList / videoProducts | Selling product categories / products |
| sourceType / sourceTool | Product source / source tool |
Full field list with types is in
references/api.md. This shape differs fromlinkfox-echotik-list-video(no width/height/ratio, no 1d/7d/30d breakdowns, noisAdText).
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| date | string | Yes | - | Query date, YYYY-MM-DD |
| rankType | integer | Yes | - | Ranking type (see values below) |
| region | string | Yes | - | Marketplace code. See supported list below |
| videoRankField | integer | Yes | - | Ranking metric (see values below) |
| productCategoryId | string | No | - | Level-1 product category ID for filtering sales-video rankings |
| createdByAi | string | No | - | AI-video filter: true or false |
| pageNum | integer | No | 1 | Page number, starts at 1 |
| pageSize | integer | No | 50 | Page size — must be a multiple of 10, max 100 |
| Value | Meaning |
|---|---|
| 1 | Daily ranking (day) |
| 2 | Weekly ranking (week) |
| 3 | Monthly ranking (month) |
| Value | Meaning | Verified |
|---|---|---|
| 1 | Rank by views (播放量) | ✓ 200 |
| 2 | Rank by video sales (视频销量) | ✓ 200 |
Metric sparsity: when ranking by a given
videoRankField, the other metric fields may return 0 (ranking by sales → views/likes/comments can be 0; ranking by views → sales/GMV can be 0).
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/listVideoRank(完整参数/响应/错误码见 references/api.md)python scripts/echotik_list_video_rank.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-echotik-list-video-rank-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY。1. Top US videos by views on a given day
{
"date": "2026-08-10",
"rankType": 1,
"region": "US",
"videoRankField": 1,
"pageNum": 1,
"pageSize": 20
}
2. Weekly UK video ranking
{
"date": "2026-08-10",
"rankType": 2,
"region": "GB",
"videoRankField": 1
}
3. Monthly US sales ranking filtered to AI videos
{
"date": "2026-08-01",
"rankType": 3,
"region": "US",
"videoRankField": 2,
"createdByAi": "true",
"productCategoryId": "601450",
"pageNum": 1,
"pageSize": 20
}
videoRankField; preserve and surface the ranking order.officialUrl is available, provide it so users can view the video on TikTok.total records and the current page; suggest pagination when the result set is large.date, rankType, region, videoRankField are mandatory; no defaults are applied.errcode:10000 ("no matching data"). Use an earlier date if needed.linkfox-echotik-list-video.Applicable — TikTok video ranking / charts:
| User Says | Scenario |
|---|---|
| "TikTok视频排行" / "TikTok top video chart" | Video ranking by selected period and metric |
| "本周TikTok最火的视频" | Weekly ranking (rankType:2) |
| "本月TikTok带货视频榜" | Monthly sales ranking (rankType:3) |
| "TikTok带货视频排行" | Ranked selling videos (inspect sales/GMV columns) |
| "英国TikTok视频榜单" | region=GB ranking |
Not applicable — Needs beyond dated video ranking:
linkfox-echotik-list-video)productId (use linkfox-echotik-product-video)linkfox-echotik-get-video-download-url)Boundary judgment: When users say "视频排行/视频榜单/最火视频" with a date or region context, this skill applies. If they want to filter videos by creator, views range, or ad/AI flags without a ranking, use linkfox-echotik-list-video.
消耗 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.