arxiv-cli-tools for Openclaw

A streamlined command-line interface for rapid discovery and bulk downloading of scientific papers from arXiv.

killgfat
v0.0.1
Feb 11, 2026
1
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install arxiv-cli-tools

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install arxiv-cli-tools using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is arxiv-cli-tools?

arxiv-cli-tools is a robust utility designed to simplify the interaction with the arXiv repository for researchers and developers. As part of the Openclaw Skills ecosystem, it provides a developer-friendly way to query millions of academic papers across various fields without needing a web browser.

This tool wraps the official arXiv Python client to offer a powerful command-line experience, allowing users to perform complex searches based on authors, categories, or keywords. Whether you are building an AI training dataset or keeping up with the latest deep learning trends, this skill automates the tedious parts of the research workflow.

arxiv-cli-tools Use Cases

  • Fast retrieval of research paper metadata and summaries directly in the terminal.
  • Automated downloading of PDF files for local literature reviews and datasets.
  • Filtering the latest publications by specific authors or academic categories to stay updated.
  • Bulk downloading multiple papers using specific IDs for reference management systems.

How arxiv-cli-tools Works

  1. The user executes a search command with specific parameters such as keywords, author names, or categories.
  2. arxiv-cli-tools connects to the arXiv API to fetch relevant metadata including titles, summaries, and publication dates.
  3. The tool displays the formatted results in the CLI for quick evaluation by the researcher.
  4. When a download command is issued with specific paper IDs, the tool handles the file transfer and saves PDFs to the user-defined directory.

arxiv-cli-tools Setup

The recommended way to install this tool from the Openclaw Skills collection is via pipx for environment isolation:

pipx install arxiv-cli-tools

Alternatively, you can install it using standard pip:

pip install arxiv-cli-tools

arxiv-cli-tools Data Schema & Taxonomy

The skill processes and organizes arXiv metadata as follows:

Property Description
ID Unique arXiv paper identifier (e.g., 1706.03762)
Summary The abstract or executive summary of the research paper
Authors A list of researchers associated with the publication
Categories Subject classifications such as Computer Science (cs.AI) or Physics
Destination The local file system path where downloaded PDFs are stored

arxiv-cli-tools Advanced Features

  • Multi-ID Batch Downloading: Download numerous papers simultaneously by providing multiple --id flags.
  • Detailed Summary Previews: Toggle the --summary flag to read abstracts without leaving the command line.
  • Intelligent Conflict Resolution: Use the --skip-existing flag to prevent redundant downloads of papers already in your local library.
  • Flexible Filtering: Combine author and category filters to narrow down thousands of search results to the most relevant papers.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*