A specialized research tool that fetches, summarizes, and logs academic papers from the ArXiv repository automatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arxiv-watcher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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:
Loading
ArXiv Watcher is an automated research assistant that searches the ArXiv API to summarize papers and maintain a persistent research log.

Token Saver is a model-aware optimization tool that reduces AI costs by dynamically compacting chat context and compressing workspace files based on specific model limits.

A protective wrapper that provides a soft-sandbox environment for untrusted skills using multi-layer prompt defense and tool restriction.

A spec-driven development system that transforms complex project ideas into verified, working implementations through a structured Discuss-Plan-Execute-Verify workflow.

A voice-first automation skill that enables real-time WhatsApp audio conversations using local transcription and text-to-speech engines.

A specialized syntax engine that converts standard markdown into WhatsApp-compatible formatting for clean, professional mobile communication.








































