arxiv

v1.0.0

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

0· 56·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the implementation: the Python tool queries arXiv, returns metadata, downloads PDFs, and optionally saves reading-list entries to MongoDB. No unrelated credentials or services are required by default.
Instruction Scope
SKILL.md and the code stay within the declared purpose: search, fetch, download, summarize, and optionally persist reading lists. The tool will download PDFs to a local directory and will connect to a MongoDB instance only if you provide MONGODB_URI; there are no instructions to read unrelated system files or to transmit data to unexpected external endpoints.
Install Mechanism
This is instruction-only (no install spec). The repository includes requirements.txt listing the arxiv library and optional pymongo — standard Python dependencies. There are no arbitrary URL downloads or extract steps in the skill package.
Credentials
No required environment variables are declared; optional env vars (MONGODB_URI, MONGODB_DB_NAME, ARXIV_PAPERS_DIR) are appropriate for the optional reading-list and storage features. Requesting a MongoDB URI (which may contain credentials) is reasonable for persistence but is optional and documented.
Persistence & Privilege
always:false and no modifications to other skills or system-wide agent settings. The skill writes PDFs to a local folder and, if configured, stores documents in the provided MongoDB — both are expected behaviors for this functionality.
Assessment
This skill appears coherent and does what it says: it queries the arXiv API, can download PDFs to a local directory, and can optionally save records to a MongoDB you supply. Before installing, consider: (1) only provide a MongoDB URI if you trust the skill and you understand the DB credentials you're sharing; (2) the skill will write PDFs to ARXIV_PAPERS_DIR (default ./papers) — change this or run in a sandbox if you want to restrict disk writes; (3) dependencies (arxiv, optional pymongo) will need to be installed — prefer installing in a virtualenv; (4) if you want extra caution, review the arxiv_tool.py source (it is included) and confirm the repository/author are trustworthy. If you do not configure MongoDB, no external credentials are required.

Like a lobster shell, security has layers — review code before you run it.

latestvk9744w8d1jhp93f0yteyjnha2184sm28
56downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

📖 Complete setup guide: https://skillboss.co/skill.md

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:

# In your .env
MONGODB_URI=your_connection_string
MONGODB_DB_NAME=your_database

Author

Created by Ractor

Comments

Loading comments...