← Back to Skills Marketplace
arxiv
by
ModestyRichards
· GitHub ↗
· v1.0.0
· MIT-0
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install modesty-arxiv
Description
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: modesty-arxiv
Version: 1.0.0
The skill is a legitimate research assistant for searching and downloading academic papers from arXiv. The code in `arxiv_tool.py` uses the official `arxiv` Python library and provides optional MongoDB integration for tracking papers, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install modesty-arxiv - After installation, invoke the skill by name or use
/modesty-arxiv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
arxiv skill version 1.0.0 released
- Search, fetch, and download academic papers from arXiv.org directly via assistant.
- Summarize papers, get detailed information, and retrieve PDF links.
- Simple reading list management: save, view, and mark papers as read.
- No API key required; optional MongoDB integration for advanced tracking.
- Designed for researchers, students, and content creators to streamline literature reviews and stay current in technical fields.
Metadata
Frequently Asked Questions
What is arxiv?
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers. It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install arxiv?
Run "/install modesty-arxiv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is arxiv free?
Yes, arxiv is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does arxiv support?
arxiv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created arxiv?
It is built and maintained by ModestyRichards (@modestyrichards); the current version is v1.0.0.
More Skills