← 返回
未分类

Tech News Daily

Fetch, summarize and curate the latest tech news from major sources (Hacker News, TechCrunch, The Verge, Ars Technica, GitHub Trending). Use when the user wa...
获取、汇总并策划来自主要来源的最新技术新闻(Hacker News、TechCrunch、The Verge、Ars Technica、GitHub Trending)。当用户想要获取最新技术新闻时使用。
ericlooi504 ericlooi504 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 276
下载
💾 0
安装
1
版本
#latest

概述

Tech News Daily

Get a curated daily briefing of the most important tech news, tailored to your interests.

When to Use

USE this skill when:

  • "What's happening in tech today?"
  • "Show me today's top tech news"
  • "Any big AI news this week?"
  • "What's trending on GitHub?"
  • "Give me a morning tech briefing"
  • "Find news about [specific topic/company]"

DON'T use this skill when:

  • Need financial/stock market news → use a finance skill
  • Need weather or local news → use a weather skill
  • Real-time sports scores → use a sports API

How It Works

The skill fetches from multiple free/public RSS feeds and APIs, then summarizes the results.

News Sources (Free Tier)

SourceTypeAccess
----------------------
Hacker NewsText APIhttps://hacker-news.firebaseio.com/v0/
GitHub TrendingWeb scrapehttps://github.com/trending
TechCrunch RSSRSS Feedhttps://techcrunch.com/feed/
The Verge RSSRSS Feedhttps://www.theverge.com/rss/index.xml

Commands / Natural Language Triggers

What you sayWhat happens
------
"daily briefing"Top 5 stories from Hacker News + TechCrunch
"trending on GitHub"Top 10 GitHub repos today (by language filter)
"AI news this week"Filter articles matching AI/ML keywords
"tech news about [topic]"Search + summarize across sources
"save that article"Bookmark to scripts/bookmarks.json

Workflow

1. Fetch News

When the user asks for news, the agent:

  1. Checks which sources to use (default: HN + GitHub Trending)
  2. Fetches the latest items using curl
  3. Deduplicates and ranks by relevance/recent
  4. Summarizes each item in 2-3 sentences

2. Filter by Interest

The agent can filter by:

  • Topic: "AI", "cybersecurity", "open source", "startups", etc.
  • Source: "HN only", "GitHub trending Python"
  • Time: "today", "this week", "past 24h"

3. Bookmark for Later

When the user says "save that", the agent appends to scripts/bookmarks.json with:

  • Title, URL, source, date saved
  • Optional user note/tag

4. Generate Digest

The agent can compile a markdown summary suitable for:

  • Telegram/Signal message
  • Email digest
  • Local markdown file

Folder Structure

tech-news-daily/
├── SKILL.md
└── scripts/
    └── bookmarks.json       (created on first use)

Examples

> User: "Give me my morning tech briefing"

> Agent: Fetches HN top stories + GitHub trending, presents top 5

>

> User: "Any interesting AI news today?"

> Agent: Filters & summarizes AI-related articles across sources

>

> User: "Show me Python trending repos"

> Agent: Fetches https://github.com/trending/python?since=daily, lists top 5

Notes

  • All sources are free/public — no API keys needed
  • For RSS-based sources, the agent uses curl + basic XML parsing
  • Respect rate limits: cache results for at least 10 minutes between fetches

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Python Automation

ericlooi504
全栈 Python 自动化工具包,用于文件处理、数据抽取、PDF 操作、Excel/工作表自动化、网页爬取以及系统任务。使用 w...
★ 0 📥 501
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 963 📥 520,481
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 447 📥 105,333