
from news-aggregator-skill1,123
从 44+ 信息源抓取实时新闻,按统一模板生成简体中文深度分析报告,适合日常简报与 AI 专题追踪(支持 OPML 自定义源)。
News Aggregator Skill 汇总 44+ 技术与国际新闻源(如 Hacker News、GitHub、arXiv、Hugging Face、国际主流媒体与中文源),抓取标题与正文并按统一模板生成简体中文的深度分析报告。它能根据关键词或预设配置做广泛扫描或针对性抓取,并将结果保存为日期化报告文件。
在需要每日简报、AI/技术快讯、金融或国际新闻巡检时使用。也适用于用户请求“daily scans”、“AI briefings”或触发交互菜单(关键词“如意如意”)。当你需要把多源信息翻译为中文并输出可保存的分析报告时,该技能能快速取代手工搜集与整合。
适用于需要执行系统命令与读取文件的代理(支持 Python 脚本运行环境)。可与具备网络/Playwright 能力的代理协同(用于抓取需要渲染的页面如 Hugging Face Papers)。
Comprehensive news aggregator skill fetching from 44+ sources (HN, GitHub, Weibo, BBC, etc.) and generating Chinese-language reports. Most scripts fail on import due to missing playwright or local module resolution (rss_parser, fetch_news). Only rss_parser and trivial utility scripts ran cleanly. Scripts use hardcoded user-agent strings to bypass bot detection and some use Playwright for Cloudflare bypass, which is functional but skirts site ToS.
playwrightbeautifulsoup4requestsSkill is a legitimate news aggregation tool targeting Chinese-speaking AI/tech professionals. Not malicious. Security concerns are moderate: SSL verification disabled in rss_parser.py, spoofed User-Agents, Playwright-based Cloudflare bypass, and subprocess calls to fetch URLs. Architecture is monolithic — fetch_news.py is ~500 lines with all sources in one file, and scripts have circular/relative imports that break when run from a temp directory. The skill documentation (SKILL.md) is thorough with good trigger descriptions and source-specific formatting rules.