arxiv-monitor
Installation
SKILL.md
arXiv Monitor
Track queries and categories on arXiv over time. State lives in scripts/watchlist.json — each watch remembers which arXiv IDs it has already surfaced, so every check returns only new material.
When to use
- User wants ongoing discovery in a specific research area
- User wants to be notified of new papers from a category
- Pairs naturally with cron, scheduled jobs, or
/loopfor automated discovery - One-shot "what's new" checks across multiple saved topics
For one-off searches with no persistence, use arxiv-search directly.
Dependency
arxiv-monitor invokes arxiv-search via subprocess to execute queries. When both skills are installed as siblings under the same skills/ directory, the relative path resolves automatically. If you install only arxiv-monitor, it will fail on check — install arxiv-search alongside it.