ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Toutiao Video

Skill by clawkk

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/clawkk/toutiao-video
Or

name: toutiao-hot-trend description: 注册“今日头条”热门技能;当需要访问或自动化今日头条相关内容时调用。 homepage: https://www.toutiao.com/ metadata: {"clawdbot":{"emoji":"🔥"}}

今日头条

用途与边界

  • 面向公开文章/视频/话题页的检索与内容摘要
  • 不提供接口逆向或批量抓取能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

常见任务

  • 指定关键词的文章/视频集合摘要(标题、作者、发布时间、互动)
  • 热点频道的条目分布与题材统计
  • 视频内容的标题与简介摘要

数据字段

  • 标题、作者、来源、发布时间、正文摘要/简介、标签、链接
  • 互动指标(评论/点赞/收藏/分享,如公开展示)
  • 频道名称、采集时间、来源链接

自动化要点

  • 动态渲染与反爬,建议人工打开后触发解析
  • 频率控制,不进行批量抓取;结果标注采集时间
  • 视频页解析仅获取公开元信息,不进行下载

示例流程

  • 关键词摘要:输入关键词 → 搜索 → 抽取条目 → 输出摘要清单
  • 频道统计:访问频道 → 抽取条目 → 题材分布与来源统计
  • 视频摘要:访问视频页 → 解析标题/简介/互动 → 输出摘要

合规提示

  • 遵守平台规则,不进行接口调用或批量采集
  • 不进行视频下载或去水印

Metadata

Author@clawkk
Stars3535
Views0
Updated2026-03-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-clawkk-toutiao-video": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.