arxiv-watcher

Search ArXiv for recent papers and summarize relevant research.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill arxiv-watcher-itsadijmbt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-watcher
Source: https://github.com/itsadijmbt/SecureMCP-Servers/tree/main/TEST_SERVERS/PORTED_TO_SECUREMCP/alibabacloud-rds-openapi-mcp-server/skill/arxiv-watcher
Command: npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill arxiv-watcher-itsadijmbt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

Researchers and students often struggle to keep up with rapidly published work on ArXiv and need quick summaries without manually browsing dozens of listings.

Core Features & Use Cases

  • ArXiv Search: Retrieve the most recently submitted papers using keyword-based queries that can target topics, authors, or categories.
  • Paper Summarization: Pull the abstract and present a concise summary suitable for fast understanding and comparison.
  • Research Logging: Automatically append discussed papers (title, authors, date, summary, and link) to memory/RESEARCH_LOG.md for long-term tracking.
  • Deep Dive via PDF Fetch: When requested, fetch the PDF link using web_fetch to extract more details beyond the abstract.

Quick Start

Ask the skill: “Search ArXiv for the latest papers about AI agents and summarize the top results.”

Frequently Asked Questions about arxiv-watcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search ArXiv for recent papers and get summaries without browsing listings manually?

To search ArXiv for recent papers, you provide a topic, author, or category query. The skill fetches ArXiv API XML entries, parses abstracts, and returns concise summaries with PDF links.

Can I track ArXiv research topics I review daily for long-term reference?

You can track reviewed ArXiv research topics through automatic logging. Discussed papers, including title, authors, date, summary, and link, are appended to a Markdown research log file.

How do I extract more details from an ArXiv paper beyond the abstract summary?

To extract more details beyond the ArXiv abstract summary, request a deep dive. The skill fetches the PDF link to pull additional content and provide a more comprehensive analysis.

Do I need to install any dependencies to run ArXiv paper searches locally?

You need the curl command-line tool installed to run ArXiv paper searches locally. The skill executes a shell script using curl to query the ArXiv API and fetch XML data.

What is the best way to summarize the latest ArXiv publications by specific authors?

The best way to summarize the latest ArXiv publications by specific authors is querying the ArXiv API with the author name. The skill parses the XML response to present concise abstract summaries.

Does the ArXiv search skill work with category-specific computer science queries?

The ArXiv search skill works with category-specific queries. You can target specific ArXiv categories to retrieve recently submitted papers, parse the XML metadata, and summarize relevant research.