arXiv Explorer

v1.0.1

Search, download, and explore arXiv academic papers. Use when the user needs to find research papers, download PDFs, get recent publications in a field, or s...

0· 133·0 current·0 all-time
by千年虫@xunuowu

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xunuowu/arxiv-explorer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "arXiv Explorer" (xunuowu/arxiv-explorer) from ClawHub.
Skill page: https://clawhub.ai/xunuowu/arxiv-explorer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install arxiv-explorer

ClawHub CLI

Package manager switcher

npx clawhub@latest install arxiv-explorer
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The SKILL.md description (search, download, recent papers) aligns with the included CLI Python script: it queries the arXiv API, parses results, formats output, and downloads PDFs. There are no unrelated credentials, binaries, or configuration requests.
Instruction Scope
SKILL.md and the script stay within the stated scope (searching and downloading). One minor mismatch: the README mentions 'summarize academic content' but the script only extracts the abstract from the Atom feed and truncates it (no model-based summarization). The script uses the arXiv API endpoint and direct PDF downloads only; it does not read local files or environment variables.
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled Python script. No downloads from third-party URLs or installers are performed by the skill itself, so the install surface is minimal.
Credentials
The skill requires no environment variables, credentials, or configuration paths. Network access is limited to arXiv (export.arxiv.org and arxiv.org) and the SKILL.md references an external QR image hosted on raw.githubusercontent.com for donations — this is informational only and not used by the script.
Persistence & Privilege
The skill does not request always:true or any elevated/persistent privileges. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent and low-risk: it only queries arXiv and downloads PDFs and asks for no secrets. Before installing or running, consider these points: (1) The script uses http://export.arxiv.org for the Atom API — upgrading to HTTPS (if supported) would reduce MITM risk; (2) XML is parsed with regex (fragile but not malicious); (3) PDF downloads write to the current directory (no credential exfiltration). If you want extra caution, inspect the included scripts/arxiv-explorer.py yourself and run it in a sandbox or virtual environment. If you expect advanced summarization beyond the abstract, be aware the tool does not perform model-based summarization.

Like a lobster shell, security has layers — review code before you run it.

academicvk978cg725f26xxavwjhnaej7mn83njfparxivvk978cg725f26xxavwjhnaej7mn83njfplatestvk978cg725f26xxavwjhnaej7mn83njfppapersvk978cg725f26xxavwjhnaej7mn83njfpresearchvk978cg725f26xxavwjhnaej7mn83njfpsciencevk978cg725f26xxavwjhnaej7mn83njfp
133downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

arXiv Explorer

Search and download academic papers from arXiv.

Commands

Search Papers

arxiv-explorer search "query" [-n NUM] [-s SORT] [--json]

Examples:

arxiv-explorer search "machine learning"
arxiv-explorer search "transformer architecture" -n 20 -s date
arxiv-explorer search "quantum computing" --json

Download PDF

arxiv-explorer download ARXIV_ID [-o OUTPUT]

Examples:

arxiv-explorer download 2401.12345
arxiv-explorer download 2306.04338v1 -o paper.pdf

Recent Papers by Category

arxiv-explorer recent CATEGORY [-n NUM]

Common categories:

  • cs.AI - Artificial Intelligence
  • cs.CL - Computation and Language (NLP)
  • cs.CV - Computer Vision
  • cs.LG - Machine Learning
  • physics - Physics
  • math - Mathematics

Examples:

arxiv-explorer recent cs.AI -n 5
arxiv-explorer recent cs.CL

Output Format

Default output shows:

  • Title
  • Authors (first 3, with ... if more)
  • Publication date
  • arXiv ID
  • PDF URL
  • Summary (truncated to 200 chars)

Use --json for machine-readable output.

Notes

  • arXiv API has rate limits; be respectful with large queries
  • PDF downloads are direct from arxiv.org
  • No API key required

Support

If this skill helps your research, consider supporting the developer:

微信赞赏 - 扫码支持持续开发更多实用 Skill

赞赏码

Comments

Loading comments...