Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install news-aggregator-skill-2或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install news-aggregator-skill-2⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/news-aggregator-skill-2/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: news-aggregator-skill description: "Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics." ---
Fetch real-time hot news from multiple sources.
Usage:
### Single Source (Limit 10)
> NOTE: This strategy is specifically for the "Global Scan" scenario where we want to catch all trends.
# 1. Fetch broadly (Massive pool for Semantic Filtering)
python3 scripts/fetch_news.py --source all --limit 15 --deep
# 2. SEMANTIC FILTERING:
# Agent manually filters the broad list (approx 120 items) for user's topics.
CRITICAL: You MUST automatically expand the user's simple keywords to cover the entire domain field.
--keyword "AI,LLM,GPT,Claude,Generative,Machine Learning,RAG,Agent"--keyword "Android,Kotlin,Google,Mobile,App"--keyword "Finance,Stock,Market,Economy,Crypto,Gold"# Example: User asked for "AI news from HN" (Note the expanded keywords)
python3 scripts/fetch_news.py --source hackernews --limit 20 --keyword "AI,LLM,GPT,DeepSeek,Agent" --deep
Only use --keyword for very specific, unique terms (e.g., "DeepSeek", "OpenAI").
python3 scripts/fetch_news.py --source all --limit 10 --keyword "DeepSeek" --deep
Arguments:
--source: One of hackernews, weibo, github, 36kr, producthunt, v2ex, tencent, wallstreetcn, all.--limit: Max items per source (default 10).--keyword: Comma-separated filters (e.g. "AI,GPT").--deep: [NEW] Enable deep fetching. Downloads and extracts the main text content of the articles.Output: JSON array. If --deep is used, items will contain a content field associated with the article text.
When the user says "news-aggregator-skill 如意如意" (or similar "menu/help" triggers):
templates.md in the skill directory.If the user requests a specific time window (e.g., "past X hours") and the results are sparse (< 5 items):
* Deep Analysis (Required): For EACH item, you MUST leverage your AI capabilities to analyze: * Core Value (核心价值): What specific problem does it solve? Why is it trending? * Inspiration (启发思考): What technical or product insights can be drawn? * Scenarios (场景标签): 3-5 keywords (e.g. #RAG #LocalFirst #Rust).
Format & Style:
- Global Headlines: Top 3-5 most critical stories across all domains. - Tech & AI: Specific section for AI, LLM, and Tech items. - Finance / Social: Other strong categories if relevant.
- Title: MUST be a Markdown Link to the original URL. - ✅ Correct: ### 1. OpenAI Releases GPT-5 - ❌ Incorrect: ### 1. OpenAI Releases GPT-5 - Metadata Line: Must include Source, Time/Date, and Heat/Score. - 1-Liner Summary: A punchy, "so what?" summary. - Deep Interpretation (Bulleted): 2-3 bullet points explaining why this matters, technical details, or context. (Required for "Deep Scan").
Output Artifact:
reports/ directory with a timestamped filename (e.g., reports/hn_news_YYYYMMDD_HHMM.md).安装 News Aggregator Skill 后,可以对 AI 说这些话来触发它
Help me get started with News Aggregator Skill
Explains what News Aggregator Skill does, walks through the setup, and runs a quick demo based on your current project
Use News Aggregator Skill to comprehensive news aggregator that fetches, filters, and deeply ana...
Invokes News Aggregator Skill with the right parameters and returns the result directly in the conversation
What can I do with News Aggregator Skill in my data & analytics workflow?
Lists the top use cases for News Aggregator Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/news-aggregator-skill-2/ 目录(个人级,所有项目可用),或 .claude/skills/news-aggregator-skill-2/(项目级)。重启 AI 客户端后,用 /news-aggregator-skill-2 主动调用,或让 AI 根据上下文自动发现并使用。
News Aggregator Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
News Aggregator Skill 可免费安装使用。请查阅仓库了解许可证信息。
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
Automate my data & analytics tasks using News Aggregator Skill
Identifies repetitive steps in your workflow and sets up News Aggregator Skill to handle them automatically
News Aggregator Skill 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。