arxiv-watcher

Search ArXiv API and log paper summaries to a markdown file.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill arxiv-watcher-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-watcher
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/skills/arxiv-watcher
Command: npx skills add https://github.com/bluegitter/QClaw --skill arxiv-watcher-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the need to manually browse ArXiv, fetch abstracts, and create summaries, enabling quick insight into the latest research.

Core Features & Use Cases

  • Search: Retrieve papers by keywords, authors, or categories.
  • Summarize: Get concise abstracts and key points.
  • Memory Logging: Automatically log discussed papers to a research log.
  • Deep Dive: Optionally fetch full PDF content for detailed analysis. Use case example: a researcher wants a daily briefing of new AI papers or a quick summary of a specific arXiv ID.

Quick Start

Ask the arxiv-watcher skill to summarize the newest papers on AI agents.

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 latest ArXiv papers by keyword?

To search and summarize ArXiv papers, execute the provided bash script to query the ArXiv API by keywords, authors, or categories. The script parses XML entries to deliver concise abstracts and key points instantly.

Can I fetch a full PDF from ArXiv for a detailed analysis?

Yes, you can fetch full PDF content from ArXiv for detailed analysis. The skill optionally retrieves full documents alongside concise abstracts, enabling deep dives into specific papers or ArXiv IDs.

Do I need an API key to query the ArXiv API?

No API key is needed to query the ArXiv API. The script directly fetches research papers by executing bash commands that parse XML entries, requiring no external dependencies or authentication setup.

How do I log ArXiv research summaries to a markdown file?

To log ArXiv research summaries, the skill automatically records parsed XML entries and key points into a designated research markdown file. This memory logging feature ensures discussed papers are tracked.

What is the best way to get a daily AI research briefing from ArXiv?

The best way to get a daily AI research briefing is requesting the skill to summarize the newest papers on AI agents. It queries the ArXiv API, parses results, and logs daily updates automatically.

Are there limitations when parsing ArXiv API XML entries?

Parsing ArXiv API XML entries requires executing the provided bash script. A limitation is that it depends on the script's ability to correctly fetch and parse the XML structure without external libraries.