โ† All skills
Tencent SkillHub ยท Developer Tools

ArXiv Research

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
arxiv-osiris/arxiv_search.py, arxiv-osiris/SKILL.md, arxiv-osiris/_meta.json, arxiv_search.py, SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • arxiv-osiris/SKILL.md Docs
  • arxiv_search.py Scripts
  • arxiv-osiris/arxiv_search.py Scripts
  • _meta.json Config
  • arxiv-osiris/_meta.json Config