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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/franklu0819-lang/douyin-hot-trendWhat 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.
- Social Media Marketing: Content creators can use the agent to automate daily reports on trending hashtags to adjust their publishing strategy.
- Trend Analysis: Analysts can log the daily top-10 trends to track how long specific topics stay relevant within the Douyin ecosystem.
- Competitive Intelligence: Brands can monitor when their keywords or industry-related topics hit the hot search list.
Example Prompts
- "Check the current Douyin hot trends and give me a summary of the top 5 topics."
- "What are the most popular subjects on Douyin right now? Please list them with their heat scores."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-franklu0819-lang-douyin-hot-trend": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
zhipu-asr
Automatic Speech Recognition (ASR) using Zhipu AI (BigModel) GLM-ASR model. Use when you need to transcribe audio files to text. Supports Chinese audio transcription with context prompts, custom hotwords, and multiple audio formats.
zhipu-tts
Text-to-speech conversion using Zhipu AI (BigModel) GLM-TTS model. Use when you need to convert text to audio files with various voice options. Supports Chinese text synthesis with multiple voice personas, speed control, and output formats.
feishu-file
飞书文件发送技能。支持发送各类文件到飞书聊天,包括文档、图片、压缩包等,自动识别文件类型并处理上传。
clawhub-manager
ClawHub 技能管理工具。封装技能的发布、删除、查询和搜索功能,方便管理 ClawHub 上的技能。
md2pdf
Markdown 转 PDF 技能。将 Markdown 文件转换为精美的 PDF 文档,完美支持中文、代码高亮、自定义样式。