# Agent News

> Agent News Monitor

- Skill: `bobrenze-bot/agent-news` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add bobrenze-bot/agent-news`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bobrenze-bot/agent-news/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bobrenze-bot (https://skillmd.com/u/bobrenze-bot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bobrenze-bot/agent-news

---

# 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.

