This wraps Valyu's semantic search API to query arXiv's full preprint archive across physics, math, CS, and quantitative biology. Instead of wrestling with arXiv's native search syntax, you just pass natural language queries and get back full article text plus figures, not just abstracts. The setup is straightforward: get a free Valyu API key (comes with $10 credit), run the setup command, and you're searching. It's built with zero dependencies using Node's native fetch, which is clean. Most useful when you need to pull actual paper content for analysis or when you're doing cross-disciplinary searches where semantic understanding matters more than exact keyword matching.
npx skills add https://github.com/yorkeccak/scientific-skills --skill arxiv-search