Arxiv watcher
Skill Daisybastioned440/lite-research-agents/skills/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.From its SKILL.md
npx -y skills add Daisybastioned440/lite-research-agents --skill arxiv-watcherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/search_arxiv.sh "<query>"`.
SKILL.md
1.4 KB, 334 tokens by cl100k_base, as published. Nobody here has run it
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/RESEARCH_LOG.mdfor long-term tracking. - Deep Dive: Use
web_fetchon the PDF link to extract more details if requested.
Workflow
- Use
scripts/search_arxiv.sh "<query>"to get the XML results. - Parse the XML (look for
<entry>,<title>,<summary>, and<link title="pdf">). - Present the findings to the user.
- 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
- "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/search_arxiv.sh: Direct API access script.
Credit: originally sourced from clawhub.ai
What ships with it: 1 file
238 B alongside SKILL.md, 1 of them executable
scripts/
- search_arxiv.shruns238 B