ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

douyin-hot-trend

获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值与跳转链接。

Why use this skill?

Easily track Douyin hot trends, heat values, and content links with the douyin-hot-trend skill. Perfect for social media analysts and marketers.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/franklu0819-lang/douyin-hot-trend
Or

What This Skill Does

The douyin-hot-trend skill serves as a specialized data extraction utility designed for the OpenClaw AI ecosystem. It interfaces with public Douyin (TikTok China) web APIs to harvest real-time trending information. The skill captures high-value data points, including trending topic titles, corresponding popularity metrics (heat values), and direct deep-link URLs to the content on the platform. By abstracting the complexities of web requests, this tool provides AI agents with the ability to monitor cultural shifts, viral marketing trends, and public sentiment on one of the world's most influential short-video platforms. It provides a structured output, making it an excellent resource for market research or content strategy automation.

Installation

To integrate this skill into your environment, use the OpenClaw CLI tool. Ensure you have Node.js installed on your system as the script relies on standard JavaScript execution. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/franklu0819-lang/douyin-hot-trend

Once installed, verify the installation by checking the directory structure within your OpenClaw skills path.

Use Cases

This skill is indispensable for professionals who need to maintain a pulse on digital trends.

  1. Social Media Marketing: Content creators can use the agent to automate daily reports on trending hashtags to adjust their publishing strategy.
  2. Trend Analysis: Analysts can log the daily top-10 trends to track how long specific topics stay relevant within the Douyin ecosystem.
  3. Competitive Intelligence: Brands can monitor when their keywords or industry-related topics hit the hot search list.

Example Prompts

  1. "Check the current Douyin hot trends and give me a summary of the top 5 topics."
  2. "What are the most popular subjects on Douyin right now? Please list them with their heat scores."
  3. "Can you grab the top 20 trending items from Douyin and tell me if there are any emerging technology topics?"

Tips & Limitations

The tool interacts with public-facing web interfaces. Consequently, users should be aware that the underlying HTML or API structure of Douyin may change, which could lead to temporary parsing issues. It is highly recommended to implement a request rate-limiter if you plan on scheduling frequent polls, as excessive requests from a single IP may trigger Douyin's anti-scraping mechanisms or lead to temporary IP blocking. Always handle the output with error checking to ensure valid data parsing before passing it to other agent modules.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-franklu0819-lang-douyin-hot-trend": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#douyin#trends#web-scraping#social-media#market-research
Safety Score: 3/5

Flags: network-access, external-api, code-execution