Agent skill
arxiv-watcher
Monitor arXiv for new papers in specific fields. Get alerts for relevant research.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/arxiv-watcher
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udcc4", "category": "research" }
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
{
"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
}
Paper Analysis Template
When reviewing a paper:
## Title
**Authors:**
**arXiv ID:**
**Date:**
**TL;DR:** One sentence summary
**Key Contribution:**
- Point 1
- Point 2
**Relevance to My Work:**
- How this applies
- Action items
**Code/Data:** Links if available
Best Practices
- Focus on recent — Last 6 months for fast-moving fields
- Track authors — Follow key researchers
- Read abstracts first — Don't download everything
- Build a reading list — Queue papers in
tasks/reading-list.md - Summarize for others — Share insights in MEMORY.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?