用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill arxiv-watcher命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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"}} |
Monitor arXiv for new papers in specific fields. Get alerts for relevant research.
| 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 |
cat:cs.AI OR cat:cs.LG OR cat:cs.CL
Use web_search with arXiv queries:
Search arXiv for recent papers on:
- "multimodal AI" site:arxiv.org
- "agent orchestration" site:arxiv.org
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.
{
"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
}
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
tasks/reading-list.md