← Back to Skills Marketplace
229
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tiktok-hot-cn
Description
自动抓取抖音热搜榜 Top 50,包含热度值
Usage Guidance
This skill appears coherent and straightforward: it needs Node.js and network access, calls Douyin's public endpoint, formats results, and writes douyin-hot-clean.json into your workspace. Before installing: (1) confirm you trust the skill source and are comfortable allowing network access; (2) ensure writing to the workspace/scripts path is acceptable (it will create that directory if missing); (3) be aware the endpoint may change or require login for some items—errors will cause the script to exit; (4) check Douyin's terms of service and rate limits if you plan frequent automated queries. The code is short and readable; review douyin-hot.js yourself if you want to verify behavior.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-hot-cn
Version: 1.0.0
The skill bundle is a legitimate utility for fetching Douyin (TikTok China) trending topics. The Node.js script (douyin-hot.js) uses the built-in https module to query a public Douyin API endpoint and saves the results to a local JSON file. There is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description promise (抓取抖音热搜 Top 50) matches the implementation: the JS file issues an HTTPS GET to douyin.com/aweme/v1/web/hot/search/list/, formats and sorts results, and outputs a Top 50 list.
Instruction Scope
SKILL.md describes direct API calls, formatting, and saving output to workspace/scripts/douyin-hot-clean.json; douyin-hot.js performs exactly those actions and does not read unrelated files, credentials, or external endpoints.
Install Mechanism
No install spec; instruction-only plus a small Node.js script. The only runtime requirement is Node.js 18+ (declared). There are no downloads, package installs, or archive extraction.
Credentials
The skill requests no secrets or credentials. It optionally reads WORKSPACE to locate the output directory (reasonable for controlling where results are written). No other environment variables or config paths are accessed.
Persistence & Privilege
always is false and the skill does not alter other skills or system-wide settings. It writes output to a workspace/scripts JSON file (expected behavior for a scraper).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-hot-cn - After installation, invoke the skill by name or use
/tiktok-hot-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: 自动抓取并返回抖音热搜榜 Top 50,包含热度值及结构化输出。
- 采用抖音官方API端点,响应速度快,无需浏览器依赖。
- 数据清洗、排序与格式化,支持保存到本地 JSON 文件。
- 支持常用关键词触发(如“抖音热搜”、“douyin hot”)。
- 错误自动重试与提示,提升稳定性。
Metadata
Frequently Asked Questions
What is douyin-hot?
自动抓取抖音热搜榜 Top 50,包含热度值. It is an AI Agent Skill for Claude Code / OpenClaw, with 229 downloads so far.
How do I install douyin-hot?
Run "/install tiktok-hot-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is douyin-hot free?
Yes, douyin-hot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does douyin-hot support?
douyin-hot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created douyin-hot?
It is built and maintained by Mr.Yang (@yangjinghua0127); the current version is v1.0.0.
More Skills