返回顶部
a

arxiv-osiris

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
1,188
下载量
2
收藏
概述
安装方式
版本历史

arxiv-osiris

# ArXiv 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 ```powershell # Install Python dependency pip install arxiv ``` ## Usage ### Search for papers ```powershell # Basic search .\arxiv.ps1 -Action search -Query "quantum computing" # With max results .\arxiv.ps1 -Action search -Query "machine learning" -MaxResults 10 # With category filter (physics, cs, math, q-bio, etc.) .\arxiv.ps1 -Action search -Query "neural networks" -Categories "cs,stat" ``` ### Download a paper ```powershell # By arXiv ID .\arxiv.ps1 -Action download -ArxivId "2310.12345" ``` ### Python API ```python 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: `arxiv.ps1 -search "consciousness" -max 5` - Find physics papers: `arxiv.ps1 -search "quantum" -cats "physics" -max 10` - Download paper: `arxiv.ps1 -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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 arxiv-osiris-1776419948 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 arxiv-osiris-1776419948 技能

通过命令行安装

skillhub install arxiv-osiris-1776419948

下载 Zip 包

⬇ 下载 arxiv-osiris v1.0.4

文件大小: 3.23 KB | 发布时间: 2026-4-17 18:15

v1.0.4 最新 2026-4-17 18:15
Security fix: Added arXiv ID validation to prevent path traversal attacks

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部