Arxiv Cli Tools
PassAudited by VirusTotal on May 12, 2026.
Overview
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.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the package will trust code from PyPI under that package name.
The skill instructs users to install an external PyPI package, and the artifact set does not include the package code or a pinned version. This is common for CLI tools and aligned with the stated purpose, but it is still a supply-chain point users should notice.
pipx install arxiv-cli-tools ... pip install arxiv-cli-tools
Prefer pipx, verify the PyPI project and maintainer before installing, and consider pinning a known version if reproducibility matters.
