ArXiv Watcher for Openclaw

A specialized research tool that fetches, summarizes, and logs academic papers from the ArXiv repository automatically.

rubenfb23
v1.0.0
Jan 26, 2026
13
14k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install arxiv-watcher

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install arxiv-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ArXiv Watcher?

The ArXiv Watcher is a powerful automation skill designed for Openclaw Skills that connects your AI agent directly to the ArXiv academic database. It enables developers and researchers to stay at the cutting edge of science by automating the process of finding, reading, and documenting new papers. By leveraging specialized scripts, it transforms raw XML data from the ArXiv API into actionable insights.

This skill is particularly valuable for those who need to maintain a persistent record of their findings. Unlike simple search tools, ArXiv Watcher integrates deeply with local memory, ensuring that every paper discussed is cataloged for long-term reference. This makes it an essential component of any research-oriented setup powered by Openclaw Skills.

ArXiv Watcher Use Cases

  • Tracking daily updates in specific fields like LLM reasoning, agentic frameworks, or computer vision.
  • Retrieving specific technical details and summaries for a known ArXiv ID.
  • Automating the creation of a local bibliography or research log for academic projects.
  • Performing deep dives into paper contents by extracting text from PDF links.

How ArXiv Watcher Works

  1. The agent triggers the search_arxiv.sh script with specific keywords, authors, or category filters.
  2. The skill queries the ArXiv API and retrieves the results in XML format.
  3. The agent parses the XML to extract the title, abstract, author list, and PDF link for each entry.
  4. Relevant findings are presented to the user as a concise summary.
  5. The skill automatically appends the paper metadata and summary to a dedicated research log file in the local environment.

ArXiv Watcher Setup

To enable the ArXiv Watcher within your Openclaw Skills environment, ensure the helper script has the correct permissions:

chmod +x scripts/search_arxiv.sh

No external API keys are required as the skill utilizes the public ArXiv API. Ensure your agent has write access to the memory directory to maintain the research log.

ArXiv Watcher Data Schema & Taxonomy

The skill maintains a structured log to ensure data persistence and easy retrieval of past research. The primary data store is a Markdown file:

File Purpose Structure
memory/RESEARCH_LOG.md Persistent storage of research findings Dated H3 headers with metadata bullets

Each entry in the log includes:

  • Date: The date the research was logged.
  • Title: The full title of the paper.
  • Authors: A complete list of contributors.
  • Link: The direct URL to the ArXiv abstract or PDF.
  • Summary: A concise breakdown of the paper's core contributions.

ArXiv Watcher Advanced Features

  • Automatic Research Logging: Mandatory archival of all discussed papers to memory/RESEARCH_LOG.md.
  • PDF Deep Diving: Ability to use web_fetch on PDF links for granular content analysis.
  • Multi-Parameter Search: Support for complex queries combining authors, categories, and date ranges.
  • Daily Summary Mode: Optimized workflow for fetching the latest 'n' papers on a specific topic for rapid daily briefing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*