← Back to Skills Marketplace
arxiv watcher
by
ModestyRichards
· GitHub ↗
· v1.0.0
· MIT-0
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install modesty-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
This skill is small and consistent with its purpose, but it will automatically store summaries in memory/RESEARCH_LOG.md and may download PDFs when asked. Before installing, decide whether automatic persistent logging of viewed/summarized papers is acceptable for your workflow and whether any content you query could be sensitive. If you'd prefer not to keep persistent logs, ask the skill author (or modify SKILL.md) to make appending optional or to prompt before writing. Also test with non-sensitive queries first and inspect memory/RESEARCH_LOG.md so you know what is being stored.
Capability Analysis
Type: OpenClaw Skill
Name: modesty-arxiv-watcher
Version: 1.0.0
The skill is designed to search and summarize ArXiv papers but contains a shell injection vulnerability in `scripts/search_arxiv.sh`. The script passes the `$QUERY` variable directly into a double-quoted string within a `curl` command, which allows for command substitution (e.g., using `$(...)`) if the input is not properly sanitized by the calling agent. While the workflow in `SKILL.md` and the metadata in `_meta.json` appear benign and aligned with the stated purpose, the lack of input validation in the shell script presents a security risk.
Capability Assessment
Purpose & Capability
Name/description match the implementation: a small bash script queries the public arXiv API and SKILL.md describes searching, summarizing, and optionally fetching PDFs. All requested artifacts (no creds, no external services) are consistent with an arXiv watcher.
Instruction Scope
The runtime instructions mandate automatically appending every discussed paper (title, authors, date, summary, link) to memory/RESEARCH_LOG.md. That is coherent with 'long-term tracking' but is a persistent side effect users should expect. It also suggests using 'web_fetch' to download PDFs for deeper extraction — expected for deeper summaries but means the skill may download arbitrary PDF content from arXiv links when invoked.
Install Mechanism
No install/spec or third-party downloads; the included script is a tiny curl invocation against the official export.arxiv.org API. Low install risk.
Credentials
No environment variables, secrets, or external credentials requested. The skill does not require unrelated credentials or config paths.
Persistence & Privilege
The skill is not always-enabled and can be invoked by the user, but it requires write access to memory/RESEARCH_LOG.md and mandates appending entries. Writing to agent memory is a normal pattern but is a persistent capability you should accept explicitly.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install modesty-arxiv-watcher - After installation, invoke the skill by name or use
/modesty-arxiv-watcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables searching and summarizing ArXiv papers.
- Search for research papers on ArXiv by keyword, author, or category.
- Automatically summarize abstracts and provide concise explanations.
- Save every discussed paper to `memory/RESEARCH_LOG.md` for tracking.
- Optionally extract more details from PDFs when requested.
- Includes clear workflow and example user prompts.
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 89 downloads so far.
How do I install arxiv watcher?
Run "/install modesty-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, licensed under MIT-0. 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 ModestyRichards (@modestyrichards); the current version is v1.0.0.
More Skills