arxiv-watcher
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
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.
14installs
Added on
NPX Install
npx skill4agent add sundial-org/awesome-openclaw-skills arxiv-watcherTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 for long-term tracking.
memory/RESEARCH_LOG.md - Deep Dive: Use on the PDF link to extract more details if requested.
web_fetch
Workflow
- Use to get the XML results.
scripts/search_arxiv.sh "<query>" - Parse the XML (look for ,
<entry>,<title>, and<summary>).<link title="pdf"> - Present the findings to the user.
- MANDATORY: Append the title, authors, date, and summary of any paper discussed to . Use the format:
memory/RESEARCH_LOG.mdmarkdown### [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
- : Direct API access script.
scripts/search_arxiv.sh