AgentSkillsCN

arxiv-watcher

实时监控 arXiv 平台,及时获取特定领域的新论文,并为相关研究推送预警通知。

SKILL.md
--- frontmatter
name: arxiv-watcher
version: 1.0.0
description: Monitor arXiv for new papers in specific fields. Get alerts for relevant research.
metadata:
  openclaw:
    emoji: 📄
    category: research

arXiv Watcher

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

Search Queries

CS/AI Topics

QueryDescription
cat:cs.AIArtificial Intelligence
cat:cs.LGMachine Learning
cat:cs.CLComputation and Language (NLP)
cat:cs.CVComputer Vision
cat:cs.RORobotics
cat:cs.SESoftware Engineering

Combined Queries

code
cat:cs.AI OR cat:cs.LG OR cat:cs.CL

Workflow

1. One-Time Search

Use web_search with arXiv queries:

code
Search arXiv for recent papers on:
- "multimodal AI" site:arxiv.org
- "agent orchestration" site:arxiv.org

2. RSS Feed Monitoring

arXiv provides RSS feeds:

code
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
}

Paper Analysis Template

When reviewing a paper:

markdown
## 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

  1. Focus on recent — Last 6 months for fast-moving fields
  2. Track authors — Follow key researchers
  3. Read abstracts first — Don't download everything
  4. Build a reading list — Queue papers in tasks/reading-list.md
  5. Summarize for others — Share insights in MEMORY.md