← Back to Skills Marketplace
killgfat

Arxiv Cli Tools

by KGTAF · GitHub ↗ · v0.0.1
cross-platform ✓ Security Clean
1695
Downloads
1
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install arxiv-cli-tools
Description
Command-line tool to search, filter, and download arXiv papers by ID, author, category, or keyword without requiring API keys.
README (SKILL.md)

SKILL.md - arxiv-cli-tools

Metadata

Key Value
name arxiv-cli-tools
description Command-line interface for searching and downloading arXiv papers
author OpenClaw
version 0.1.0
license MIT
upstream https://pypi.org/project/arxiv-cli-tools/

Installation

Option 1: pipx (推荐)

pipx install arxiv-cli-tools

Option 2: pip

pip install arxiv-cli-tools

Usage

搜索论文

arxiv-cli search "prompt engineering" -n 5 --summary

常用选项:

  • -n, --num - 结果数量限制
  • --summary - 显示摘要
  • --authors - 按作者过滤
  • --categories - 按分类过滤

下载论文

arxiv-cli download --id 2101.01234 --id 2105.06789 --dest papers --skip-existing

常用选项:

  • --id - 论文ID(可多次使用)
  • --dest - 下载目录
  • --skip-existing - 跳过已存在的文件
  • --pdf - 下载PDF格式

查看帮助

arxiv-cli --help
arxiv-cli search --help
arxiv-cli download --help

Examples

搜索最新5篇关于深度学习的论文:

arxiv-cli search "deep learning" -n 5 --summary

按作者搜索:

arxiv-cli search "attention mechanism" --authors "Vaswani"

下载特定论文到指定目录:

arxiv-cli download --id 1706.03762 --dest ~/papers

Notes

  • 该工具基于 arxiv Python 客户端构建
  • 不需要 API 密钥
  • 请遵守 arXiv 的使用条款和速率限制
Usage Guidance
This is an instruction-only skill that tells you to install an arXiv CLI from PyPI and use it to search/download papers. Before installing: (1) verify the PyPI package (check the project page, maintainer, source repository, release history and README); (2) prefer pipx or a virtualenv to isolate the package; (3) review the package source if you have doubts; (4) be aware downloads go to whatever directory you specify — avoid running downloads as root or to system directories; (5) there are no credentials requested by the skill. If you want extra assurance, inspect the package code on its upstream repository or install in a disposable environment first.
Capability Analysis
Type: OpenClaw Skill Name: arxiv-cli-tools Version: 0.0.1 The skill bundle provides a command-line interface for searching and downloading arXiv papers. The `_meta.json` contains standard metadata. The `SKILL.md` file outlines installation via `pipx` or `pip`, and usage instructions for `arxiv-cli` commands (search, download, help). There is no evidence of malicious code, data exfiltration, persistence mechanisms, or prompt injection attempts against the AI agent. The instructions are clear, align with the stated purpose, and use standard, legitimate tools and practices.
Capability Assessment
Purpose & Capability
Name and runtime instructions describe searching/downloading arXiv papers; SKILL.md only recommends installing the arxiv-cli-tools PyPI package and using its commands — nothing extraneous is requested.
Instruction Scope
Instructions are limited to installation (pipx/pip) and running arxiv-cli search/download. They reference local download destinations (user-specified) and arXiv usage; they do not instruct reading unrelated system files, exporting credentials, or contacting unexpected endpoints.
Install Mechanism
No install spec in the skill bundle (instruction-only). SKILL.md recommends installing from PyPI (pipx or pip), which is the expected and usual distribution method but carries the standard supply-chain risk of third-party packages — verify the PyPI project and consider using pipx/virtualenv.
Credentials
The skill declares no required env vars, no credentials, and no config paths. This matches the stated functionality which does not need secrets or external credentials.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/system-wide presence or modify other skills. Autonomous invocation is allowed by platform default but the skill itself does not request elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arxiv-cli-tools
  3. After installation, invoke the skill by name or use /arxiv-cli-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
- Initial release of arxiv-cli-tools - Provides a command-line interface to search and download arXiv papers - Supports filtering by author, category, and limiting number of results in searches - Allows downloading papers by ID, with options for destination folder and skipping existing files - Includes helpful documentation and usage examples - No API key required; follows arXiv usage terms and rate limits
Metadata
Slug arxiv-cli-tools
Version 0.0.1
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Arxiv Cli Tools?

Command-line tool to search, filter, and download arXiv papers by ID, author, category, or keyword without requiring API keys. It is an AI Agent Skill for Claude Code / OpenClaw, with 1695 downloads so far.

How do I install Arxiv Cli Tools?

Run "/install arxiv-cli-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Arxiv Cli Tools free?

Yes, Arxiv Cli Tools is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Arxiv Cli Tools support?

Arxiv Cli Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Arxiv Cli Tools?

It is built and maintained by KGTAF (@killgfat); the current version is v0.0.1.

💬 Comments