vnstock-news-crawler

Generate runnable news crawler code using vnstock_news with RSS and sitemap strategies.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/quangkmhd/Vietstock_Agent --skill vnstock-news-crawler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vnstock-news-crawler
Source: https://github.com/quangkmhd/Vietstock_Agent/tree/main/.agents/skills/vnstock-news-crawler
Command: npx skills add https://github.com/quangkmhd/Vietstock_Agent --skill vnstock-news-crawler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vnstock_news, python-dateutil, and includes scripts (resource) components.

What problem does it solve?

End-to-end workflow to set up data extraction for supported news sites using vnstock_news. Selects optimal strategies (RSS vs Sitemap) based on timeframe and provides executable code.

Core Features & Use Cases

  • End-to-end workflow to configure and run news crawlers using vnstock_news with RSS and Sitemap strategies.
  • Guidance for time-framed extraction (realtime to historical) and dynamic sitemap handling for complex sites.
  • Templates and examples to generate runnable crawler code for quick deployment.

Quick Start

Run the analyzer to determine the best extraction strategy for your site and timeframe, then generate and run the corresponding crawler code.

Frequently Asked Questions about vnstock-news-crawler

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

FAQPage Schema
How do I automate web scraping for Vietnamese stock news?

Automate Vietnamese stock news extraction by running the analyzer to select an optimal RSS or Sitemap strategy, then generating and executing the corresponding crawler code for quick deployment.

What is the best way to extract historical news data from sitemaps?

Sitemap-based extraction handles historical data retrieval by analyzing source suitability and generating dynamic sitemap handling code to navigate complex site structures for past articles.

Can I use vnstock_news for realtime RSS feed crawling?

Realtime RSS-based retrieval is supported to fetch live news updates. The Skill analyzes your target site to determine if RSS is the optimal strategy for your timeframe.

Does the news crawler support dynamic sitemap handling for complex sites?

Dynamic sitemap handling is supported for complex sites. The workflow analyzes source suitability and generates executable code to navigate structures for historical extraction.

Do I need python-dateutil to run the news extraction workflow?

python-dateutil is a required dependency for the news extraction workflow. You need this package alongside vnstock_news to parse dates and execute the generated crawler scripts.

When should I not use RSS for stock news crawling?

RSS is not ideal for historical extraction. When your timeframe extends beyond realtime updates, the analyzer selects a Sitemap strategy to retrieve archived stock news articles.