# Rss Monitor

> Run the RSS feed monitor to collect signals from blogs, newsletters, and podcasts. Safe to run anytime - no account risk.

- Skill: `assafkip/rss-monitor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add assafkip/rss-monitor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/assafkip/rss-monitor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: assafkip (https://skillmd.com/u/assafkip)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/assafkip/rss-monitor

---


# RSS Monitor

Run the RSS feed monitor to collect VC signals from public feeds.

## Steps

1. Run the monitor:
   ```bash
   python scripts/live_monitor.py
   ```

2. Report results to user:
   - New signals found
   - Total signals in database
   - Any errors or failed feeds

3. If new signals found:
   - Show a summary of the new signals
   - Ask if user wants to commit and push changes

## Sources Monitored

- VC blogs (Boldstart, Rain Capital, Lightspeed, etc.)
- Security newsletters (Venture in Security, Schneier, Krebs, etc.)
- Podcasts (Security Now, Darknet Diaries, etc.)
- Tech news (TechCrunch security, Ars Technica, etc.)

## Notes

- Safe to run anytime - uses public RSS feeds only
- 30-day lookback window
- Dates extracted from RSS pubDate fields

