Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

douyin-keyword-collector抖音关键词收集器

Agent Skill

douyin-keyword-collector 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,760

周安装

317

GitHub Stars

公开资料未说明

下载量

2,485
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:douyin-keyword-collector(抖音关键词收集器)
来源仓库:https://github.com/openlark/douyin-keyword-collector
安装命令:
openclaw skills install douyin-keyword-collector
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install douyin-keyword-collector

简介

通过浏览器自动化收集抖音搜索关键词建议。

  • 适用于关键词研究与 SEO 优化前期调研。
  • 模拟用户输入并提取推荐词列表供参考。douyin-keyword-collector 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install douyin-keyword-collector,需启用浏览器驱动。
  • 注意反自动化检测机制,避免频繁请求导致封禁。

SKILL.md

name
douyin-keyword-collector
description
Accessing the Douyin homepage through browser automation, entering keywords in the search bar and collecting relevant keyword suggestions in the automated prompt box.

Douyin keyword collection tool

Feature Overview

This skill automatically accesses the Douyin homepage through the browser, enters keywords in the search bar and collects relevant keyword suggestions in the automatic prompt box. No API key required, completely browser-based automation.

Triggers

This skill is triggered when the user mentions any of the following keywords:

  • 抖音关键词
  • 收集抖音关键词
  • 抖音搜索建议
  • 抖音热门词
  • 抖音 SEO
  • 抖音话题
  • Douyin keywords
  • Collect Douyin keywords
  • Douyin search suggestions
  • Douyin hot words
  • Douyin SEO
  • Douyin topics

Usage Scenarios

  • Douyin SEO Keyword Research
  • Content creation inspiration collection
  • Trending topic trend analysis
  • Competitive keyword research
  • Short video topic selection planning

Operation process

1. Launch the browser

Use the browser tool's start or snapshot action to launch the browser.

2. Visit the Douyin homepage

Navigate to the official website of Douyin:

https://www.douyin.com

3. Check and close the login pop-up

Use the snapshot action of the browser tool to get a page element reference and check for a login pop-up.

If there is a login pop-up (look for a close button, usually an img or button element), use the act action to click close:

browser action=act request={"kind":"click","ref"<关闭按钮引用>:""}

4. Locate the search bar

Use the snapshot action of the browser tool to get a page element reference and find the search bar input box (textbox type, description contains 'search').

5. Enter a keyword

Using the act action of the browser tool, select the type type and enter your target keyword in the search bar:

browser action=act request={"kind":"type","ref":"<搜索栏引用>","text":"<关键词>"}

6. Wait for the prompt box to appear

Wait 1-2 seconds for the auto prompt box to load:

browser action=act request={"kind":"wait","timeMs":2000}

7. Collect automated prompts

Use the snapshot action to get a list of keywords in the prompt box, looking for the keyword text contained in the list or generic element.

8. Organize the output

Organize the collected keywords into a list format and output them to users.

Example of Browser Automation Commands

Launch your browser and access Douyin

browser action=start profile=openclaw
browser action=navigate targetUrl=https://www.douyin.com

Get a snapshot of the page (get an element reference)

browser action=snapshot refs=aria

Close the login pop-up (if present)

Look for the close button in the pop-up window (usually the img or button element, near the top-right corner of the pop-up), and click:

browser action=act request={"kind":"click","ref"<关闭按钮引用>:""}

Enter keywords in the search bar

browser action=act request={"kind":"type","ref":"<搜索栏引用>","text":"<关键词>"}

Wait for the prompt box to load

browser action=act request={"kind":"wait","timeMs":2000}

Get the content of the prompt box

browser action=snapshot refs=aria

Considerations

  1. Login pop-up processing: After accessing the Douyin homepage, a login box may pop up, and you need to click the close button (usually the X icon in the upper right corner of the pop-up window) before proceeding.
  2. Login Status: Some search functions may require login. If you still cannot get the prompt after closing the pop-up window, it is recommended that you manually scan the QR code to log in.
  3. Anti-crawler mechanism: Douyin may have an anti-crawler mechanism, and you need to add appropriate delays when operating to avoid triggering risk control.
  4. Element References: Use refs=aria to obtain stable element references to ensure operational accuracy.
  5. Waiting Time: After entering the keyword, wait 1-2 seconds for the automatic prompt box to load.
  6. Mobile adaptation: Douyin may have different interfaces between mobile and desktop, and it is recommended to use the desktop mode.

Output Format

Keywords: [Entered keywords]
Search suggestions:
1. Suggestion 1
2. Suggestion 2
3. Suggestion 3
...

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.4%
按下载量换算1,774

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills