arxiv

Verified·Scanned 2/18/2026

Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.

from clawhub.ai·v7e1cffb·16.9 KB·0 installs
Scanned from 1.0.4 at 7e1cffb · Transparency log ↗
$ vett add clawhub.ai/ractorrr/arxiv

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.

FeatureDescription
Smart SearchNatural language queries across all arXiv categories
Paper DetailsFull abstracts, authors, dates, and metadata
PDF DownloadSave papers locally for offline reading
CategoriesBrowse by field (cs.AI, cs.CR, stat.ML, etc.)
Recent PapersStay updated with latest research

Quick Start

Installation

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

# 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

WhoHow They Use It
ResearchersLiterature review, finding related work
Job SeekersInterview prep with cutting-edge papers
Content CreatorsSource material for technical articles
LearnersDeep dive into any ML/AI topic
Security ProsTrack latest adversarial ML research

Configuration

Environment Variables (Optional)

# 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

FilePurpose
arxiv_tool.pyMain CLI tool
SKILL.mdAI instructions
requirements.txtPython dependencies

Links


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>