🦀 ClawHub
ArXiv Watcher
by @rubenfb23
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.
TERMINAL
clawhub install arxiv-watcher-vigo📖 About This Skill
name: 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.
ArXiv Watcher
This skill interacts with the ArXiv API to find and summarize the latest research papers.
Capabilities
memory/RESEARCH_LOG.md for long-term tracking.web_fetch on the PDF link to extract more details if requested.Workflow
1. Use scripts/search_arxiv.sh " to get the XML results.
2. Parse the XML (look for , , , and ).
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
Resources
scripts/search_arxiv.sh: Direct API access script.