arxiv
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-arxiv
Repository
Skill path: skills/ractorrr/arxiv
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Open repositoryBest for
Primary workflow: Analyze Data & AI.
Technical facets: Full Stack, Data / AI.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install arxiv into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding arxiv to shared team environments
- Use arxiv for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: arxiv
description: Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
---
# 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
```
"Search arXiv for LLM security attacks"
"Find recent papers on prompt injection"
"arXiv papers about transformer architecture from 2024"
```
### Get Paper Details
```
"Get arXiv paper 2401.12345"
"Summarize this arXiv paper: [URL]"
```
### Download Papers
```
"Download the PDF for arXiv 2401.12345"
```
### Track Reading List
```
"Add this paper to my reading list"
"Show my saved papers"
"Mark paper 2401.12345 as read"
```
## 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:
```yaml
# In your .env
MONGODB_URI=your_connection_string
MONGODB_DB_NAME=your_database
```
## Author
Created by [Ractor](https://github.com/Ractorrr)
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### README.md
```markdown
# arXiv Research Assistant
> **Search, download, and summarize academic papers from arXiv.org — directly from your AI assistant.**
<p align="center">
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python">
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License">
<img src="https://img.shields.io/badge/ClawHub-skill-purple.svg" alt="ClawHub">
<img src="https://img.shields.io/badge/version-1.0.1-orange.svg" alt="Version">
</p>
---
## What It Does
Your AI gains the power to explore academic research. Ask naturally, get papers instantly.
| Feature | Description |
|---------|-------------|
| **Smart Search** | Natural language queries across all arXiv categories |
| **Paper Details** | Full abstracts, authors, dates, and metadata |
| **PDF Download** | Save papers locally for offline reading |
| **Categories** | Browse by field (cs.AI, cs.CR, stat.ML, etc.) |
| **Recent Papers** | Stay updated with latest research |
---
## Quick Start
### Installation
```bash
clawhub install Ractorrr/arxiv
```
### Just Ask Your AI
```
"Search arXiv for prompt injection attacks"
"Find papers by Goodfellow on adversarial examples"
"Get details for arXiv 2403.04957"
"Download the latest LLM security papers"
"What's new in cs.CR this week?"
```
---
## Command Line Usage
```bash
# Search papers by query
python arxiv_tool.py search "LLM jailbreaking" --max 10
# Get paper details by ID
python arxiv_tool.py get 2403.04957
# Download PDF to local folder
python arxiv_tool.py download 2403.04957
# List recent papers in a category
python arxiv_tool.py recent cs.CR --days 7
# Search by author
python arxiv_tool.py search --author "Hinton" --max 5
```
---
## Example Output
```
Found 5 papers for: "prompt injection attack LLM"
┌─────────────────────────────────────────────────────────────────┐
│ Automatic and Universal Prompt Injection Attacks │
├─────────────────────────────────────────────────────────────────┤
│ ID: 2403.04957v1 │
│ Authors: Xiaogeng Liu, Zhiyuan Yu, Yizhe Zhang (+2) │
│ Published: 2024-03-07 │
│ Category: cs.AI, cs.CR │
│ PDF: https://arxiv.org/pdf/2403.04957v1 │
└─────────────────────────────────────────────────────────────────┘
Abstract: We present a novel approach to automatic prompt
injection that achieves universal transfer across multiple
LLM architectures...
```
---
## Use Cases
| Who | How They Use It |
|-----|-----------------|
| **Researchers** | Literature review, finding related work |
| **Job Seekers** | Interview prep with cutting-edge papers |
| **Content Creators** | Source material for technical articles |
| **Learners** | Deep dive into any ML/AI topic |
| **Security Pros** | Track latest adversarial ML research |
---
## Configuration
### Environment Variables (Optional)
```bash
# MongoDB for paper tracking (optional)
export MONGODB_URI="mongodb+srv://..."
export MONGODB_DB_NAME="research_papers"
# Custom download directory
export ARXIV_PAPERS_DIR="./papers"
```
---
## Files
| File | Purpose |
|------|---------|
| `arxiv_tool.py` | Main CLI tool |
| `SKILL.md` | AI instructions |
| `requirements.txt` | Python dependencies |
---
## Links
- **GitHub**: [Ractorrr/arxiv-mcp](https://github.com/Ractorrr/arxiv-mcp)
- **arXiv API**: [arxiv.org/help/api](https://arxiv.org/help/api)
---
## License
MIT License — Free to use, modify, and distribute.
---
<p align="center">
<b>Built by <a href="https://github.com/Ractorrr">Ractor</a></b>
<br>
<i>AI Security Researcher</i>
</p>
```
### _meta.json
```json
{
"owner": "ractorrr",
"slug": "arxiv",
"displayName": "arXiv Research Assistant",
"latest": {
"version": "1.0.4",
"publishedAt": 1770397716359,
"commit": "https://github.com/openclaw/skills/commit/7e1cffb9ec148ae740f60858f027b6f39a1fbfc4"
},
"history": []
}
```