arxiv-tools

Solid

This skill should be used when the user asks to "search for papers", "get paper info", "download LaTeX source", "generate BibTeX citation", "find citing papers", or provides an arXiv ID or arXiv URL.

AI & Automation 48 stars 4 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# arXiv Paper Search and Analysis Six subcommands available: search (find papers), info (metadata), tex (download full text), infotex (info + tex combined), bib (BibTeX), cited (reverse citation lookup). ## How to run Script dependencies are declared in inline metadata at the top of the file — you are responsible for installing them yourself. ## Subcommands ### search — find papers ```bash uv run "${CLAUDE_PLUGIN_ROOT}/skills/arxiv-tools/arxiv_tool.py" search "keywords" uv run "${CLAUDE_PLUGIN_ROOT}/skills/arxiv-tools/arxiv_tool.py" search "keywords" --max 10 uv run "${CLAUDE_PLUGIN_ROOT}/skills/arxiv-tools/arxiv_tool.py" search "keywords" --source s2|openalex|arxiv ``` S2-specific filter parameters: ```bash --year 2024 # single year --year 2020-2024 # year range --fields-of-study "Computer Science,Physics" --pub-types "JournalArticle,Conference" --min-citations 50 --venue "NeurIPS" --open-access # open-access only ``` S2 bulk search (up to 1000 results, supports sorting and pagination): ```bash --bulk --sort "citationCount:desc" --bulk --token <token from previous page> # pagination ``` ### info — get paper metadata (does not download tex) ```bash uv run "${CLAUDE_PLUGIN_ROOT}/skills/arxiv-tools/arxiv_tool.py" info <arXiv ID> ``` Prints the metadata (title, authors, date, categories, PDF URL, abstract). ### tex — download full paper source ```bash uv run "${CLAUDE_PLUGIN_ROOT}/skills/arxiv-tools/arxiv_tool.py...

Details

Author
AutoResearch-Factory
Repository
AutoResearch-Factory/Agon
Created
2 months ago
Last Updated
5 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category