/install technews
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+
requestsandbeautifulsoup4packages- Optional:
tiktokenfor token-aware truncation
Install dependencies:
pip install requests beautifulsoup4
Architecture
The skill works in three stages:
- Scrape TechMeme —
scripts/techmeme_scraper.pyfetches and parses top stories - Fetch Articles —
scripts/article_fetcher.pyretrieves article content in parallel - Summarize —
scripts/summarizer.pygenerates 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
- Scrapes TechMeme's homepage for top stories (by default, top 10)
- For each story, fetches the linked article
- Generates a concise summary (2-3 sentences)
- Checks for notable social media reactions
- 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install technews - 安装完成后,直接呼叫该 Skill 的名称或使用
/technews触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。