Files
nexus/wiki/concepts/arxiv-reader-skill.md
2026-04-17 22:17:27 +08:00

23 lines
667 B
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-reader skill"
type: concept
tags: [agent, skill, arxiv, research]
last_updated: 2025-04-17
---
## Definition
Prismer 项目提供的 arXiv 论文读取 skill包含三个核心工具arxiv_fetch获取全文、arxiv_sections列出章节、arxiv_abstract获取摘要
## Key Features
- 直接从 arXiv 下载论文源码,自动解压并扁平化 LaTeX
- 按章节浏览,避免一次性加载全文
- 批量摘要对比,多论文筛选
- 本地缓存,重复访问秒级响应
## Dependencies
- Node.js无需 Docker 或 Python
## Use Cases
- 学术论文阅读助手
- 研究文献调研
- 跨论文对比分析