← 返回 Skills 市场
allinherog-star

抖音KOL对标账号

作者 allinherog-star · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install douyin-kol-search
功能描述
使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。
使用说明 (SKILL.md)

douyin-kol-search

概述

搜索抖音平台最具商业价值的 KOL,用于合作筛选和达人营销,对标账号。

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-kol-search","params":{"keyword":"美妆"}}'

# 指定分类筛选
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-kol-search","params":{"keyword":"美食","category":"美食"}}'

参数

参数 类型 必填 说明
keyword string 搜索关键词(达人名称/领域/内容标签)
category string 内容分类筛选

响应

{
  "success": true,
  "data": {
    "users": [
      {
        "nickname": "达人昵称",
        "uid": "123456789",
        "followersCount": 5200000,
        "category": "美食",
        "awemeCount": 328,
        "followingCount": 120
      }
    ]
  },
  "meta": {
    "executionTime": 2000,
    "cached": false,
    "quotaRemaining": 990,
    "quotaType": "api_key_trial"
  }
}

配额说明

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

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

输出格式

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

  • 达人列表users → 表格列:达人昵称 | 粉丝数 | 内容分类 | 作品数 | 关注数
  • 粉丝数超过 100 万显示为「X万」或「X百万」
  • 按粉丝数从高到低排序
  • 带货类达人在分类列标注「带货」
安全使用建议
This skill is coherent: it calls ai-skills.ai with an API key to return Douyin/KOL search results. Before installing, consider: (1) Trustworthiness — verify ai-skills.ai's reputation, privacy policy, and terms because your queries and the API key are sent to that third party. (2) Use a revocable, limited-scope API key and monitor its usage/quota so you can revoke it if abused. (3) Avoid sending any sensitive or personally identifying data in search keywords. (4) Ask the skill author or registry maintainer to fix the metadata mismatch (registry says no env vars but SKILL.md requires AISKILLS_API_KEY) and to provide a homepage or contact info. If you need stronger assurance, request an explicit data retention statement from the service or prefer an alternative with a documented provider.
功能分析
Type: OpenClaw Skill Name: douyin-kol-search Version: 1.0.0 The skill is a standard API wrapper designed to search for Douyin influencers via a third-party service (ai-skills.ai). It transparently declares its requirement for an external API key (AISKILLS_API_KEY) and explicitly lists the data sent to the external domain in the security section of SKILL.md. There is no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
能力评估
Purpose & Capability
The skill's name and description (search/filter Douyin KOLs) align with the instructions that call a third-party API to perform searches. Note: the package metadata at the top of the report lists 'Required env vars: none', but the SKILL.md declares a required AISKILLS_API_KEY — this metadata mismatch should be corrected.
Instruction Scope
SKILL.md explicitly instructs the agent to POST search params (keyword, category) and skillId to https://ai-skills.ai/api/execute and to include X-API-Key. It states it does not send user conversation context. The instructions do not ask the agent to read local files, other env vars, or system state.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or installed by the skill itself.
Credentials
The only credential required in SKILL.md is AISKILLS_API_KEY, which is proportionate to a hosted API service. However, the top-level registry metadata omitted this required env var, creating an inconsistency the user should be aware of.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed (default) but not escalated by 'always: true'.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-kol-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-kol-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。
元数据
Slug douyin-kol-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

抖音KOL对标账号 是什么?

使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 抖音KOL对标账号?

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

抖音KOL对标账号 是免费的吗?

是的,抖音KOL对标账号 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

抖音KOL对标账号 支持哪些平台?

抖音KOL对标账号 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 抖音KOL对标账号?

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

💬 留言讨论