Article Fetching Crawler
Paste the following prompt into your AI chat to install this skill:
Please install @user_6ed3129a/capoocat according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Chinese policy and news pages are scattered across multiple government portals and news sites. Articles about AI, digitalization, and informatization are often mixed with procurement notices, public announcements, and administrative documents. Manually finding relevant pieces requires repeated site visits, keyword searches, noise filtering, link collection, and summary writing. This skill turns that workflow into a repeatable crawl and filtering process.
How It Works
- Source coverage: supports the National Energy Administration, Ministry of Industry and Information Technology, Cyberspace Administration of China, National Development and Reform Commission, Sichuan Provincial Department of Economy and Information Technology, State Informatization Expert Advisory Committee, Xinhuanet, People's Daily Online, CCTV News, Guancha, and The Paper.
- Keyword filtering: prioritizes topics such as
artificial intelligence,digitalization,informatization,AI,algorithm,big data, andcloud computing, while excluding noise terms such asprocurement,announcement,tender,bid winning, andcontract. - Output structure: writes
original_articles/for article text,article_links/for links and metadata,ai_summaries/for summaries, andcrawled_links.jsonfor deduplication tracking. - Runtime behavior: includes automatic deduplication, publication-date sorting, incremental file indexing, AI summarization, error handling, and retry mechanisms.
Boundaries
It is better suited for collecting Chinese government and news articles than for general-purpose full-web crawling. Adding new sources requires extending crawler classes based on BaseCrawler and maintaining site-specific structure. Keyword filtering is heuristic, so edge cases may still be missed or incorrectly included.
Use Cases
- Track AI and digitalization policy articles from ministry websites, then generate originals, links, and summaries.
- Filter AI and cloud-computing articles from Xinhuanet and People's Daily while excluding procurement announcements.
- Maintain a crawled-link record, sort articles by publication date, and incrementally collect informatization topics.
- Collect digital-economy articles for research, outputting structured metadata and AI summaries.
Best For
- Policy researchers: need to continuously track AI, digitalization, and informatization coverage on government sites and build a source corpus.
- Data analysts: need to filter news-site articles by keywords, deduplicate them, and export links and summaries.
- Industry analysts: need to collect AI and digital-economy articles from Xinhuanet, People's Daily, and similar sources for reports.
- Crawler maintainers: need to extend sources and keywords, then check deduplication, sorting, and retry behavior.
Related Skills
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.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.