/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install technews - After installation, invoke the skill by name or use
/technews - Provide required inputs per the skill's parameter spec and get structured output
What is TechMeme News?
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews. It is an AI Agent Skill for Claude Code / OpenClaw, with 5307 downloads so far.
How do I install TechMeme News?
Run "/install technews" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TechMeme News free?
Yes, TechMeme News is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TechMeme News support?
TechMeme News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TechMeme News?
It is built and maintained by kesslerio (@kesslerio); the current version is v1.0.0.