🔥 Toutiao — 技能工具
v0.1.0提供今日头条公开文章和视频的关键词搜索、内容摘要及热点频道分布的轻量化检索与分析服务。
0· 371·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's required artifacts and runtime instructions are consistent with its stated purpose of lightweight retrieval and summarization of public Toutiao pages; it requests no credentials, has no install, and its instructions explicitly limit scraping behavior.
评估建议
This skill appears coherent and low-risk: it only documents how to summarize public Toutiao pages and does not ask for secrets or install code. Before enabling, confirm your agent/runtime enforces the non-scraping guidance (rate limits, no bulk downloads, respect site ToS). Monitor the skill's network activity for unexpected automated crawling and consider restricting autonomous invocation or adding logging/quotas if you want tighter control.详细分析 ▾
✓ 用途与能力
Name/description (retrieving and summarizing public Toutiao articles/videos) match the SKILL.md content. The skill does not request unrelated credentials, binaries, or config paths.
ℹ 指令范围
SKILL.md is high-level and limited to public page retrieval, summarization, and channel statistics; it explicitly rejects bulk scraping, API reverse-engineering, video downloads, and recommends manual opening to avoid anti-bot detection. Because instructions are non-prescriptive about how to fetch pages, an agent could still implement automated HTTP requests — the doc asks to avoid that, but enforcement depends on the agent runtime and policies.
✓ 安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk and there are no external downloads to review.
✓ 凭证需求
Requires no environment variables, credentials, or config paths; requested access is minimal and proportionate to the stated task.
✓ 持久化与权限
always:false and default invocation settings (agent may call the skill) — no elevated persistence or cross-skill configuration changes are requested.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/3/16
Initial release of 今日头条热门内容技能: - 支持对今日头条公开文章、视频、话题页的内容检索与摘要 - 可按关键词/频道提取标题、作者、发布时间、互动等公开信息统计 - 仅用于公开页面的轻量分析与提醒,不支持批量抓取或接口逆向 - 视频摘要功能仅抽取元信息,不支持下载或去水印 - 符合平台合规要求,所有结果均标注采集时间
● 无害
安装命令
点击复制官方npx clawhub@latest install toutiao-hot-trend
镜像加速npx clawhub@latest install toutiao-hot-trend --registry https://cn.longxiaskill.com镜像同步中
技能文档
用途与边界
- 面向公开文章/视频/话题页的检索与内容摘要
- 不提供接口逆向或批量抓取能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://www.toutiao.com/
- 热点/视频频道:频道入口
- 搜索入口:https://www.toutiao.com/search
常见任务
- 指定关键词的文章/视频集合摘要(标题、作者、发布时间、互动)
- 热点频道的条目分布与题材统计
- 视频内容的标题与简介摘要
数据字段
- 标题、作者、来源、发布时间、正文摘要/简介、标签、链接
- 互动指标(评论/点赞/收藏/分享,如公开展示)
- 频道名称、采集时间、来源链接
自动化要点
- 动态渲染与反爬,建议人工打开后触发解析
- 频率控制,不进行批量抓取;结果标注采集时间
- 视频页解析仅获取公开元信息,不进行下载
示例流程
- 关键词摘要:输入关键词 → 搜索 → 抽取条目 → 输出摘要清单
- 频道统计:访问频道 → 抽取条目 → 题材分布与来源统计
- 视频摘要:访问视频页 → 解析标题/简介/互动 → 输出摘要
合规提示
- 遵守平台规则,不进行接口调用或批量采集
- 不进行视频下载或去水印