Install
openclaw skills install eric-tech-briefFetch, 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.
openclaw skills install eric-tech-briefGet a curated daily briefing of the most important tech news, tailored to your interests.
✅ USE this skill when:
❌ DON'T use this skill when:
The skill fetches from multiple free/public RSS feeds and APIs, then summarizes the results.
| Source | Type | Access |
|---|---|---|
| Hacker News | Text API | https://hacker-news.firebaseio.com/v0/ |
| GitHub Trending | Web scrape | https://github.com/trending |
| TechCrunch RSS | RSS Feed | https://techcrunch.com/feed/ |
| The Verge RSS | RSS Feed | https://www.theverge.com/rss/index.xml |
| What you say | What 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 |
When the user asks for news, the agent:
curlThe agent can filter by:
When the user says "save that", the agent appends to scripts/bookmarks.json with:
The agent can compile a markdown summary suitable for:
tech-news-daily/
├── SKILL.md
└── scripts/
└── bookmarks.json (created on first use)
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
curl + basic XML parsing