arxiv-watcher
Monitor arXiv for new papers in specific fields. Get alerts for relevant research.
npx skills add majiayu000/claude-skill-registry --skill arxiv-watcher --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# arXiv Watcher Monitor arXiv for new papers in specific fields. Get alerts for relevant research. ## Search Queries ### CS/AI Topics | Query | Description | |-------|-------------| | `cat:cs.AI` | Artificial Intelligence | | `cat:cs.LG` | Machine Learning | | `cat:cs.CL` | Computation and Language (NLP) | | `cat:cs.CV` | Computer Vision | | `cat:cs.RO` | Robotics | | `cat:cs.SE` | Software Engineering | ### Combined Queries ``` cat:cs.AI OR cat:cs.LG OR cat:cs.CL ``` ## Workflow ### 1. One-Time Search Use `web_search` with arXiv queries: ``` Search arXiv for recent papers on: - "multimodal AI" site:arxiv.org - "agent orchestration" site:arxiv.org ``` ### 2. RSS Feed Monitoring arXiv provides RSS feeds: ``` http://export.arxiv.org/rss/cs.AI http://export.arxiv.org/rss/cs.LG http://export.arxiv.org/rss/cs.CL ``` Use with `blogwatcher` skill for automated monitoring. ### 3. Scheduled Digest ```json { "name": "arxiv-weekly-digest", "schedule": {"kind": "cron", "expr": "0 9 * * 1"}, "payload": { "kind": "agentTurn", "message": "Search arXiv for: 'agent orchestration', 'MCP servers', 'autonomous agents'. Summarize top 5 papers." }, "sessionTarget": "isolated", "notify": true } ``` ## Pa
- Search Queries
- CS/AI Topics
- Combined Queries
- Workflow
- 1. One-Time Search
- 2. RSS Feed Monitoring
- 3. Scheduled Digest
- Paper Analysis Template
- Best Practices
What does the arxiv-watcher skill do?
Monitor arXiv for new papers in specific fields. Get alerts for relevant research.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill arxiv-watcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
