← 返回 Skills 市场
yangjinghua0127

douyin-hot

作者 Mr.Yang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
229
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-hot-cn
功能描述
自动抓取抖音热搜榜 Top 50,包含热度值
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiktok-hot-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiktok-hot-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: 自动抓取并返回抖音热搜榜 Top 50,包含热度值及结构化输出。 - 采用抖音官方API端点,响应速度快,无需浏览器依赖。 - 数据清洗、排序与格式化,支持保存到本地 JSON 文件。 - 支持常用关键词触发(如“抖音热搜”、“douyin hot”)。 - 错误自动重试与提示,提升稳定性。
元数据
Slug tiktok-hot-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

douyin-hot 是什么?

自动抓取抖音热搜榜 Top 50,包含热度值. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。

如何安装 douyin-hot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiktok-hot-cn」即可一键安装,无需额外配置。

douyin-hot 是免费的吗?

是的,douyin-hot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

douyin-hot 支持哪些平台?

douyin-hot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 douyin-hot?

由 Mr.Yang(@yangjinghua0127)开发并维护,当前版本 v1.0.0。

💬 留言讨论