← Back to Skills Marketplace
yuanyi-github

抖音每日点赞飙升榜

by to the moon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install douyin-content-surge-redfox
Description
抖音每日点赞飙升榜查询工具。日度收录全平台抖音作品,输出单日新增点赞TOP50榜单,支持按赛道分类查询、历史日期回溯(最多30天)。当用户查询抖音飙升榜、抖音点赞飙升、抖音飙升排名、抖音飙升榜时使用。触发词:抖音飙升榜、点赞飙升、飙升排名、飙升榜、抖音飙升、抖音新增。
README (SKILL.md)

抖音每日点赞飙升榜

产品概述

日度内容飙升监测工具,每日人工收录核验全平台万级抖音作品,输出单日新增点赞 TOP50 榜单。

  • 更新时间:每日 06:00 更新昨日数据
  • 回溯范围:最多回溯过去 30 天
  • 每个分类最多返回 50 条

🔑 鉴权

前往 红狐hub 获取 API Key,通过以下方式配置:

# 方式一:配置文件(如 OpenClaw 的 ~/.openclaw/openclaw.json)
{ "env": { "REDFOX_API_KEY": "ak_xxxx..." } }

# 方式二:终端环境变量
export REDFOX_API_KEY="ak_xxxx..."

📡 API 调用

  • 接口地址POST https://redfox.hk/story/api/dy/search/hotContentRank
  • 认证方式:请求头 X-API-KEY,值从环境变量 REDFOX_API_KEY 获取
  • 固定参数source(值见脚本)
  • 可选参数type(赛道)、startTime(日期)

详见 api-config.md

🔄 交互流程

1. 时间判断

用户输入 处理方式
今天 / 当前 / 最新 回复说明最新为昨日,提供昨日数据
未来日期 回复提示,提供昨日数据
30天内历史日期 直接查询对应日期
超过30天前 回复提示,提供最接近时间范围内的数据

时间提示语:

  • 当日/未来:「非常抱歉🙏,我们最新的是昨日数据,将为您提供最接近您需求的昨日飙升榜。」
  • 超出回溯:「非常抱歉🙏,目前榜单最多支持回溯「过去30天」,我将为您查询最接近您需求的时间范围~」

2. 赛道判断

将用户描述归类至以下支持赛道,未能匹配时明确告知并列出全部赛道,询问用户选择:

全部、小剧场、财富理财、二次元、身体锻炼、居家装修、数码科技、科学普及、
旅行、美食、动物、明星娱乐、汽车、亲子、人文、三农、潮流风尚、游戏、
生活记录、体育、舞蹈才艺、学习教育、休闲玩乐、影视、音乐、颜值造型、
健康医学、综艺、个人成长

3. 默认行为

无特殊说明时,默认返回昨日全品类飙升榜。所有查询(包括全品类和特定赛道)均默认展示 TOP20,用户明确要求查看完整榜单时再输出全部 50 条数据。

📊 标准输出格式

榜单以 Markdown 表格呈现,作品标题必须使用 [标题](workUrl) 格式输出为可点击的超链接

💡 榜单说明:每日 06:00 更新昨日数据,[如有时间偏差提示则插入]。飙升数据为单日新增统计,与累计总量存在差异。

📊 抖音每日点赞飙升TOP20(YYYY-MM-DD)[查询全部时含"赛道"列,查询特定赛道时不含]

| 排名 | 作品标题 | 作者 | 赛道* | 新增收藏 | 新增评论 | 新增分享 | **新增点赞** | 发布时间 |
|------|---------|------|-------|---------|---------|---------|------------|---------|
| 1 | [红烧肉的教程](https://www.douyin.com/video/xxx) | 美食达人 | 美食 | 10w+ | 10w+ | 10w+ | **10w+** | 05-28 12:00 |

*查询特定赛道时去掉"赛道"列

⚡ 更多操作
• 本次榜单完整共50条数据,是否需要查看剩余30条?

📬 订阅服务
1️⃣ 我们每日 06:00 更新昨日数据,是否需要订阅每日的抖音作品最新飙升排行,订阅后定时推送给您
2️⃣ 是否需要订阅具体赛道的作品表现?我们支持:[列出28个赛道]

作品标题超链接规范

  • 作品标题必须以 Markdown 链接格式输出:[作品标题](workUrl)
  • workUrl 为接口返回的 share_url 字段
  • 禁止使用 HTML \x3Ca> 标签或终端 OSC 转义序列

数据字段说明

字段 来源字段 说明
排名 数组位置 按新增点赞降序排列
作品标题 aweme_desc + share_url 展示为超链接格式,见上方规范
作者 user_nickname 账号名
赛道 category 仅全品类查询时展示
新增收藏 / 新增评论 / 新增分享 / 新增点赞 add_collect_count / add_comment_count / add_share_count / add_digg_count 单日新增互动数据(入库时间快照),新增点赞列数值需加粗显示
发布时间 create_time_str 格式 MM-DD HH:00

📬 文件输出与订阅

  • 默认展示 20 条;用户请求完整版时输出 Markdown 表格(含 50 条)
  • 订阅:支持用户选择赛道和时间偏好,按每日 06:00 更新后自动推送

📚 其他资源

Usage Guidance
Install only if you are comfortable giving a RedFox API key to this skill and using it for on-demand ranking lookups. Treat the subscription feature as under-specified: do not enable recurring pushes unless the publisher clarifies how subscriptions are created, where preferences are stored, how to cancel, and what data is retained.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The core API lookup capability is coherent, but subscription and automatic daily push behavior appears in the user-facing docs and interaction guide without a matching clear permission model or implementation boundary.
Instruction Scope
Runtime instructions tell the agent to offer daily subscription pushes and default scheduled delivery, but do not explain stored preferences, opt-out handling, or whether the host agent is authorized to create ongoing notifications.
Install Mechanism
The artifact contains markdown guidance and one Python script; there are no package installs, startup hooks, or hidden installation behavior.
Credentials
Use of REDFOX_API_KEY and a POST request to redfox.hk is disclosed and proportionate for the ranking lookup, though broad trigger wording could cause unintended API calls for ambiguous requests.
Persistence & Privilege
No persistence or scheduler code was found, but the documentation claims support for recurring daily pushes, which implies ongoing state or scheduled messaging without sufficient disclosure or controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-content-surge-redfox
  3. After installation, invoke the skill by name or use /douyin-content-surge-redfox
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
douyin-content-surge-redfox 1.0.0 - 新增抖音每日点赞飙升榜查询功能,支持日度榜单查询及赛道分类筛选。 - 支持回溯查询过去30天的榜单数据,默认返回昨日榜单。 - 每日 06:00 更新数据,默认展示TOP20,支持按需输出TOP50。 - 榜单以Markdown表格格式输出,作品标题支持可点击超链接。 - 提供赛道分类引导与未匹配提示,支持用户定制订阅服务。 - 完善API鉴权说明与调用示例,增强用户操作指引。
Metadata
Slug douyin-content-surge-redfox
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 抖音每日点赞飙升榜?

抖音每日点赞飙升榜查询工具。日度收录全平台抖音作品,输出单日新增点赞TOP50榜单,支持按赛道分类查询、历史日期回溯(最多30天)。当用户查询抖音飙升榜、抖音点赞飙升、抖音飙升排名、抖音飙升榜时使用。触发词:抖音飙升榜、点赞飙升、飙升排名、飙升榜、抖音飙升、抖音新增。 It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install 抖音每日点赞飙升榜?

Run "/install douyin-content-surge-redfox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 抖音每日点赞飙升榜 free?

Yes, 抖音每日点赞飙升榜 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 抖音每日点赞飙升榜 support?

抖音每日点赞飙升榜 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 抖音每日点赞飙升榜?

It is built and maintained by to the moon (@yuanyi-github); the current version is v1.0.0.

💬 Comments