← 返回
AI智能 中文

Arxiv Watcher

Fetch and monitor latest arXiv papers by category, generate summaries, and manage starred papers for easy reference.
按类别获取并监控最新arXiv论文,生成摘要,并管理收藏论文以便查阅。
constx1337
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 546
下载
💾 13
安装
1
版本
#latest

概述

ArXiv Watcher

Monitor and track new papers on arXiv.org by category.

Overview

This skill helps you:

  • Fetch latest papers from specific arXiv categories
  • Generate formatted Markdown summaries
  • Star/bookmark papers for later reading

Quick Start

# Check latest papers in a category
/arxiv-watcher cs.AI

# Multiple categories
/arxiv-watcher cs.AI cs.CL cs.LG

# View starred papers
/arxiv-watcher --starred

Available Categories

Computer Science (cs.*)

| Category | Description |

|----------|-------------|

| cs.AI | Artificial Intelligence |

| cs.CL | Computation and Language |

| cs.CV | Computer Vision |

| cs.LG | Machine Learning |

| cs.NE | Neural and Evolutionary Computing |

| cs.RO | Robotics |

| cs.SE | Software Engineering |

Physics (physics.*)

| Category | Description |

|----------|-------------|

| astro-ph | Astrophysics |

| cond-mat | Condensed Matter |

| hep-ex | High Energy Physics - Experiment |

| hep-th | High Energy Physics - Theory |

| quant-ph | Quantum Physics |

Mathematics (math.*)

| Category | Description |

|----------|-------------|

| math.AG | Algebraic Geometry |

| math.CO | Combinatorics |

| math.DG | Differential Geometry |

| math.NT | Number Theory |

| math.ST | Statistics Theory |

Statistics (stat.*)

| Category | Description |

|----------|-------------|

| stat.ML | Machine Learning |

| stat.TH | Statistics Theory |

Full category list: https://arxiv.org/category_taxonomy

Commands

Fetch Latest Papers

python scripts/arxiv_watcher.py fetch <category> [--limit N]

Fetches recent papers from arXiv. Outputs Markdown format with:

  • Paper title and arXiv ID
  • Authors
  • Abstract preview (first 200 chars)
  • Link to full paper

Star Papers

python scripts/arxiv_watcher.py star <arxiv_id>

Adds a paper to starred list for later reference.

Unstar Papers

python scripts/arxiv_watcher.py unstar <arxiv_id>

Removes a paper from starred list.

View Starred Papers

python scripts/arxiv_watcher.py starred

Lists all starred papers with their details.

Output Format

Papers are displayed in Markdown format:

## [2403.12345] Paper Title Here

**Authors:** John Doe, Jane Smith
**Category:** cs.AI
**Submitted:** 2024-03-15

**Abstract:**
This paper presents a novel approach to...

**Links:**
- arXiv: https://arxiv.org/abs/2403.12345
- PDF: https://arxiv.org/pdf/2403.12345.pdf

---

Starred papers include a ⭐ marker for easy identification.

Workflow

When user asks to check arXiv:

  1. Identify categories - Parse user request for category names
  2. Fetch papers - Run arxiv_watcher.py fetch
  3. Format output - Present papers in readable Markdown
  4. Offer actions - Ask if user wants to star any papers

Example Interactions

User: "check new papers in cs.AI"

Assistant: Runs fetch command, displays 5-10 recent papers, asks if any should be starred.

User: "star the second one"

Assistant: Parses the arxiv_id from previous output, runs star command, confirms action.

User: "show my starred papers"

Assistant: Runs starred command, displays list with details.

Resources

scripts/

  • arxiv_watcher.py - Main CLI for fetching and managing papers

assets/

  • starred.json - Persistent storage for starred papers (auto-created)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,532
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 796,050
developer-tools

Finance Cron

constx1337
在美、中、港金融市场的正式交易日内调度并管理 cron 任务,自动同步节假日。
★ 0 📥 566