An intelligent LLM-powered agent that classifies and performs deep technical reading of Arxiv papers to generate comprehensive study notes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arxiv-reader
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install arxiv-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Arxiv Paper Reader is a specialized tool within the Openclaw Skills ecosystem designed to streamline the academic research process. By utilizing LLM agents, it moves beyond simple summarization to provide deep, contextualized analysis of research papers. It fetches paper content—including LaTeX source code for high-fidelity extraction—and uses a multi-agent workflow to classify the document and generate detailed reading notes based on your specific research interests.
Built on the LangGraph framework, this skill provides a robust architecture for interacting with academic literature. Whether you are tracking the latest LLM breakthroughs or exploring niche scientific fields, Arxiv Paper Reader transforms how you consume complex technical information by delivering actionable insights directly to your terminal.
To get started with this skill, ensure you have uv installed and follow these steps:
# Copy the example environment file
cp .env.example .env
# Edit .env with your LLM_API_KEY and LLM_BASE_URL
# Initialize the environment and install dependencies
uv venv
uv pip install -r "{baseDir}/requirements.txt"
# Run the reader for a specific paper
uv run python "{baseDir}/main.py" --arxiv-id 2401.12345
The skill organizes its logic and classification through a modular file structure:
| File | Description |
|---|---|
_metadata.md |
Defines the category description used by the Classifier Agent to identify relevant papers. |
reading_prompt.md |
Specifies the instructions for the Reader Agent, detailing what technical aspects to prioritize. |
skills/ |
The root directory for adding new research categories and custom prompts. |
Loading
A specialized security tool designed to analyze and verify the safety of AI agent skills, protecting against malware, prompt injection, and data exfiltration.

A specialized CLI tool designed to allow AI agents to list, browse, and read content from Coda.io documents in LLM-optimized formats.

A framework for Spec-Driven Development that transforms natural language specifications into executable implementation plans for AI agents.

Trawl is an autonomous SDR agent that sweeps social networks to discover, score, and qualify business leads through semantic search and automated DMs.

A conversational utility for cloning and deploying new OpenClaw agents with existing configurations, keys, and tools.

A high-signal command system for daily productivity tracking and automated trip operations management.








































