← Back to Skills Marketplace
brainpower168

头条文章阅读

by brainpower168 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toutiao-article-reader
Description
使用浏览器自动化阅读今日头条、微信公众号、知乎等平台文章。自动提取标题、作者、发布时间、正文内容,支持内容清洗和 AI 总结。
README (SKILL.md)

Toutiao Article Reader - 增强版

使用浏览器自动化技术阅读今日头条、微信公众号、知乎等平台的长篇文章。

功能特性

  • ✅ 多平台支持:头条/公众号/知乎/雪球等
  • ✅ 智能识别:自动识别平台并应用最佳提取规则
  • ✅ 内容清洗:去除广告、水印、无关内容
  • ✅ 错误处理:完善的重试和错误处理机制
  • ✅ 性能优化:缓存支持、快速加载
  • ✅ 详细统计:字数、阅读时间等
  • ✅ AI 总结:智能生成内容摘要

支持平台

平台 域名 支持度
今日头条 toutiao.com ⭐⭐⭐⭐⭐
微信公众号 mp.weixin.qq.com ⭐⭐⭐⭐⭐
知乎 zhihu.com ⭐⭐⭐⭐⭐
雪球 xueqiu.com ⭐⭐⭐⭐⭐
其他 通用规则 ⭐⭐⭐⭐

使用方法

用户提供文章链接,说:

  • "阅读这篇文章"
  • "总结这篇文章"
  • "看看这篇文章讲什么"
  • "分析这篇文章"

工作流程

  1. 识别平台
  2. 启动浏览器(Playwright)
  3. 访问页面
  4. 提取标题/作者/时间/正文
  5. 内容清洗
  6. AI 分析总结
  7. 输出结构化报告

环境要求

  • playwright:浏览器自动化
  • beautifulsoup4:HTML 解析

注意事项

  • 首次运行会下载 Chromium 浏览器(约 100MB)
  • 访问速度比直接请求慢(需要加载页面,约 5-10 秒)
  • 部分需要登录的文章可能无法访问\r
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install toutiao-article-reader
  3. After installation, invoke the skill by name or use /toutiao-article-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Toutiao Article Reader 1.0.0 初始发布 - 支持自动化阅读今日头条、微信公众号、知乎、雪球等平台的文章 - 自动提取标题、作者、发布时间、正文内容,并进行内容清洗 - 提供 AI 生成的内容摘要及结构化报告 - 具备完善的错误处理和重试机制 - 统计字数、阅读时间等详细信息 - 支持通过多种指令(如"阅读这篇文章"、"总结这篇文章")交互
Metadata
Slug toutiao-article-reader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 头条文章阅读?

使用浏览器自动化阅读今日头条、微信公众号、知乎等平台文章。自动提取标题、作者、发布时间、正文内容,支持内容清洗和 AI 总结。 It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.

How do I install 头条文章阅读?

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

Is 头条文章阅读 free?

Yes, 头条文章阅读 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 头条文章阅读 support?

头条文章阅读 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 头条文章阅读?

It is built and maintained by brainpower168 (@brainpower168); the current version is v1.0.0.

💬 Comments