technews

Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "technews" with this command: npx skills add kesslerio/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+
  • 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

  • <workspace>/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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated