arxiv-search
Installation
SKILL.md
ArXiv Paper Search
Available Tools
-
arxiv_search(query): Search scientific papers on ArXiv by keyword, author, or topic.
query(string, required): Search query for papers
-
arxiv_get_paper(paper_ids): Get detailed paper content (abstract, metadata, content preview) from ArXiv.
paper_ids(string, required): Comma-separated paper IDs (e.g., "2301.12345" or "2301.12345,2302.67890")
Usage Guidelines
- Use specific academic keywords for best search results (e.g., "transformer attention mechanism" rather than "AI").
- Paper IDs follow the format:
2301.12345orcs.AI/2301.12345. - When presenting results, include: title, authors, abstract summary, and ArXiv link.
- Use
arxiv_searchfirst to find relevant papers, thenarxiv_get_paperfor detailed content. - Pass multiple paper IDs at once as comma-separated values for efficiency.