Auto-sync: 2026-04-17 22:17
This commit is contained in:
23
wiki/concepts/arxiv-reader-skill.md
Normal file
23
wiki/concepts/arxiv-reader-skill.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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
|
||||
- 学术论文阅读助手
|
||||
- 研究文献调研
|
||||
- 跨论文对比分析
|
||||
Reference in New Issue
Block a user