arxiv-research

Search and download research papers from arXiv.org - Research skill for OpenClaw agents

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "arxiv-research" with this command: npx skills add nantes/arxiv-research

ArXiv Research Skill

Search and download scientific papers from arXiv.org - the largest free distribution of scientific preprints.

What it does

  • Search papers by keywords, titles, abstracts
  • Download PDFs directly
  • Filter by category (physics, cs, math, etc.)
  • Get metadata including authors, dates, categories

Installation

# Install Python dependency
pip install arxiv

Usage

Search for papers

# Basic search
python arxiv_search.py search "quantum computing"

# With max results
python arxiv_search.py search "machine learning" --max 10

# With category filter (physics, cs, math, q-bio, etc.)
python arxiv_search.py search "neural networks" --cats cs,stat

Download a paper

# By arXiv ID
python arxiv_search.py download "2310.12345"

Python API

from arxiv import search, download

# Search
results = search("simulation hypothesis", max_results=5)
for paper in results:
    print(f"{paper.title} - {paper.pdf_url}")

# Download
paper.download("/path/to/save")

Categories

Common arXiv categories:

  • cs.* - Computer Science
  • physics.* - Physics
  • math.* - Mathematics
  • q-bio.* - Quantitative Biology
  • q-fin.* - Quantitative Finance
  • stat.* - Statistics

Examples

  • Search for consciousness papers: python arxiv_search.py search "consciousness" --max 5
  • Find physics papers: python arxiv_search.py search "quantum" --cats physics --max 10
  • Download paper: python arxiv_search.py download "1706.03762" (Attention is All You Need)

Notes

  • arXiv is free and open
  • Papers are preprints - may not be peer-reviewed
  • Great for staying current with research

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Autism Spectrum Disorder Behavior Analysis Tool | 孤独症谱系障碍行为分析工具

Performs special video analysis on behavioral characteristics of children with autism, identifies core symptom features, provides structured analysis reports...

Registry SourceRecently Updated
Research

""Mental Health Analysis Tool | 心理健康分析工具""

Analyzes human mental health and psychological behavior, supports identifying common psychological problem tendencies through video analysis, and provides st...

Registry SourceRecently Updated
Research

"""Micro-Expression Recognition & Analysis Tool | 微观情绪识别分析工具"""

Professional discernment of subtle cues! It performs detailed analysis and recognition of facial micro-expressions, outputs precise emotional state reports,...

Registry SourceRecently Updated
840Profile unavailable
Research

媒体广告流量分析

查询广告投放流量分布与趋势的数据分析技能。支持按行业、地域、媒体(OTT/移动端)、目标受众等多维度分析广告曝光数据,适用于媒体策略评估、竞品投放监测、行业广告趋势研究等场景。

Registry SourceRecently Updated
336Profile unavailable