Toutiao Article Reader
Paste the following prompt into your AI chat to install this skill:
Install @user_09d1a78f/toutiao-article-reade by following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Long-form article tools often get stuck between opening a page and extracting clean content. Toutiao, WeChat Official Accounts, Zhihu, and Xueqiu have different layouts, and the body can be mixed with ads, watermarks, and recommendation modules. Scraping raw HTML can produce noisy text, while manual copy-paste is hard to turn into structured material. toutiao-article-reader targets this workflow by turning a public article into title, author, publish time, body text, and summary for later analysis or reuse.
How It Works And Limits
The skill usually detects the platform, launches playwright, waits for key content to render, and parses title, author, time, and body with beautifulsoup4. It applies platform-specific extraction rules, cleans ads and unrelated modules, and then uses AI to generate a summary and structured report. It fits the pattern of providing a link, asking for reading, summarizing, or analysis.
There are practical limits: it relies on a real browser, so the first run downloads Chromium and page loads are slower than direct requests, often around 5–10 seconds. Login-protected, permission-limited, or anti-bot-heavy articles may not be readable. Generic rules are used for other platforms, so extraction quality may be lower than on Toutiao, WeChat, Zhihu, and Xueqiu.
Use Cases
- Given a Zhihu technical article link, extract title, author, publish time, and body into an analysis draft.
- Remove ads and watermarks from a WeChat long article, then use AI to create shareable key points.
- Compare several public Toutiao and Xueqiu articles by extracting body text and word counts first.
- Process a public long article and produce a structured report with title, author, time, and summary.
Best For
- Technical content operators who review competitor WeChat and Zhihu articles and need quick body extraction plus summaries.
- Analysts who collect public Toutiao and Xueqiu long articles as research material and need title, author, time, and body.
- Product researchers who need ad-cleaned long articles and summaries for review materials.
- Developers who want browser-automated web article reading with stable extraction and retry handling.
Related Skills
Reads Excel/CSV files, cleans and analyzes them, then generates a charted Excel summary and interactive HTML dashboard.
Performs local, paragraph-level cross-document similarity checks and produces an HTML report with revision suggestions.
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.