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,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
- 学术论文阅读助手
- 研究文献调研
- 跨论文对比分析