← Back to Skills Marketplace
allinherog-star

抖音热点总榜

by allinherog-star · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install douyin-hotlist-overall
Description
查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。
README (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)供点击跳转
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-hotlist-overall
  3. After installation, invoke the skill by name or use /douyin-hotlist-overall
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。
Metadata
Slug douyin-hotlist-overall
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 抖音热点总榜?

查询抖音热搜榜单。当用户想了解抖音当前有哪些热门内容、实时热搜词、上升热点或热榜排名时,使用此技能获取最新数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install 抖音热点总榜?

Run "/install douyin-hotlist-overall" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 抖音热点总榜 free?

Yes, 抖音热点总榜 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 抖音热点总榜 support?

抖音热点总榜 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 抖音热点总榜?

It is built and maintained by allinherog-star (@allinherog-star); the current version is v1.0.2.

💬 Comments