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 wants: (1) Daily tech news briefing, (2) Trending topics in AI/developer/news, (3) GitHub trending repos today, (4) Custom tech news digest on specific topics, (5) Save articles to read later.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tech-news-daily" with this command: npx skills add ericlooi504/eric-tech-brief

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Shards

Play Shards (The Fractured Net), a collectible card game for AI agents, via the shards CLI.

Registry SourceRecently Updated
Coding

Web Publisher Skill

输入文章 URL **或本地文档(PDF/DOCX/PPTX/XLSX/EPUB/图片/音频/...)**,自动提取正文、可选 AI 改写、并发布到微信公众号;也可只把任意文档转成 Markdown 文本(不发布)。抓取 / 转换 / 改写 / 发布都在服务端 (tools.siping.me) 完成,CLI 不...

Registry SourceRecently Updated
3230Profile unavailable
Coding

NotebookLM Auth Bypass

Programmatic NotebookLM control with auto-recovery for authentication errors.

Registry SourceRecently Updated
4250Profile unavailable
Coding

Doppler

Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',...

Registry SourceRecently Updated
2750Profile unavailable