Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

douyin-search-keyword抖音搜索关键词

Agent Skill

douyin-search-keyword 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,492

周安装

592

GitHub Stars

3

下载量

4,689
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install douyin-search-keyword

简介

音公开内容智能搜索,精准搜索视频/图文/用户数据,支持多维度排序与时间筛选,输出辩论JSON/Markdown,有助于短视频营销、竞品分析与热点追踪。

SKILL.md

name
douyin-search-keyword
description
抖音公开内容智能搜索,精准检索视频/图文/用户数据,支持多维度排序与时间筛选,输出结构化JSON/Markdown,助力短视频营销、竞品分析与热点追踪。
version
1.1.1
license
MIT
metadata
openclaw
enabled
true
type
command
tags
["douyin", "search", "crawler", "data-mining", "social-media"]
schemaVersion
1.1
runtime
nodejs@16+
entrypoint
scripts/search.js
requires
bins
["node"]
env
["GUAIKEI_API_TOKEN"]
permissions
outputFormat
default
json
terminal
["json", "markdown"]
jsonFields
type
string
required
true
description
请求状态: success|empty|error
type
string
required
true
description
清洗后的搜索关键词
type
array
required
true
description
搜索结果列表(视频/图文)
items
type
object
description
单条抖音内容数据
properties
type
string
description
内容标题/描述
type
string
description
发布人昵称
type
string
description
发布人头像URL
type
number
description
评论数
type
number
description
点赞数
type
number
description
分享数
type
number
description
收藏数
type
array
description
动态封面URL列表
items
type
string
description
封面图片URL
type
string
description
视频播放URL
type
array
description
图文内容URL列表
items
type
string
description
图片URL
type
array
description
内容标签列表
items
type
string
description
标签文本
type
string
description
抖音内容原生链接
type
string
description
发布人主页链接
type
string
description
发布时间(本地化字符串)
type
number
description
搜索结果总数
type
string
required
true
description
搜索执行时间(本地化字符串)
type
number
required
true
description
排序依据: 0-综合|1-最多点赞|2-最新发布
type
number
required
true
description
发布时间筛选: 0-全部|1-1天内|7-7天内|180-半年内
type
number
required
true
description
请求返回结果数量
type
string
required
true
enum
["json", "markdown"]
description
输出格式
type
string
required
true
description
提示信息或错误信息
type
string
description
错误代码
arguments
type
string
required
true
minLength
2
maxLength
50
description
抖音搜索关键词(支持中文、英文、数字)
type
number
required
false
default
0
enum
[0, 1, 2]
description
排序依据:0-综合排序(默认)、1-最多点赞、2-最新发布
type
number
required
false
default
0
enum
[0, 1, 7, 180]
description
发布时间筛选:0-全部(默认)、1-一天内、7-七天内、180-半年内
type
number
required
false
default
10
minimum
1
maximum
60
description
返回结果数量,默认10条,最大60条
type
string
required
false
default
json
enum
["json", "markdown"]
description
输出格式:json(默认)、markdown
examples
command
node scripts/search.js AI
description
搜索关键词"AI"的抖音内容,返回10条综合排序结果,JSON格式输出
outputFormat
json
command
node scripts/search.js "AI 教程"
description
搜索关键词"AI 教程"的抖音内容,返回10条综合排序结果
outputFormat
json
command
node scripts/search.js AI --sort 1
description
搜索关键词"AI",返回10条最多点赞的抖音内容
outputFormat
json
command
node scripts/search.js AI --time 1
description
搜索关键词"AI",返回近1天内发布的10条抖音内容
outputFormat
json
command
node scripts/search.js AI --limit 20
description
搜索关键词"AI",返回20条综合排序的抖音内容
outputFormat
json
command
node scripts/search.js AI --output markdown
description
搜索关键词"AI",返回10条结果并以Markdown格式输出
outputFormat
markdown
command
node scripts/search.js --keyword "AI 教程" --sort 2 --time 180 --limit 20
description
搜索关键词"AI 教程",返回半年内最新发布的20条抖音内容
outputFormat
json
capabilities
limitations
safety
performance

抖音搜索关键词技能 (Douyin Search Keyword)

1. 技能概述

1.1 核心定位

抖音公开内容智能搜索,精准检索视频/图文/用户数据,支持多维度排序与时间筛选,输出结构化JSON/Markdown,助力短视频营销、竞品分析与热点追踪

1.2 核心能力

  • 🔍 抖音热门搜索:精准检索视频/图文/用户数据
  • 🎯 多维度排序:按点赞数、最新发布智能排序
  • 📅 时间筛选:支持1天/7天/半年内数据精准筛选
  • 📊 互动数据:提取点赞、评论、收藏、分享等核心指标
  • 🛠️ 智能纠错:自动清洗关键词,提升检索准确率
  • 📦 多格式输出:JSON(程序处理)/Markdown(人工阅读)双格式

1.3 适用场景

场景用户痛点技能如何解决
短视频营销缺乏爆款视频创意灵感一键获取“抖音热门”视频数据,分析热门趋势
竞品分析难以追踪竞品内容策略精准搜索竞品账号视频,分析互动数据
热点追踪错过热点话题黄金期实时搜索“抖音热门”话题,掌握最新动态
  • 链接提取:直接获取视频下载地址和图文原始链接

1.4 技能特性

  • 实时搜索:获取最新的抖音公开内容
  • 参数灵活:支持排序、时间、数量、格式自定义
  • 安全可靠:仅整理公开数据,符合数据整理合规要求
  • 易于集成:支持 OpenClaw 环境和直接命令行调用
  • 多维度数据:返回视频、图文等多种类型内容
  • 详细信息:包含标题、发布人、互动数据等完整信息

1.5 技术原理

该技能通过调用抖音搜索API,实现关键词搜索功能。具体流程如下:

  1. 接收用户输入的搜索关键词
  2. 清洗关键词,移除特殊符号
  3. 验证关键词格式
  4. 调用API创建搜索任务
  5. 轮询获取搜索结果
  6. 格式化输出结果
  7. 保存结果到本地文件

2. 快速调用指南

2.1 前置条件

  • 安装Node.js 16+环境
  • 配置环境变量 GUAIKEI_API_TOKEN(默认TOKEN仅用于体验,私有TOKEN需申请)

2.2 基础语法

# 语法:node scripts/search.js [关键词] [选项]

2.3 选项说明

选项类型可选值默认值说明
--keywordstring2-50字符(无特殊符号)搜索关键词(必传)
--sortnumber0/1/20排序方式(0 - 综合 / 1 - 最多点赞 / 2 - 最新)
--timenumber0/1/7/1800发布时间范围(0 - 全部 / 1-1 天 / 7-7 天 / 180 - 半年)
--limitnumber10-6010返回结果数量
--outputstringjson/markdownjson输出格式
--help/-h---显示帮助信息

2.4 典型示例

# 示例1:基础搜索(JSON格式)
node scripts/search.js AI
# 示例2:带空格的关键词
node scripts/search.js "AI 教程"
# 示例3:自定义排序(最多点赞)
node scripts/search.js AI --sort 1
# 示例4:自定义发布时间(半年)
node scripts/search.js "AI 模型" --time 180
# 示例5:自定义返回结果数量(20条)
node scripts/search.js AI --limit 20
# 示例6:自定义输出格式(Markdown)
node scripts/search.js "AI 教程" --output markdown
# 示例7:复杂搜索(最新+近半年+20条结果+JSON格式)
node scripts/search.js --keyword "AI 教程" --sort 2 --time 180 --limit 20

3. 输出数据规范

3.1 JSON格式(默认)

{
  "status": "success",
  "keyword": "AI 教程",
  "message": "搜索任务完成",
  "sort": 0,
  "time": 0,
  "limit": 20,
  "output_format": "json",
  "total": 18,
  "timestamp": "2026/3/29 09:05:51",
  "results": [
    {
      "aweme_id": "7622261059679800627",
      "desc": "#刘慈欣称AI不可能完全代替人类作者  科幻作家谈#AI快速发展对科幻产业影响几何",
      "create_time": 1774695958,
      "author_uid": "98524606968",
      "author_nickname": "央视财经",
      "author_avatar": "https://...",
      "author_sec_uid": "MS4wLjABAAAAt6AsGhjrHeoxZNkceYg2J0FWvrWKzEaTAvF44-sPYco",
      "comment_count": 4,
      "digg_count": 356,
      "share_count": 6,
      "collect_count": 17,
      "share_url": "https://www.iesdouyin.com/share/video/...",
      "dynamic_cover": ["https://...", "https://..."],
      "play_addr": "https://...",
      "play_uri": "v0200fg10000d73r95fog65tmhj30190",
      "music_id": "7622261065841150756",
      "music_title": "@央视财经创作的原声",
      "music_author": "央视财经",
      "tags": [
        "刘慈欣称AI不可能完全代替人类作者",
        "AI快速发展对科幻产业影响几何"
      ],
      "url": "https://www.douyin.com/video/xxx",
      "author_url": "https://www.douyin.com/user/xxx",
      "create_time_str": "2026/3/28 19:05:58"
    }
  ]
}

3.2 Markdown格式(人工阅读)

以结构化列表形式展示搜索结果,非常适合内容创作者快速浏览和整理灵感素材

## **抖音综合搜索结果**: AI 教程

**1 .** 刘慈欣称AI不可能完全代替人类作者 科幻作家谈#AI快速发展对科幻产业影响几何
**发布人**: 央视财经
**发布时间**: 2026/3/28 19:05:58
**链接**: https://www.douyin.com/video/xxx
**封面**: https://...
**视频**: https://...
**点赞**: 364 **评论**: 4 **收藏**: 18 **分享**: 7

---

**共 20 条结果**

4. 注意事项

4.1 合规要求

  • 仅用于抖音公开数据整理,禁止爬取私密 / 违规内容
  • 符合 OpenClaw 安全规范与数据整理合规要求

4.2 风控提示

  • 默认 TOKEN 有调用频率限制,生产环境建议使用私有 TOKEN
  • CDN 链接(视频 / 图片)为临时链接,建议及时下载留存
  • 关键词包含违规内容时,技能会直接拦截并提示

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.41%
按下载量换算4,333

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install douyin-search-keyword 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills