← Back to Skills Marketplace
kesslerio

TechMeme News

by kesslerio · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
5307
Downloads
4
Stars
30
Active Installs
1
Versions
Install in OpenClaw
/install technews
Description
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews.
README (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.

Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install technews
  3. After installation, invoke the skill by name or use /technews
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial ClawHub release
Metadata
Slug technews
Version 1.0.0
License
All-time Installs 32
Active Installs 30
Total Versions 1
Frequently Asked Questions

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.

💬 Comments