This does what you'd expect: searches arXiv and returns papers with titles, authors, abstracts, and PDF links. It wraps a Python script that hits the arXiv API with support for field-specific queries (search by author, title, abstract), category filters, and date ranges. The output is clean enough to scan through results and grab arxiv IDs for downstream work. It's clearly built as part of a larger research workflow since the docs explicitly mention passing IDs to a separate Zotero skill. If you're already using Claude to help with literature reviews or need to quickly pull recent papers on a topic without opening a browser, this gets the job done. Nothing fancy, just a straightforward academic search tool.
npx skills add https://github.com/varde80/arxiv-zotero-obsidian --skill arxiv-search