← 返回 Skills 市场
头条文章阅读
作者
brainpower168
· GitHub ↗
· v1.0.0
· MIT-0
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toutiao-article-reader
功能描述
使用浏览器自动化阅读今日头条、微信公众号、知乎等平台文章。自动提取标题、作者、发布时间、正文内容,支持内容清洗和 AI 总结。
使用说明 (SKILL.md)
Toutiao Article Reader - 增强版
使用浏览器自动化技术阅读今日头条、微信公众号、知乎等平台的长篇文章。
功能特性
- ✅ 多平台支持:头条/公众号/知乎/雪球等
- ✅ 智能识别:自动识别平台并应用最佳提取规则
- ✅ 内容清洗:去除广告、水印、无关内容
- ✅ 错误处理:完善的重试和错误处理机制
- ✅ 性能优化:缓存支持、快速加载
- ✅ 详细统计:字数、阅读时间等
- ✅ AI 总结:智能生成内容摘要
支持平台
| 平台 | 域名 | 支持度 |
|---|---|---|
| 今日头条 | toutiao.com | ⭐⭐⭐⭐⭐ |
| 微信公众号 | mp.weixin.qq.com | ⭐⭐⭐⭐⭐ |
| 知乎 | zhihu.com | ⭐⭐⭐⭐⭐ |
| 雪球 | xueqiu.com | ⭐⭐⭐⭐⭐ |
| 其他 | 通用规则 | ⭐⭐⭐⭐ |
使用方法
用户提供文章链接,说:
- "阅读这篇文章"
- "总结这篇文章"
- "看看这篇文章讲什么"
- "分析这篇文章"
工作流程
- 识别平台
- 启动浏览器(Playwright)
- 访问页面
- 提取标题/作者/时间/正文
- 内容清洗
- AI 分析总结
- 输出结构化报告
环境要求
- playwright:浏览器自动化
- beautifulsoup4:HTML 解析
注意事项
- 首次运行会下载 Chromium 浏览器(约 100MB)
- 访问速度比直接请求慢(需要加载页面,约 5-10 秒)
- 部分需要登录的文章可能无法访问\r
安全使用建议
Review before installing. Use it only for links you trust, avoid HTML export from untrusted pages until output escaping is fixed, clear the local cache when reading sensitive material, and install Playwright/Chromium dependencies only from trusted sources.
功能分析
Type: OpenClaw Skill
Name: toutiao-article-reader
Version: 1.0.0
The skill bundle provides article scraping and summarization functionality using Playwright and BeautifulSoup4. It is classified as suspicious primarily due to a security vulnerability in `scripts/exporter.py`, where scraped content is embedded directly into HTML and Markdown exports without any sanitization, creating a risk of Cross-Site Scripting (XSS) or content injection if a malicious article is processed. Additionally, the bundle utilizes high-risk capabilities such as arbitrary web navigation via browser automation and local file system writes (caching in `.cache/` and exporting files), which, while aligned with the stated purpose, increase the attack surface of the AI agent.
能力标签
能力评估
Purpose & Capability
Reading and summarizing articles is coherent with the description, but the HTML export feature writes remote article-derived fields into an HTML file without escaping.
Instruction Scope
The reader accepts a supplied URL and loads it in Chromium with the browser sandbox disabled, with no visible scheme or domain restriction.
Install Mechanism
Although the registry says there is no install spec, the README instructs users to install Playwright/BeautifulSoup and download Chromium; this is expected for browser automation but should be treated as external dependency installation.
Credentials
Browser automation is central to the skill, but disabling the Chromium sandbox while visiting arbitrary article links is a less contained default.
Persistence & Privilege
The skill stores article URLs and extracted article data in a local cache for reuse; no credentials or account privileges are shown in the provided artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toutiao-article-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/toutiao-article-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Toutiao Article Reader 1.0.0 初始发布
- 支持自动化阅读今日头条、微信公众号、知乎、雪球等平台的文章
- 自动提取标题、作者、发布时间、正文内容,并进行内容清洗
- 提供 AI 生成的内容摘要及结构化报告
- 具备完善的错误处理和重试机制
- 统计字数、阅读时间等详细信息
- 支持通过多种指令(如"阅读这篇文章"、"总结这篇文章")交互
元数据
常见问题
头条文章阅读 是什么?
使用浏览器自动化阅读今日头条、微信公众号、知乎等平台文章。自动提取标题、作者、发布时间、正文内容,支持内容清洗和 AI 总结。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 头条文章阅读?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toutiao-article-reader」即可一键安装,无需额外配置。
头条文章阅读 是免费的吗?
是的,头条文章阅读 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
头条文章阅读 支持哪些平台?
头条文章阅读 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 头条文章阅读?
由 brainpower168(@brainpower168)开发并维护,当前版本 v1.0.0。
推荐 Skills