← 返回 Skills 市场
allinherog-star

抖音热点总榜

作者 allinherog-star · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install douyin-hotlist-overall
功能描述
查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。
使用说明 (SKILL.md)

douyin-hotlist-overall

概述

获取抖音全网实时热搜榜单,监控热点事件和舆情趋势。

API

执行技能 POST /api/execute

curl -X POST https://ai-skills.ai/api/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $AISKILLS_API_KEY" \
  -H "X-Tenant-Id: default" \
  -d '{"skillId":"douyin-hotlist-overall","params":{}}'

响应

{
  "success": true,
  "data": {
    "wordList": [
      {
        "word": "热搜词",
        "rank": 1,
        "hotValue": 999999,
        "label": "热",
        "wordCover": "https://..."
      }
    ],
    "trendingList": [
      {
        "word": "上升热点",
        "rank": 1,
        "hotValue": 888888
      }
    ],
    "updateTime": "20260328234500"
  },
  "meta": {
    "executionTime": 2000,
    "cached": false,
    "quotaRemaining": 990,
    "quotaType": "api_key_trial"
  }
}

配额说明

响应中 meta.quotaRemaining 表示剩余电量次数。当电量耗尽(quotaRemaining 接近 0 或接口返回配额错误)时,告知用户:

⚠️ 电量配额已用完,当前无法继续调用此技能。 如需继续使用,请自行前往 https://ai-skills.ai 了解电量包购买方式。请注意,向第三方平台购买任何服务前,请确认其资质和退款政策。本技能不对第三方服务质量做任何承诺。

输出格式

将返回数据以表格形式呈现,优先使用 Markdown 表格:

  • 热搜榜wordList → 表格列:排名 | 热搜词 | 热度指数 | 标签
  • 上升热点trendingList → 表格列:排名 | 上升热点词 | 热度指数
  • 热度数值较大时使用「万」「亿」单位换算(如 99999999.9万
  • 每条数据附带原始链接(wordCover)供点击跳转
安全使用建议
This skill fetches Douyin hot-search data by calling ai-skills.ai and will send your AISKILLS_API_KEY with each request. Before installing: verify the skill's source (there is no homepage), confirm you trust ai-skills.ai, and prefer using a revocable API key with usage monitoring. Note the registry metadata omitted the required env var — treat that as a packaging error and be cautious. If you need stronger assurance, ask the publisher for a homepage/source code or use an alternative skill with an audited provider.
功能分析
Type: OpenClaw Skill Name: douyin-hotlist-overall Version: 1.0.2 The skill is a standard API wrapper designed to fetch Douyin hotlist data from a third-party service (ai-skills.ai). It transparently declares its data transmission requirements, including the use of an API key (AISKILLS_API_KEY) and specific metadata sent to the external domain. There is no evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection in SKILL.md.
能力评估
Purpose & Capability
The SKILL.md implements exactly the advertised purpose: it calls a third‑party endpoint (ai-skills.ai) to fetch Douyin hot search data and formats the response. However, the registry metadata provided with the skill claims no required environment variables while SKILL.md explicitly requires AISKILLS_API_KEY — this mismatch is an incoherence in the package metadata.
Instruction Scope
Runtime instructions are narrowly scoped: they POST to https://ai-skills.ai/api/execute with skillId and params, and then format the returned hotlist data. The instructions do not ask the agent to read local files, system credentials, or user conversation context (SKILL.md even states params exclude user conversation).
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk or downloaded by the skill itself. Install risk is low.
Credentials
The SKILL.md requires a single API key (AISKILLS_API_KEY) to call ai-skills.ai — that is proportionate to using a third‑party API. The concern is the metadata inconsistency: the skill registry listing omitted required env vars, and the skill will transmit your API key to a third‑party domain (ai-skills.ai). You should only provide a revocable key and monitor its usage.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system privileges, and contains no install steps that change agent/system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-hotlist-overall
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-hotlist-overall 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 of douyin-hotlist-overall - No file changes detected in this release. - Functionality, API interface, and documentation remain unchanged.
v1.0.1
- 新增了安全与隐私声明,包括所需环境变量 AISKILLS_API_KEY 用途说明。 - 明确列出该技能与 ai-skills.ai 平台间数据交互详情及数据安全提示。 - 配额说明中增加了第三方服务免责声明,以及用户购买前须核实服务方资质与政策的提醒。
v1.0.0
查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。
元数据
Slug douyin-hotlist-overall
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

抖音热点总榜 是什么?

查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 抖音热点总榜?

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

抖音热点总榜 是免费的吗?

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

抖音热点总榜 支持哪些平台?

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

谁开发了 抖音热点总榜?

由 allinherog-star(@allinherog-star)开发并维护,当前版本 v1.0.2。

💬 留言讨论