← Back to Skills Marketplace
allinherog-star

抖音KOL对标账号

by allinherog-star · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install douyin-kol-search
Description
使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。
README (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百万」
  • 按粉丝数从高到低排序
  • 带货类达人在分类列标注「带货」
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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'.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-kol-search
  3. After installation, invoke the skill by name or use /douyin-kol-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。
Metadata
Slug douyin-kol-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 抖音KOL对标账号?

使用此技能在抖音平台搜索和筛选 KOL、达人、博主。用户想找/搜索/推荐/筛选某个领域的达人,或想找带货博主、带货达人、找合作达人进行商业合作时,使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install 抖音KOL对标账号?

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

Is 抖音KOL对标账号 free?

Yes, 抖音KOL对标账号 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 抖音KOL对标账号 support?

抖音KOL对标账号 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 抖音KOL对标账号?

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

💬 Comments