← 返回
AI智能 中文

ArXiv Research

Search and download research papers from arXiv.org - Research skill for OpenClaw agents
搜索并下载arXiv.org研究论文——OpenClaw代理的研究技能
nantes
AI智能 clawhub v1.0.0 1 版本 99882.1 Key: 无需
★ 0
Stars
📥 1,695
下载
💾 101
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 09:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,770
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 837 📥 213,305
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,006