Files
nexus/wiki/sources/arxiv-paper-reader.md

47 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "arXiv Paper Reader"
type: source
tags: []
date: 2026-04-27
---
## Source File
- [[raw/Agent/usecases/arxiv-paper-reader.md]]
## Summary用中文描述
- 核心主题:让 AI Agent 变身为 arXiv 论文阅读助手,实现无需离开工作空间即可阅读、分析和对比论文
- 问题域arXiv 论文阅读的痛点(下载 PDF、切换丢失上下文、LaTeX 符号难以解析)
- 方法/机制:通过 `arxiv-reader` skill3 个工具:`arxiv_fetch``arxiv_sections``arxiv_abstract`),直接从 arXiv 获取论文、自动解压 LaTeX 源码并扁平化,解析后以可读文本呈现;结果本地缓存,二次访问即时响应
- 结论/价值:实现对话式论文阅读、摘要速扫、跨论文对比、局部章节精读
## Key Claims用中文描述
- Agent 通过 `arxiv_fetch` 工具 → 获取任意 arXiv ID 的论文并自动将 LaTeX 展平为可读文本
- Agent 通过 `arxiv_sections` 工具 → 先浏览论文结构(列出各章节),再决定是否深入阅读
- Agent 通过 `arxiv_abstract` 工具 → 快速扫描多篇摘要以筛选阅读清单
- 本地缓存机制 → 再次访问同一论文时即时响应,无需重新下载
- Skill 独立运行 → 无需 Docker 或 Python使用 Node.js 内置模块
## Key Quotes
> "Reading arXiv papers means downloading PDFs, losing context when switching between papers, and struggling to parse dense LaTeX notation." — 问题陈述
> "No Docker or Python required — the skill runs standalone using Node.js built-ins." — 部署亮点
## Key Concepts
- [[arXiv Reader Skill]]`arxiv-reader` skillPrismer 项目),包含 3 个工具,是本工作流的核心依赖
- [[LaTeX 扁平化]]:自动解压 LaTeX 源码并处理 include自动展平复杂公式结构为可读文本
- [[本地缓存]]:论文内容下载后缓存在本地,二次访问无需重复请求
- [[对话式论文阅读]]:以 Agent 为中介的论文交互范式,支持摘要速扫、章节精读、跨论文对比
## Key Entities
- [[Prismer]]:提供 `arxiv-reader` skill 的开源项目,位于 GitHubskill 包含 3 个工具
- [[OpenClaw]]Agent 运行环境skill 需要复制到 OpenClaw skills 文件夹使用)
- [[arXiv]]:全球最大的开放获取预印本论文库,本工作流的数据来源
## Connections
- [[Prismer]] ← provides ← [[arXiv Reader Skill]]
- [[arXiv Reader Skill]] ← enables ← [[对话式论文阅读]]
- [[OpenClaw]] ← hosts ← [[arXiv Reader Skill]]
- [[YouTube Content Pipeline]] ← similar_to ← [[arXiv Paper Reader]](均为内容获取与 Agent 对话式交互)
## Contradictions
- (无已知冲突)