What problem does it solve? Gathering current headlines from Japan, the Philippines, and global sources requires navigating JS-heavy sites, CAPTCHA walls, and unreliable extraction APIs. This Skill provides a complete pipeline for collecting, curating, and formatting multi-region news into a ready-to-deliver digest. ## Core Features & Use Cases - Multi-Region Source Coverage: Pre-configured navigation patterns for Kyodo News, NHK World, Rappler, PhilStar, Inquirer, and BBC News, with per-region curation criteria. - Tiered Fallback Extraction: When web_search/web_extract fail, fall back to RSS feeds via curl, then HTML grep patterns, then browser vision for JS-rendered pages. - Dual Output Formats: Produce a plain-text digest for CLI/cron delivery or a dark-themed single-file HTML report with ranked headline cards. - Use Case: Set up a cron job that every morning compiles the top 5 headlines each from Japan, the Philippines, and world news, then delivers a formatted digest to your chat channel automatically. ## Quick Start Compile today's top 5 news headlines from Japan, the Philippines, and global sources into a plain-text digest.