news-extractor

Extract news articles from Chinese platforms into JSON or Markdown.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/XiongJingzhi/agent-learn --skill news-extractor-xiongjingzhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-extractor
Source: https://github.com/XiongJingzhi/agent-learn/tree/main/app/skills-agent-proto/.claude/skills/news-extractor
Command: npx skills add https://github.com/XiongJingzhi/agent-learn --skill news-extractor-xiongjingzhi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pydantic, requests, curl_cffi, tenacity, parsel, demjson3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction of news articles from various popular Chinese news platforms, saving users time and effort in manually collecting and formatting information.

Core Features & Use Cases

  • Multi-Platform Support: Extracts content from WeChat Official Accounts, Toutiao, Netease News, Sohu News, and Tencent News.
  • Flexible Output Formats: Provides extracted content in both structured JSON and readable Markdown formats.
  • Use Case: Quickly gather the full text and metadata of an article from a WeChat public account for research or summarization.

Quick Start

Use the news-extractor skill to extract the content from the provided URL.

Frequently Asked Questions about news-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract news articles from WeChat public accounts and Toutiao?

To extract news articles from WeChat and Toutiao, you can use automated scraping tools designed to parse platform-specific URL structures. This allows you to retrieve the full text and metadata from these Chinese news platforms without manual copying.

Can I get scraped news content output as Markdown or JSON?

Yes, you can output scraped news content in both structured JSON and readable Markdown formats. This flexibility allows you to directly use the extracted article data for downstream research, storage, or text summarization tasks.

Does this news extraction method support Netease, Sohu, and Tencent News platforms?

Yes, this news extraction method supports Netease, Sohu, and Tencent News platforms. It handles the specific parsing requirements and URL structures for these major Chinese news sources to accurately retrieve article content.

What is the best way to automate scraping content from Chinese news platforms?

The best way to automate scraping content from Chinese news platforms is using a dedicated extraction script that handles platform-specific parsing. This approach bypasses manual collection by directly fetching article text and metadata from multiple sources.

Why do I need specialized parsing for extracting content from WeChat Official Accounts?

Specialized parsing for extracting content from WeChat Official Accounts is needed because each platform has unique URL structures and HTML layouts. Handling these platform-specific requirements ensures the full article text and metadata are accurately captured.

Are there limitations when extracting articles from URLs with complex query parameters?

Extracting articles from URLs with complex query parameters can present limitations if the platform-specific parsing requirements are not fully met. The extraction relies on handling various URL structures correctly to retrieve the complete news content without missing data.