← Back to Skills Marketplace
rubenfb23

ArXiv Watcher

cross-platform ⚠ suspicious
1957
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install arxiv-watcher-vigo
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.
README (SKILL.md)

ArXiv Watcher

This skill interacts with the ArXiv API to find and summarize the latest research papers.

Capabilities

  • Search: Find papers by keyword, author, or category.
  • Summarize: Fetch the abstract and provide a concise summary.
  • Save to Memory: Automatically record summarized papers to memory/RESEARCH_LOG.md for long-term tracking.
  • Deep Dive: Use web_fetch on the PDF link to extract more details if requested.

Workflow

  1. Use scripts/search_arxiv.sh "\x3Cquery>" to get the XML results.
  2. Parse the XML (look for \x3Centry>, \x3Ctitle>, \x3Csummary>, and \x3Clink title="pdf">).
  3. Present the findings to the user.
  4. MANDATORY: Append the title, authors, date, and summary of any paper discussed to memory/RESEARCH_LOG.md. Use the format:
    ### [YYYY-MM-DD] TITLE_OF_PAPER
    - **Authors**: Author List
    - **Link**: ArXiv Link
    - **Summary**: Brief summary of the paper and its relevance.
    

Examples

  • "Busca los últimos papers sobre LLM reasoning en ArXiv."
  • "Dime de qué trata el paper con ID 2512.08769."
  • "Hazme un resumen de las novedades de hoy en ArXiv sobre agentes."

Resources

  • scripts/search_arxiv.sh: Direct API access script.
Usage Guidance
This skill appears to do what it advertises (it queries ArXiv and summarizes results), but be aware it will automatically append summaries to memory/RESEARCH_LOG.md and can fetch PDFs for deeper extraction. Before installing or enabling it: (1) confirm where memory/RESEARCH_LOG.md is stored and whether that storage is private; (2) require the skill to ask for explicit user approval before saving any summary (or make saving optional); (3) consider disabling or restricting the 'web_fetch' PDF download behavior unless you trust the sources and understand the implications; (4) if you share this agent or its memory, understand that saved summaries could be visible to others; (5) because the skill is from an unknown source, review or sandbox the skill (or fork and remove the mandatory save) if you want to reduce persistent-write behavior. These precautions will reduce privacy and data-accumulation risks.
Capability Analysis
Type: OpenClaw Skill Name: arxiv-watcher-vigo Version: 1.0.0 The skill bundle is benign. The `SKILL.md` instructs the agent to interact with the ArXiv API and log summarized papers to `memory/RESEARCH_LOG.md`, which is a designated memory location for the agent. The `scripts/search_arxiv.sh` script uses `curl` to query the legitimate ArXiv API endpoint (export.arxiv.org) and does not contain any malicious commands, data exfiltration, or unauthorized network activity. All actions are aligned with the stated purpose of searching and summarizing ArXiv papers.
Capability Assessment
Purpose & Capability
Name/description match the implementation: a small bash script queries the ArXiv API and SKILL.md describes searching and summarizing. No unrelated credentials, binaries, or installs are requested. The 'save to memory' feature is coherent with the stated 'long-term tracking' capability, though it is not declared as a separate permission.
Instruction Scope
SKILL.md contains concrete runtime steps (call scripts/search_arxiv.sh, parse XML, present results) which are appropriate, but it also requires a MANDATORY append of every discussed paper to memory/RESEARCH_LOG.md and instructs the agent to use web_fetch on PDF links for deeper extraction. The mandatory persistent write and arbitrary PDF fetchs extend the agent's IO/networking beyond simple querying and summarization and may capture or store content the user did not explicitly approve.
Install Mechanism
No install spec; this is instruction-only with one small shell script that uses curl to call the public ArXiv API. Low installation risk and no downloads from untrusted hosts.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose.
Persistence & Privilege
Although always:false (so it won't be force-included), the skill mandates writing to a persistent memory file (memory/RESEARCH_LOG.md) for every paper discussed. Automatic, unconditional writes to persistent agent memory are a notable privilege: they can accumulate data without repeated user consent and may expose sensitive content if the memory is later accessed or shared.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arxiv-watcher-vigo
  3. After installation, invoke the skill by name or use /arxiv-watcher-vigo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial version: Search and summarize ArXiv papers with local research logging.
Metadata
Slug arxiv-watcher-vigo
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
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 1957 downloads so far.

How do I install ArXiv Watcher?

Run "/install arxiv-watcher-vigo" 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.

💬 Comments