Auto-sync: 2026-04-17 22:17

This commit is contained in:
2026-04-17 22:17:27 +08:00
parent 52f4a5acad
commit 76a9b34042
32 changed files with 902 additions and 5 deletions

View File

@@ -0,0 +1,45 @@
---
title: "arXiv Paper Reader"
type: source
tags: [agent, usecase, research]
date: 2025-04-17
---
## Source File
- [[raw/Agent/usecases/arxiv-paper-reader.md]]
## Summary
- 核心主题AI Agent 辅助学术论文阅读工作流
- 问题域arXiv 论文获取、解析和交互式阅读
- 方法/机制:通过 arxiv-reader skill 实现无工具调用 API 直接读取 arXiv 论文,包含 arxiv_fetch、arxiv_sections、arxiv_abstract 三个工具
- 结论/价值:将 AI Agent 转变为研究阅读助手,支持摘要速览、章节浏览、跨论文对比和深度分析
## Key Claims
- arxiv-reader skill 可直接下载 PDF 并将 LaTeX 源码自动扁平化,无需手动解析
- 通过章节浏览arxiv_sections可先决定阅读范围避免一次性加载全文
- 本地缓存机制使重复访问秒级响应
- 支持多论文批量摘要对比,辅助阅读优先级排序
## Key Quotes
> "Reading arXiv papers means downloading PDFs, losing context when switching between papers, and struggling to parse dense LaTeX notation." — 原始问题陈述
> "This workflow turns your agent into a research reading assistant" — 解决方案定位
## Key Concepts
- [[arxiv-reader skill]]
- [[LaTeX 扁平化]]
- [[本地缓存]]
## Key Entities
- [[Prismer]] — arxiv-reader skill 的提供方GitHub 仓库维护者
- [[OpenClaw]] — 可运行 agent skill 的 AI Agent 管理工具
## Connections
- [[Prismer]] ← provides → [[arxiv-reader skill]]
- [[arxiv-reader skill]] ← enables → [[arXiv Paper Reader]]
## Contradictions
- 与传统的本地 PDF 阅读器对比:
- 冲突点:是否需要在本地保存文件
- 当前观点:通过 agent 交互获取,无需手动下载和管理文件
- 对方观点:本地保存便于离线阅读和标注