arxiv-watcher
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseArXiv Watcher
ArXiv Watcher
This skill interacts with the ArXiv API to find and summarize the latest research papers.
本Skill可与ArXiv API交互,查找并总结最新研究论文。
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
- 搜索:通过关键词、作者或分类查找论文。
- 总结:获取论文摘要并生成简洁的总结内容。
- 保存至内存:自动将已总结的论文记录到中,用于长期追踪。
memory/RESEARCH_LOG.md - 深度挖掘:若用户有需求,可通过获取PDF链接中的更多细节。
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.
- 使用获取XML格式的结果。
scripts/search_arxiv.sh "<query>" - 解析XML内容(查找、
<entry>、<title>和<summary>标签)。<link title="pdf"> - 向用户展示查找结果。
- 强制要求:将所有讨论过的论文的标题、作者、日期和总结内容追加到中,使用以下格式:
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."
- "查找ArXiv上关于LLM推理的最新论文。"
- "告诉我编号为2512.08769的论文内容是什么。"
- "为我总结今日ArXiv上关于Agents的最新动态。"
Resources
相关资源
- : Direct API access script.
scripts/search_arxiv.sh
- :直接调用API的脚本。
scripts/search_arxiv.sh