arxiv-watcher

Search arXiv by keyword, author, or category and summarize abstracts to RESEARCH_LOG.md.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/bobvarkey/diabetes-buddy --skill arxiv-watcher-bobvarkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-watcher
Source: https://github.com/bobvarkey/diabetes-buddy/tree/main/skills/arxiv-watcher
Command: npx skills add https://github.com/bobvarkey/diabetes-buddy --skill arxiv-watcher-bobvarkey

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides rapid discovery and concise understanding of relevant ArXiv papers by enabling searches, generating summaries, and saving insights for future reference.

Core Features & Use Cases

  • Search: Find papers by keyword, author, or category.
  • Summarize: Retrieve abstracts and provide concise summaries.
  • 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.
  • Use Case: Ideal for quick literature scans for proposals, project work, or daily AI paper digests.

Quick Start

Ask Arxiv Watcher to search for a topic 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 and summarize ArXiv papers by keyword or author?

To search and summarize ArXiv papers, query by keyword, author, or category to retrieve abstracts and generate concise summaries. The tool automatically saves these highlights to memory/RESEARCH_LOG.md for long-term tracking.

Can I save ArXiv paper summaries to a long-term memory log?

Yes, you can save ArXiv paper summaries to a long-term memory log. The skill automatically records summarized papers into the memory/RESEARCH_LOG.md file, enabling continuous tracking of literature reviews.

Do I need curl installed to fetch and summarize ArXiv abstracts?

Yes, you need curl installed to fetch and summarize ArXiv abstracts. The skill requires curl for API access to query the ArXiv database and retrieve the latest paper abstracts based on your search parameters.

What is the best way to do a quick literature scan of recent ArXiv publications?

The best way to do a quick literature scan of recent ArXiv publications is to search by category or keyword, retrieve abstracts, and generate concise summaries. This allows rapid discovery for proposals or daily AI paper digests.

How do I extract more details from an ArXiv paper after getting the summary?

To extract more details from an ArXiv paper after getting the summary, use the web_fetch function on the PDF link. This enables a deep dive into the full document when the initial abstract summary is not sufficient.

Are there limitations when tracking ArXiv papers across multiple categories?

Limitations when tracking ArXiv papers across multiple categories include relying solely on abstracts for initial summaries and requiring manual web_fetch for full PDF details. The memory log tracks summaries but not full text extractions.