Toutiao
v0.1.0检索和摘要今日头条公开文章和视频内容,支持关键词搜索、频道统计和视频元信息解析。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (public Toutiao content retrieval and summarization) align with the SKILL.md. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md restricts activity to public pages, explicitely forbids reverse-engineering, bulk scraping, and video downloads, and recommends human-in-the-loop for dynamic pages — instructions remain within the stated purpose and do not ask the agent to read unrelated files or secrets.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes on-disk code risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths, which is proportionate for a public-content summarization skill.
Persistence & Privilege
Flags show normal defaults (not always:true). The skill does allow autonomous invocation by default (platform default) but it does not request elevated persistence or modify other skills.
Assessment
This skill is internally coherent: it only targets public Toutiao pages, asks for no secrets, and has no installers. Before installing, consider: (1) the skill can be invoked autonomously by the agent — if you want to prevent the agent from fetching external pages without your oversight, restrict autonomous invocation or require user approval; (2) follow site Terms of Service and rate limits — although SKILL.md discourages bulk scraping and downloads, the agent could still generate many requests if misused; and (3) the skill's source is unknown and there are no code files to inspect — if you need stronger assurance, ask the publisher for a source repo or an explicit privacy/security statement.Like a lobster shell, security has layers — review code before you run it.
latest
今日头条
用途与边界
- 面向公开文章/视频/话题页的检索与内容摘要
- 不提供接口逆向或批量抓取能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://www.toutiao.com/
- 热点/视频频道:频道入口
- 搜索入口:https://www.toutiao.com/search
常见任务
- 指定关键词的文章/视频集合摘要(标题、作者、发布时间、互动)
- 热点频道的条目分布与题材统计
- 视频内容的标题与简介摘要
数据字段
- 标题、作者、来源、发布时间、正文摘要/简介、标签、链接
- 互动指标(评论/点赞/收藏/分享,如公开展示)
- 频道名称、采集时间、来源链接
自动化要点
- 动态渲染与反爬,建议人工打开后触发解析
- 频率控制,不进行批量抓取;结果标注采集时间
- 视频页解析仅获取公开元信息,不进行下载
示例流程
- 关键词摘要:输入关键词 → 搜索 → 抽取条目 → 输出摘要清单
- 频道统计:访问频道 → 抽取条目 → 题材分布与来源统计
- 视频摘要:访问视频页 → 解析标题/简介/互动 → 输出摘要
合规提示
- 遵守平台规则,不进行接口调用或批量采集
- 不进行视频下载或去水印
Comments
Loading comments...
