arxiv-osirisSearch and download research papers from arXiv.org - Research version for OpenClaw agents
Install via ClawdBot CLI:
clawdbot install nantes/arxiv-osirisSearch and download scientific papers from arXiv.org - the largest free distribution of scientific preprints.
# Install Python dependency
pip install arxiv
# 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"
# By arXiv ID
.\arxiv.ps1 -Action download -ArxivId "2310.12345"
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")
Common arXiv categories:
cs.* - Computer Sciencephysics.* - Physics math.* - Mathematicsq-bio.* - Quantitative Biologyq-fin.* - Quantitative Financestat.* - Statisticsarxiv.ps1 -search "consciousness" -max 5arxiv.ps1 -search "quantum" -cats "physics" -max 10arxiv.ps1 -download "1706.03762" (Attention is All You Need)Generated Feb 24, 2026
Researchers and students can quickly search and download relevant preprints to stay updated on the latest findings in their field, such as physics or computer science, without manual browsing on arXiv.org. This accelerates literature reviews and supports hypothesis development by providing immediate access to cutting-edge papers.
Tech firms, especially in AI and quantum computing, can use this skill to monitor emerging research trends and download papers for internal analysis, aiding in innovation and competitive intelligence. It streamlines the process of gathering scientific insights to inform product development and strategic planning.
Science journalists, bloggers, and educators can search for recent papers on topics like consciousness or neural networks to create accurate, up-to-date content. Downloading PDFs allows for deeper analysis and citation, enhancing the quality of articles, videos, or educational materials.
Analysts in quantitative finance or biotechnology can filter papers by categories like q-fin or q-bio to track scientific advancements that may impact markets or drug development. Downloading key studies helps in making data-driven investment decisions based on preprint research.
Librarians and information professionals can assist patrons by efficiently searching and retrieving arXiv papers on demand, such as for physics or math inquiries. This improves service speed and supports academic institutions in managing digital collections.
Offer a basic free tier for limited searches and downloads, with premium plans providing advanced features like bulk downloads, custom alerts, and API access for businesses. Revenue comes from subscription fees, targeting research teams and companies needing high-volume access.
License the skill to academic platforms or tools like reference managers, where it enhances user experience by enabling direct arXiv searches and downloads. Revenue is generated through licensing fees or revenue-sharing agreements based on user engagement.
Provide tailored solutions for organizations, such as custom filters or integration with internal systems, to optimize research workflows. Revenue comes from one-time project fees or ongoing support contracts, serving industries like tech R&D or finance.
💬 Integration Tip
Ensure Python and the arxiv library are installed, and use the provided PowerShell scripts or Python API for seamless integration into automated workflows or chatbots.
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Assistance with writing literature reviews by searching for academic sources via Semantic Scholar, OpenAlex, Crossref and PubMed APIs. Use when the user needs to find papers on a topic, get details for specific DOIs, or draft sections of a literature review with proper citations.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to "find papers on", "search research about", "download academic articles", "get citations for", or any request involving academic databases like arXiv, PubMed, Semantic Scholar, or Google Scholar. Also use for literature reviews, bibliography generation, and research discovery. Requires OpenClawCLI installation from clawhub.ai.
Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.