tariqsumatri82-arxiv-1-0-1

TotalClaw 作者 totalclaw

搜索、获取并分析 arXiv 学术论文,支持 PDF 下载与阅读清单管理。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~tariqsumatri82-arxiv-1-0-1
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~tariqsumatri82-arxiv-1-0-1/file -o tariqsumatri82-arxiv-1-0-1.md
## 概述(中文)

搜索、获取并分析 arXiv 学术论文,支持 PDF 下载与阅读清单管理。

## 技能正文

# arXiv 研究助手

直接从你的 AI 助手中搜索、获取并分析来自 arXiv.org 的学术论文。

## 描述

本技能使 Claude 能够在 arXiv 上搜索学术论文、获取论文详情、下载 PDF,并帮助你及时跟进任何领域的最新研究。

**非常适合:**
- 需要紧跟文献动态的研究人员
- 进行文献综述的学生
- 寻找权威来源的内容创作者
- 用前沿知识进行面试准备
- 任何在技术领域积累专业能力的人

## 用法

### 搜索论文
```
"Search arXiv for LLM security attacks"
"Find recent papers on prompt injection"
"arXiv papers about transformer architecture from 2024"
```

### 获取论文详情
```
"Get arXiv paper 2401.12345"
"Summarize this arXiv paper: [URL]"
```

### 下载论文
```
"Download the PDF for arXiv 2401.12345"
```

### 跟踪阅读清单
```
"Add this paper to my reading list"
"Show my saved papers"
"Mark paper 2401.12345 as read"
```

## 示例

**研究查询:**
> "Find the top 5 papers on LLM jailbreaking from 2025"

**响应包含:**
- 带作者的论文标题
- 发表日期
- 摘要(已概括)
- 直接 PDF 链接
- 引用次数(如有)

**面试准备:**
> "What are the latest papers on AI red teaming?"

**内容创作:**
> "Find a paper I can break down for a LinkedIn post about prompt injection"

## 配置

无需 API 密钥——arXiv API 免费且开放。

用于论文跟踪的可选 MongoDB 集成:
```yaml
# In your .env
MONGODB_URI=your_connection_string
MONGODB_DB_NAME=your_database
```

## 作者

由 [Ractor](https://github.com/Ractorrr) 创建