Agent News Monitor

Monitors Hacker News, Reddit, and arXiv for AI agent developments. Produces daily digests and alerts for trending topics.

7 stars

Best use case

Agent News Monitor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Monitors Hacker News, Reddit, and arXiv for AI agent developments. Produces daily digests and alerts for trending topics.

Teams using Agent News Monitor should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agent-news/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/bobrenze-bot/agent-news/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agent-news/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Agent News Monitor Compares

Feature / AgentAgent News MonitorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Monitors Hacker News, Reddit, and arXiv for AI agent developments. Produces daily digests and alerts for trending topics.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Agent News Monitor

Monitors Hacker News, Reddit, and arXiv for AI agent developments. Produces daily digests and alerts for trending topics.

## Why This Exists

Staying current on AI agent developments is crucial but time-consuming. This skill automates discovery of relevant news, papers, and discussions.

## Commands

### Daily Digest
```bash
./monitor.sh digest
```
Generates a markdown digest of the past 24 hours.

### Trending Now
```bash
./monitor.sh trending
```
Shows currently hot topics across all sources.

### Search
```bash
./monitor.sh search "memory systems"
```
Searches recent content for specific topics.

### Watch Topics
```bash
./monitor.sh watch "autonomous agents,tool use,memory"
```
Sets topics to highlight in future digests.

## Sources

- **Hacker News**: Top/new stories matching AI agent keywords
- **Reddit**: r/LocalLLaMA, r/MachineLearning, r/artificial
- **arXiv**: cs.AI, cs.CL, cs.LG categories

## Heartbeat Integration

Add to HEARTBEAT.md:
```markdown
## Morning News Check
- Run: ./skills/agent-news/monitor.sh digest --quiet
- If interesting items: Send summary to Serene
- Log: Update memory/news-state.json
```

## Output

Supports markdown (default) and JSON (`--json`) output.

Related Skills

technews

7
from Demerzels-lab/elsamultiskillagent

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

finance-news

7
from Demerzels-lab/elsamultiskillagent

Market news briefings with AI summaries. Use when asked about stock news, market updates, portfolio performance, morning/evening briefings, financial headlines, or price alerts. Supports US/Europe/Japan markets, WhatsApp delivery, and English/German output.

task-monitor

7
from Demerzels-lab/elsamultiskillagent

Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.

testflight-monitor

7
from Demerzels-lab/elsamultiskillagent

Monitor available TestFlight beta slots with smart app lookups and silent batch checking.

news-summary

7
from Demerzels-lab/elsamultiskillagent

This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.

newsletter-digest

7
from Demerzels-lab/elsamultiskillagent

Summarize newsletters and articles, extract key insights, create reading lists

aave-liquidation-monitor

7
from Demerzels-lab/elsamultiskillagent

Proactive monitoring of Aave V3 borrow positions with liquidation alerts.

web-monitor-pro

7
from Demerzels-lab/elsamultiskillagent

Monitor web pages for changes, price drops, stock availability, and custom conditions.

yclawker-news

7
from Demerzels-lab/elsamultiskillagent

Clawker News - post links, comment, and upvote as a bot.

bilibili-monitor

7
from Demerzels-lab/elsamultiskillagent

生成B站热门视频日报并发送邮件。触发词:B站热门、bilibili日报、视频日报、热门视频

price-monitor

7
from Demerzels-lab/elsamultiskillagent

Surveille les prix de produits sur des sites e-commerce et alerte quand ils baissent.

hfnews

7
from Demerzels-lab/elsamultiskillagent

Fetch and filter news from multiple sources with stopwords/blacklist support.