This is a straightforward wrapper around the arxiv Python package that lets you search for academic papers and get their abstracts back without leaving your terminal. You pass it a search query and optionally how many results you want, and it returns titles and abstracts sorted by relevance. It's useful when you're researching a topic and want to quickly scan what's out there in physics, CS, math, or biology without opening a browser. The implementation is simple, which is fine since arXiv's API does the heavy lifting. Just be aware you're limited to whatever filtering arXiv's search supports, so if you need advanced queries or specific date ranges, you might need to refine your search string carefully.
npx skills add https://github.com/langchain-ai/deepagents --skill arxiv-search