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.md for long-term tracking. - Deep Dive: Use
web_fetch on the PDF link to extract more details if requested.
Workflow
- 1. 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:
CODEBLOCK0
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.
ArXiv Watcher
该技能通过与 ArXiv API 交互,查找并总结最新的研究论文。
功能
- - 搜索:按关键词、作者或类别查找论文。
- 总结:获取摘要并提供简洁的总结。
- 保存至记忆:自动将已总结的论文记录到 memory/RESEARCHLOG.md 中,便于长期追踪。
- 深入探索:根据需求,使用 webfetch 获取 PDF 链接以提取更多详细信息。
工作流程
- 1. 使用 scripts/searcharxiv.sh 获取 XML 结果。
- 解析 XML(查找 、、 和 )。
- 向用户呈现查找结果。
- 强制要求:将讨论过的任何论文的标题、作者、日期和总结追加到 memory/RESEARCHLOG.md 中。使用以下格式:
markdown
### [YYYY-MM-DD] 论文标题
-
作者:作者列表
-
链接:ArXiv 链接
-
总结:论文及其相关性的简要总结。
示例
- - 在 ArXiv 上搜索关于 LLM 推理的最新论文。
- 告诉我 ID 为 2512.08769 的论文内容。
- 为我总结今天 ArXiv 上关于智能体的最新动态。
资源
- - scripts/search_arxiv.sh:直接访问 API 的脚本。