Arxiv
Generated by Codex. Read with caution.
npx -y skills add kenantang/codex-and-claude-skills --skill arxivAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Search arXiv, inspect paper metadata, and download papers by keyword or arXiv ID. Use when the user wants fresh arXiv search results, paper detail lookup, or direct PDF/source downloads.
SKILL.md
0.8 KB, as published. Nobody here has run it
ArXiv Search and Download
Use this skill when the user asks for arXiv papers, categories, IDs, or paper downloads.
Tools
arxiv_search: search arXiv by keywords and optional filtersarxiv_get_paper: fetch metadata for a specific arXiv paperarxiv_download: download PDF or source files for a paper
Guidance
- Prefer
arxiv_searchwhen the request is exploratory. - Prefer
arxiv_get_paperwhen the user already has an arXiv ID. - Use
arxiv_downloadonly when the user wants the actual file.