← Back to Skills Marketplace
codekungfu

Douyin

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
660
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install douyin-trends
Description
提供抖音公开视频和作者主页的内容检索与表现数据摘要,支持话题搜索、作者视频分析及热门榜单统计。
README (SKILL.md)

抖音

用途与边界

  • 面向公开视频与作者主页的内容检索与表现数据摘要
  • 不提供接口逆向、去水印、下载或突破防护的能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

  • 主页:https://www.douyin.com/
  • 热门榜单:https://www.douyin.com/discover
  • 搜索入口:https://www.douyin.com/search

常见任务

  • 指定话题/关键词的视频集合摘要(点赞/评论/收藏)
  • 作者主页视频列表的时序表现对比(近7/30天)
  • 热门榜单的类目与题材分布分析

数据字段

  • 视频ID、标题、作者昵称与主页链接、话题标签
  • 点赞/评论/收藏/分享数、发布时间、视频链接
  • 播放趋势(若公开展示)、封面URL

自动化要点

  • 反爬与风控较严,建议人工打开页面后再触发数据提取
  • 动态渲染,需等待内容加载完成再解析
  • 频率控制与UA伪装不可替代人机验证,不建议批量抓取

示例流程

  • 关键词分析:输入关键词 → 搜索 → 分页解析 → 输出表现摘要
  • 作者对比:打开作者主页 → 抽取最近N个视频 → 统计交互指标
  • 榜单扫描:访问榜单页 → 抽取条目 → 分类/题材统计

合规提示

  • 遵守平台规则,不进行下载、去水印、接口调用或批量采集
  • 结果仅用于内部分析与提醒,不用于商业传播
Usage Guidance
This skill is instruction-only and appears coherent, but note that actual behavior depends on the agent’s web-access tools. Before installing, confirm the agent's web/browser tooling: ensure it will not perform bulk automated scraping, will obey rate-limits and site terms of service, and will not transmit collected data to external endpoints you don't trust. Do not grant unrelated credentials or system access; monitor network activity and logs the first few times the skill is used.
Capability Analysis
Type: OpenClaw Skill Name: douyin-trends Version: 0.1.0 The skill bundle provides instructions for an AI agent to perform legitimate analysis of public Douyin (TikTok China) content, such as summarizing video trends and author performance. It explicitly prohibits unauthorized activities like bypassing platform protections, removing watermarks, or bulk data scraping, focusing instead on parsing publicly available data from standard URLs like douyin.com/discover and douyin.com/search.
Capability Assessment
Purpose & Capability
Name/description (public Douyin content retrieval and summaries) match the SKILL.md tasks (topic search, author video analysis, leaderboard stats). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md confines actions to publicly visible pages, describes waiting for dynamic rendering, and explicitly disallows reverse-engineering, downloading/decoding watermarks, or bulk scraping. It does not instruct reading local files, accessing unrelated env vars, or sending data to unexpected endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk execution risk — runtime behavior depends on the agent's existing web/crawling capabilities.
Credentials
No environment variables, credentials, or config paths are required; requested access is proportional to the described public-data analysis task.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or global privileges or attempt to modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-trends
  3. After installation, invoke the skill by name or use /douyin-trends
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of douyin-trends skill. - Enables lightweight analysis and monitoring of publicly available Douyin videos and author pages. - Supports summary of videos by keyword/topic, authors’ video performance comparison, and category trends from hot lists. - Displays key metrics: likes, comments, favorites, shares, publish time, and trends (if public). - Only analyzes publicly accessible content; does not bypass protection, remove watermarks, or support downloads. - Intended for individual, compliant use with rate and access limitations.
Metadata
Slug douyin-trends
Version 0.1.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Douyin?

提供抖音公开视频和作者主页的内容检索与表现数据摘要,支持话题搜索、作者视频分析及热门榜单统计。 It is an AI Agent Skill for Claude Code / OpenClaw, with 660 downloads so far.

How do I install Douyin?

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

Is Douyin free?

Yes, Douyin is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douyin support?

Douyin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments