← 返回 Skills 市场
ericlooi504

Tech News Daily

作者 ericlooi504 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eric-tech-brief
功能描述
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...
使用说明 (SKILL.md)

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)

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

Commands / Natural Language Triggers

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

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
安全使用建议
This skill appears safe to use for public tech-news briefings. Install it if you are comfortable with the agent making web requests to the listed sources and saving bookmarks locally when you ask it to.
功能分析
Type: OpenClaw Skill Name: eric-tech-brief Version: 1.0.0 The skill is a standard tech news aggregator designed to fetch and summarize content from legitimate public sources like Hacker News, GitHub, and TechCrunch using curl. The instructions in SKILL.md are consistent with the stated purpose, and the local file operations (writing to scripts/bookmarks.json) are limited to a documented bookmarking feature without evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The stated purpose, sources, and workflows align: it fetches public tech-news feeds/pages, summarizes them, filters by topic/source/time, and optionally bookmarks articles.
Instruction Scope
The instructions allow internet fetching and public web scraping via curl, which is expected for a news briefing skill but means the agent will contact third-party sites.
Install Mechanism
There is no install spec and no code files; the only declared runtime requirement is the curl binary, which is disclosed in the skill metadata.
Credentials
Network access to named public sources is proportionate to the skill, and no credentials, API keys, privileged paths, or broad local access are requested.
Persistence & Privilege
The skill can create a local bookmarks file and mentions short-term caching; this is disclosed and user-directed, but users should know saved article metadata and notes may persist locally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eric-tech-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eric-tech-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetch & summarize tech news from HN, GitHub Trending, RSS feeds
元数据
Slug eric-tech-brief
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 Tech News Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install eric-tech-brief」即可一键安装,无需额外配置。

Tech News Daily 是免费的吗?

是的,Tech News Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tech News Daily 支持哪些平台?

Tech News Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tech News Daily?

由 ericlooi504(@ericlooi504)开发并维护,当前版本 v1.0.0。

💬 留言讨论