Agent skill

arxiv-watcher

Monitor arXiv for new papers in specific fields. Get alerts for relevant research.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill arxiv-watcher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/arxiv-watcher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Search Queries
  2. CS/AI Topics
  3. Combined Queries
  4. Workflow
  5. 1. One-Time Search
  6. 2. RSS Feed Monitoring
  7. 3. Scheduled Digest
  8. Paper Analysis Template
  9. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going