← 返回 Skills 市场
kyriswu

抖音实时上升热点榜

作者 kyris wu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install douyin-hot-rise
功能描述
调用抖音上升热点榜接口,获取实时热点上升趋势数据。使用此技能当用户需要:获取抖音热榜/上升热点/热点趋势数据、调用 /douyin/billboard/fetch_hot_rise_list 接口、使用 azt_api_key 调用热榜接口、用 Python 脚本拉取抖音热点上升榜单。Use this skill...
使用说明 (SKILL.md)

抖音上升热点榜 Skill

调用接口:

  • POST https://coze-js-api.devtool.uk/douyin/billboard/fetch_hot_rise_list

执行随附的 Python 脚本来完成请求,不要在回复中内联构造 curl 命令(除非用户明确要求)。

使用场景

以下情况触发本技能:

  • 用户想获取抖音当前上升热点/热榜数据
  • 用户想批量拉取抖音热点趋势
  • 用户需要按关键词或分类筛选上升热点
  • 用户想用 Python 调用热榜接口

输入参数

参数 必填 默认值 说明
azt_api_key 必填 调用接口的鉴权 Key
page 可选 1 页码
page_size 可选 10 每页条数
order 可选 rank 排序方式,可选 rank / hot
sentence_tag 可选 话题分类标签筛选
keyword 可选 关键词筛选

API Key 获取方式

必须提供 azt_api_key,解析顺序如下:

  1. 读取环境变量 AZT_API_KEY
  2. 用户在参数中直接传入。
  3. 如果两者均未提供,停止执行并提示:

说明:脚本对外输入使用 azt_api_key(或 AZT_API_KEY),实际请求接口时会映射为 payload 字段 api_key

未检测到 API Key。请前往 https://devtool.uk/plugin 购买或查看使用说明后重试。

执行方式

# 先设置环境变量(或在脚本参数中传入)
export AZT_API_KEY="your_key_here"

python3 scripts/fetch_hot_rise_list.py

带可选参数示例:

python3 scripts/fetch_hot_rise_list.py --page 1 --page_size 20 --order hot --keyword 明星

响应处理

  1. 显示请求结果状态(code: 200 为成功,code: -1 为失败)。
  2. 列出返回的热点条目(标题、热度值、排名等)。
  3. 如果失败,给出可能原因及修正建议。

常见失败原因:

  • azt_api_key 无效或已过期 → 前往 https://devtool.uk/plugin 重新购买
  • azt_api_key 积分已用完 → 联系作者续费
  • 网络问题或服务器错误 → 稍后重试

输出格式

# 抖音上升热点榜请求结果

- 接口:POST https://coze-js-api.devtool.uk/douyin/billboard/fetch_hot_rise_list
- 页码:\x3Cpage>
- 每页条数:\x3Cpage_size>
- API Key 来源:\x3Cenv: AZT_API_KEY | 用户传入>

## 返回数据
\x3C热点条目列表,含排名/标题/热度等字段>

## 状态
\x3C成功/失败信息及剩余积分>
安全使用建议
This skill calls a third‑party API (coze-js-api.devtool.uk) and requires you to provide an API key (AZT_API_KEY or --azt_api_key). Before installing: 1) Confirm you trust devtool.uk (who runs it, privacy/usage of provided keys and data). 2) Note the registry metadata omitted the required AZT_API_KEY — treat that as a packaging oversight and verify where/how the platform stores/transmits your key. 3) Prefer using a throwaway/test key first to observe behavior. 4) Inspect network requests (or run in a restricted environment) if you need assurance about what is sent. 5) If you will allow the agent to invoke skills autonomously, consider the risk that the agent could call the endpoint using any key you provide. If uncertain, ask the publisher for a homepage/source repository and clarification about key handling before proceeding.
功能分析
Type: OpenClaw Skill Name: douyin-hot-rise Version: 1.0.1 The skill is a straightforward API client designed to fetch Douyin trending data from a third-party service (devtool.uk). The Python script (fetch_hot_rise_list.py) and instructions (SKILL.md) are well-documented, functional, and perform only the stated tasks without any signs of data exfiltration, obfuscation, or malicious intent.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script are consistent: they call a Douyin 'hot rise' API at https://coze-js-api.devtool.uk/douyin/billboard/fetch_hot_rise_list to fetch trending items. The requested parameters (page, page_size, order, keyword) match the declared purpose. However, the skill relies on an external service (devtool.uk) rather than an official Douyin/TikTok API — this is plausible but should be expected and verified by the user.
Instruction Scope
Runtime instructions are narrow: run the included Python script or provide parameters; obtain an AZT_API_KEY via env var or argument; the script only constructs a JSON payload and POSTs it to the stated API URL. It does not instruct reading other system files or sending data to unexpected endpoints beyond the documented devtool.uk API.
Install Mechanism
No install spec (instruction-only with an included script). The script depends on the widely used 'requests' library; SKILL.md and the script instruct the user to install it if missing. No downloads from unknown URLs or archive extraction are performed by the skill itself.
Credentials
SKILL.md and the script require an API key (AZT_API_KEY / azt_api_key) and mandate it for operation. The registry metadata, however, lists no required environment variables or primary credential — this is an inconsistency. The API key is the only secret required, which is proportionate to the task, but users should be aware that this key will be transmitted to a third‑party domain (devtool.uk).
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills, and has no install steps that persist beyond the included script. Autonomous invocation is allowed by default (normal), but combined with the API key requirement this means an agent could call the third‑party API if given the key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-hot-rise
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-hot-rise 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified that the script maps `azt_api_key` (or `AZT_API_KEY`) to the `api_key` field in the request payload. - Updated API Key error instructions and example URLs from https://devtool.uk/wiki to https://devtool.uk/plugin. - No changes to code or input/output logic; only documentation updates for accuracy and user guidance.
v1.0.0
- Initial release of the Douyin Hot Rise Billboard skill. - Allows fetching Douyin's trending rising topics using the official API. - Supports filtering by page, page size, order, keyword, and category. - Requires an API key, with clear error handling if missing. - Returns a formatted list of trending items and request status.
元数据
Slug douyin-hot-rise
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

抖音实时上升热点榜 是什么?

调用抖音上升热点榜接口,获取实时热点上升趋势数据。使用此技能当用户需要:获取抖音热榜/上升热点/热点趋势数据、调用 /douyin/billboard/fetch_hot_rise_list 接口、使用 azt_api_key 调用热榜接口、用 Python 脚本拉取抖音热点上升榜单。Use this skill... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 抖音实时上升热点榜?

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

抖音实时上升热点榜 是免费的吗?

是的,抖音实时上升热点榜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

抖音实时上升热点榜 支持哪些平台?

抖音实时上升热点榜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 抖音实时上升热点榜?

由 kyris wu(@kyriswu)开发并维护,当前版本 v1.0.1。

💬 留言讨论