📚
DataPython

ArXiv Research

by HezaoHezao

ArXiv Research is a Data skill for Claude Code, published by HezaoHezao in poirot.

185 stars8 forkson HezaoHezao/poirotAdded 2026/08/11+48% in starsRepository updated 2026/07/28
agentagent-memoryagent-skillagent-skillsagentic-aiagentsai-agentai-agentsai-codingmemorymemory-systemmulti-agent
Install in seconds
Install ArXiv Research
Copy ArXiv Research into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/HezaoHezao/poirot/tree/master/poirot/backend/agents/skill/builtin_skills/research/arxiv ~/.claude/skills/arxiv

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/HezaoHezao/poirot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
poirot/backend/agents/skill/builtin_skills/research/arxiv/SKILL.md in HezaoHezao/poirot
Installs to
~/.claude/skills/arxiv
Collection
One of 37 skills cataloged from this repository
Category
Data668 skills

What ArXiv Research does

Enables searching and retrieving academic papers from arXiv using a free REST API. Ideal for researchers needing quick access to papers by keyword, author, or category.

ArXiv Research is cataloged under Data on DirSkills. ArXiv Research comes from a repository tagged agent, agent-memory, agent-skill, agent-skills and agentic-ai.

Documentation

README

arXiv Research

Search and retrieve academic papers from arXiv via their free REST API. No API key, no dependencies — just bash with curl.

Quick Reference

Action Command
Search papers bash("curl -s 'https://export.arxiv.org/api/query?search_query=all:QUERY&max_results=5'")
Get specific paper bash("curl -s 'https://export.arxiv.org/api/query?id_list=2402.03300'")
Read abstract browse_page(url="https://arxiv.org/abs/2402.03300")
Read full paper (PDF) browse_page(url="https://arxiv.org/pdf/2402.03300")

Searching Papers

The API returns Atom XML. Parse with python3 for clean output.

curl -s "https://export.arxiv.org/api/query?search_query=all:GRPO+reinforcement+learning&max_results=5"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ArXiv Research

  • What else does HezaoHezao publish alongside ArXiv Research?

    ArXiv Research is one of 37 skills that DirSkills catalogs from HezaoHezao/poirot, the repository it ships in. Its siblings there include Academic Paper Review, Architecture Diagram and Blogwatcher. Each one is a separate skill with its own page in this directory, installs the same way ArXiv Research does, and is maintained by HezaoHezao in that same repository. The rest of the collection is listed on the HezaoHezao/poirot page.

  • How does ArXiv Research compare to other Data skills?

    ArXiv Research ranks #616 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ArXiv Research against them. Open each page to compare what they document and how they install.