← 返回 Skills 市场
kesslerio

TechMeme News

作者 kesslerio · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
5307
总下载
4
收藏
30
当前安装
1
版本数
在 OpenClaw 中安装
/install technews
功能描述
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews.
使用说明 (SKILL.md)

TechNews Skill

Fetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz.

Usage

Command: /technews

Fetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions.

Setup

This skill requires:

  • Python 3.9+
  • requests and beautifulsoup4 packages
  • Optional: tiktoken for token-aware truncation

Install dependencies:

pip install requests beautifulsoup4

Architecture

The skill works in three stages:

  1. Scrape TechMemescripts/techmeme_scraper.py fetches and parses top stories
  2. Fetch Articlesscripts/article_fetcher.py retrieves article content in parallel
  3. Summarizescripts/summarizer.py generates summaries and finds social reactions

Commands

/technews

Fetches and presents top tech news stories.

Output includes:

  • Story title and original link
  • AI-generated summary
  • Social media highlights (Twitter reactions)
  • Relevance score based on topic preferences

How It Works

  1. Scrapes TechMeme's homepage for top stories (by default, top 10)
  2. For each story, fetches the linked article
  3. Generates a concise summary (2-3 sentences)
  4. Checks for notable social media reactions
  5. Presents results in a clean, readable format

State

  • \x3Cworkspace>/memory/technews_history.json — cache of recently fetched stories to avoid repeats

Examples

  • /technews — Get the latest tech news summary

Future Expansion

This skill is designed to be extended to other sources:

  • Hacker News (/hn)
  • Reddit (/reddit)
  • Other tech news aggregators

The modular architecture allows adding new source handlers without changing core functionality.

安全使用建议
Before installing, be comfortable with the skill making outbound requests to news/article sites and installing common Python packages. Treat its summaries as quick excerpts, verify important information from original links, and clear the local cache if results look stale.
功能分析
Type: OpenClaw Skill Name: technews Version: 1.0.0 The OpenClaw AgentSkills skill bundle is classified as benign. The code and documentation are clearly aligned with its stated purpose of fetching and summarizing tech news from TechMeme, including social media reactions. It uses standard Python libraries (`requests`, `beautifulsoup4`) for web scraping and makes legitimate network calls to `techmeme.com`, `hn.algolia.com`, and `nitter.net` (though Twitter reaction fetching is a placeholder). A cache file is written to the non-sensitive `~/.cache` directory. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent in `SKILL.md` or `README.md`.
能力评估
Purpose & Capability
The core behavior matches the stated purpose of fetching TechMeme stories and linked articles, but the implementation appears to produce simple extractive excerpts rather than the documented AI-generated summaries.
Instruction Scope
The skill is user-invoked with /technews, is not marked always-on, and does not instruct the agent to override user intent or perform high-impact actions.
Install Mechanism
There is no automatic install spec, but the documentation asks the user to install Python packages; this is purpose-aligned, but users should use trusted package sources.
Credentials
Outbound requests to TechMeme, linked article domains, and Hacker News search are expected for a news aggregation skill and no credentials or private local files are requested.
Persistence & Privilege
A helper script defines a local cache under the user's home directory, while SKILL.md documents a different workspace memory path; the cached data appears limited to public story metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install technews
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /technews 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub release
元数据
Slug technews
版本 1.0.0
许可证
累计安装 32
当前安装数 30
历史版本数 1
常见问题

TechMeme News 是什么?

Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5307 次。

如何安装 TechMeme News?

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

TechMeme News 是免费的吗?

是的,TechMeme News 完全免费(开源免费),可自由下载、安装和使用。

TechMeme News 支持哪些平台?

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

谁开发了 TechMeme News?

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

💬 留言讨论