Agent skill · bighardperson
arxiv-watcher
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.
What it needs
About 1k tokens when loaded.
What this skill does
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 memory/RESEARCHLOG.md for long-term tracking. Deep Dive: Use webfetch on the PDF link to extract more details if requested. Workflow 1. Use scripts/searcharxiv.sh "<query>" to get the XML results. 2. Parse the XML (look for <entry>, <title>, <summary>, and <link title="pdf">). 3. Present the findings to the user. 4. MANDATORY: Append the title, authors, date, and summary of any paper discussed to memory/RESEARCHLOG.md. Use the format: 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 scripts/searcharxiv.sh: Direct API access script.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/ArXiv论文追踪