douyin-realtime-hot-rise

当用户在抖音上寻找正在走红的视频、涨粉最快的话题、实时飙升榜单、新晋爆款内容,或想了解"哪些视频在抖音火起来了"、"最近抖音流行什么"时,使用此技能。此技能专用于抖音内容热度上升趋势分析,不适用于微博热搜、快手热点、达人搜索、视频播放量统计或情感分析等其他场景。

3,891 stars

Best use case

douyin-realtime-hot-rise is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

当用户在抖音上寻找正在走红的视频、涨粉最快的话题、实时飙升榜单、新晋爆款内容,或想了解"哪些视频在抖音火起来了"、"最近抖音流行什么"时,使用此技能。此技能专用于抖音内容热度上升趋势分析,不适用于微博热搜、快手热点、达人搜索、视频播放量统计或情感分析等其他场景。

Teams using douyin-realtime-hot-rise should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/douyin-realtime-hot-rise/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/allinherog-star/douyin-realtime-hot-rise/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/douyin-realtime-hot-rise/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How douyin-realtime-hot-rise Compares

Feature / Agentdouyin-realtime-hot-riseStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

当用户在抖音上寻找正在走红的视频、涨粉最快的话题、实时飙升榜单、新晋爆款内容,或想了解"哪些视频在抖音火起来了"、"最近抖音流行什么"时,使用此技能。此技能专用于抖音内容热度上升趋势分析,不适用于微博热搜、快手热点、达人搜索、视频播放量统计或情感分析等其他场景。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# douyin-realtime-hot-rise

## 概述

获取抖音实时热搜飙升榜单,用于热点选题和内容创作参考。

## API

**执行技能** `POST /api/execute`

```bash
# 完整热搜飙升榜(热度排序)
curl -X POST https://ai-skills.ai/api/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $AISKILLS_API_KEY" \
  -H "X-Tenant-Id: default" \
  -d '{"skillId":"douyin-realtime-hot-rise","params":{}}'

# 关键词搜索(筛选包含"奥运"的热点)
curl -X POST https://ai-skills.ai/api/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $AISKILLS_API_KEY" \
  -H "X-Tenant-Id: default" \
  -d '{"skillId":"douyin-realtime-hot-rise","params":{"keyword":"奥运"}}'

# 指定分类 + 变化排序
curl -X POST https://ai-skills.ai/api/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $AISKILLS_API_KEY" \
  -H "X-Tenant-Id: default" \
  -d '{"skillId":"douyin-realtime-hot-rise","params":{"tag":"2001,2002","order":"rank_diff","page_size":20}}'
```

## 参数

| 参数 | 类型 | 默认 | 说明 |
|------|------|------|------|
| `keyword` | string | - | 关键词模糊搜索 |
| `tag` | string | - | 分类ID,多个逗号分隔 |
| `order` | string | `rank` | `rank`=热度排序,`rank_diff`=变化排序 |
| `page` | integer | `1` | 页码 |
| `page_size` | integer | `50` | 每页数量 |

## 分类 tag

| 分类 | tag |
|------|-----|
| 娱乐 | `2001,2002,2003,2004,2005,2006,2007,2008,2012` |
| 游戏 | `12000,12001` |
| 美食 | `9000` |
| 科技 | `6000` |
| 体育 | `5000` |
| 社会 | `4003,4005` |
| 时尚 | `16000` |
| 音乐 | `29000,29001` |

## 响应

```json
{
  "success": true,
  "data": {
    "title": "抖音全网实时热点上升榜",
    "updateTime": "20260328234500",
    "pagination": { "page": 1, "pageSize": 30, "total": 4018 },
    "items": [
      {
        "rank": 53,
        "rankDiff": 3889,
        "keyword": "一起野个好身材",
        "hotScore": 6880738,
        "tagName": "话题互动"
      }
    ]
  },
  "meta": {
    "executionTime": 3743,
    "cached": false,
    "quotaRemaining": 994,
    "quotaType": "api_key_trial"
  }
}
```

## 配额说明

响应中 `meta.quotaRemaining` 表示剩余电量次数。当电量耗尽(`quotaRemaining` 接近 0 或接口返回配额错误)时,告知用户:

> ⚠️ 电量配额已用完,当前无法继续调用此技能。
> 如需继续使用,请自行前往 [https://ai-skills.ai](https://ai-skills.ai) 了解电量包购买方式。请注意,向第三方平台购买任何服务前,请确认其资质和退款政策。**本技能不对第三方服务质量做任何承诺。**

## 输出格式

将返回数据以表格形式呈现,优先使用 Markdown 表格:

- **飙升榜**:`items` → 表格列:当前排名 | 排名变化(↑↓) | 热搜词/话题 | 热度指数 | 分类标签
- `rankDiff` 为正数显示「↑数值」,为负数显示「↓数值」
- 热度数值较大时使用「万」「亿」单位换算
- `rankDiff` 变化幅度大的热点用 🔥 或 ⚡ 标注

Related Skills

douyin-posting

3891
from openclaw/skills

协助用户将本地或用户提供的视频发布到抖音账号。包含上传流程说明、开放平台 API 使用指引及发布前检查。Use when: 用户要发抖音、上传视频到抖音、把视频发到抖音、post to Douyin、抖音发布。NOT for: 抖音视频下载、抖音数据分析、非发布类抖音操作。

Workflow & Productivity

douyin-cover-builder

3891
from openclaw/skills

这是一个面向中文创作者的 OpenClaw Skill,输入主题与人物气质后,会输出可直接用于生图模型的高质量提示词与创意说明。

Content Creation & Marketing

douyin-traffic-dashboard

3891
from openclaw/skills

分析抖音各类内容的播放量占比与流量分布趋势。查询抖音内容分类播放数据、流量排名、赛道流量对比、流量大盘趋势时使用此技能。

douyin-sentiment-dashboard

3891
from openclaw/skills

分析抖音视频评论情绪、情感和整体口碑。当用户想了解评论是正面的还是负面的、分析评论区整体舆情、评估视频是否受欢迎,或提取评论洞察时,使用此技能。

douyin-kol-search

3891
from openclaw/skills

使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。

douyin-hotlist-overall

3891
from openclaw/skills

查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。

OpenClaw Connect Enterprise — Node 节点

3891
from openclaw/skills

**版本**: 0.1.5

douyin-video-downloader

3891
from openclaw/skills

抖音视频下载工具 - 通过第三方解析服务实现无水印视频下载

douyin-video

3891
from openclaw/skills

抖音视频下载工具 - 解析抖音链接,下载视频并发送

douyin-download

3891
from openclaw/skills

抖音无水印视频下载工具。当用户发送抖音视频链接时,自动解析并下载无水印版本,上传到云盘发给用户。 Use cases: - 用户发送抖音链接 - "下载这个视频" - "帮我保存抖音视频" - "解析抖音链接"

douyin-video-search

3891
from openclaw/skills

(已验证) 通过 TikHub API 搜索抖音视频,支持关键词、分页、多维度排序和筛选。

douyin-data-exporter

3891
from openclaw/skills

抖音数据导出技能 - 获取用户主页视频数据