ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Arxiv Watch

Skill by constx1337

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/constx1337/arxiv-watch
Or

name: arxiv-watcher description: Monitor new papers on arXiv by category. Use when user wants to check latest papers, track research topics, or manage reading lists. Trigger phrases: "check arxiv", "new papers", "arxiv category", "watch arxiv", "latest papers on".

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.*)

CategoryDescription
cs.AIArtificial Intelligence
cs.CLComputation and Language
cs.CVComputer Vision
cs.LGMachine Learning
cs.NENeural and Evolutionary Computing
cs.RORobotics
cs.SESoftware Engineering

Physics (physics.*)

CategoryDescription
astro-phAstrophysics
cond-matCondensed Matter
hep-exHigh Energy Physics - Experiment
hep-thHigh Energy Physics - Theory
quant-phQuantum Physics

Mathematics (math.*)

CategoryDescription
math.AGAlgebraic Geometry
math.COCombinatorics
math.DGDifferential Geometry
math.NTNumber Theory
math.STStatistics Theory

Statistics (stat.*)

CategoryDescription
stat.MLMachine Learning
stat.THStatistics 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:

Metadata

Stars3409
Views2
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-constx1337-arxiv-watch": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.