arXiv Research Assistant
Search, fetch, and analyze academic papers from arXiv.org directly from your AI assistant.
Description
This skill enables Claude to search arXiv for academic papers, fetch paper details, download PDFs, and help you stay updated with the latest research in any field.
Perfect for:
- - Researchers staying current with literature
- Students doing literature reviews
- Content creators finding authoritative sources
- Interview prep with cutting-edge knowledge
- Anyone building expertise in a technical field
Usage
Search Papers
CODEBLOCK0
Get Paper Details
CODEBLOCK1
Download Papers
CODEBLOCK2
Track Reading List
CODEBLOCK3
Examples
Research Query:
"Find the top 5 papers on LLM jailbreaking from 2025"
Response includes:
- - Paper titles with authors
- Publication dates
- Abstracts (summarized)
- Direct PDF links
- Citation counts (if available)
Interview Prep:
"What are the latest papers on AI red teaming?"
Content Creation:
"Find a paper I can break down for a LinkedIn post about prompt injection"
Configuration
No API key required - arXiv API is free and open.
Optional MongoDB integration for paper tracking:
CODEBLOCK4
Author
Created by Ractor
arXiv 研究助手
直接从AI助手中搜索、获取和分析arXiv.org上的学术论文。
描述
该技能使Claude能够搜索arXiv上的学术论文、获取论文详情、下载PDF,并帮助您随时了解任何领域的最新研究。
完美适用于:
- - 需要紧跟文献动态的研究人员
- 进行文献综述的学生
- 寻找权威来源的内容创作者
- 利用前沿知识进行面试准备
- 任何希望在技术领域建立专业知识的人
使用方法
搜索论文
在arXiv上搜索LLM安全攻击
查找关于提示注入的最新论文
2024年关于Transformer架构的arXiv论文
获取论文详情
获取arXiv论文2401.12345
总结这篇arXiv论文:[URL]
下载论文
下载arXiv 2401.12345的PDF
管理阅读列表
将这篇论文添加到我的阅读列表
显示我保存的论文
将论文2401.12345标记为已读
示例
研究查询:
查找2025年关于LLM越狱的前5篇论文
回复包含:
- - 论文标题及作者
- 发表日期
- 摘要(总结版)
- 直接PDF链接
- 引用次数(如有)
面试准备:
关于AI红队测试的最新论文有哪些?
内容创作:
找一篇我可以拆解成LinkedIn帖子的论文,主题是关于提示注入
配置
无需API密钥 - arXiv API免费且开放。
可选的MongoDB集成用于论文追踪:
yaml
在您的.env文件中
MONGODB_URI=您的连接字符串
MONGODB
DBNAME=您的数据库名称
作者
由Ractor创建