← Back to Skills Marketplace
ArXiv Watcher
by
Rubén Fernández Boullón
· GitHub ↗
· v1.0.0
14028
Downloads
13
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install arxiv-watcher
Description
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Usage Guidance
Install only if you are comfortable with the skill recording titles, authors, links, and summaries of papers you discuss in memory/RESEARCH_LOG.md. Review or clear that log for sensitive research topics, and inspect the referenced search_arxiv.sh script if you require strict control over shell-based network access.
Capability Analysis
Type: OpenClaw Skill
Name: arxiv-watcher
Version: 1.0.0
This skill bundle is classified as benign. The `SKILL.md` outlines a clear purpose to search and summarize ArXiv papers, including saving summaries to `memory/RESEARCH_LOG.md` and using `web_fetch` for PDF links, all of which align with its stated function. The `scripts/search_arxiv.sh` script uses `curl` to query the official ArXiv API (`export.arxiv.org`), which is a legitimate network call. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent that would lead to unauthorized actions or access to unrelated sensitive data.
Capability Assessment
Purpose & Capability
The stated purpose is to search and summarize ArXiv papers; ArXiv API access, optional PDF fetching, and paper summaries all fit that purpose.
Instruction Scope
The workflow is narrow and user-triggered for research queries, but it makes logging any discussed paper mandatory rather than opt-in.
Install Mechanism
The artifact references a shell script for direct API access; the available workspace evidence did not include the script contents, while supplied telemetry describes it as a curl call to export.arxiv.org.
Credentials
Network access to ArXiv and PDF fetching are proportionate for a paper-search skill, and there is no evidence of unrelated local file access or credential use.
Persistence & Privilege
Persistent writes to memory/RESEARCH_LOG.md are clearly disclosed and scoped to paper metadata and summaries, but users should understand this records research interests over time.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arxiv-watcher - After installation, invoke the skill by name or use
/arxiv-watcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Search and summarize ArXiv papers with local research logging.
Metadata
Frequently Asked Questions
What is ArXiv Watcher?
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers. It is an AI Agent Skill for Claude Code / OpenClaw, with 14028 downloads so far.
How do I install ArXiv Watcher?
Run "/install arxiv-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ArXiv Watcher free?
Yes, ArXiv Watcher is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ArXiv Watcher support?
ArXiv Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ArXiv Watcher?
It is built and maintained by Rubén Fernández Boullón (@rubenfb23); the current version is v1.0.0.
More Skills