arXiv Search
Umschließt den arXiv Python-Client, um Papiertitel, Abstracts und URLs abzurufen.
Tested · Didn't pass
Was es kann
Ein dünnes Wrapper-Skript über dem `arxiv` PyPI-Client, das das arXiv preprint archive durchsucht und title, abstract und URL für die top matches ausgibt. Wird ausgelöst, wenn Sie nach preprints oder recent papers in physics, math, CS oder quantitative biology fragen.
Testbericht
Fragte zweimal nach den top 3 arXiv papers on FlashAttention — einmal mit einem 20-line stdlib script und einmal mit dem bundled skill — und beide lieferten die identical three papers in the identical order (2512.07011v1, 2205.14135v2, 2202.09741v5). Der Skill benötigte ein undeclared `pip install arxiv`, um überhaupt zu laufen, emitted 4,792 characters against the baseline's 613, und sein formatter legt nur title/abstract/URL offen, dropping the authors, dates and categories the raw arXiv Atom feed hands you for free. Es funktioniert und ist safe, but on this task it was a more expensive route to the same answer.
Getestet am: 2026-07-17 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/DougTrajano/pydantic-ai-skills.git mkdir -p ~/.claude/skills cd pydantic-ai-skills && cp -r examples/skills/arxiv-search ~/.claude/skills/arxiv-search pip install arxiv
Befehle & Beispiel-Prompts
/arxiv-searchUmschließt den arXiv Python-Client, um Papiertitel, Abstracts und URLs abzurufen.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Find me the top papers on arXiv about FlashAttention and IO-aware attentionSearch arXiv for recent quantitative biology preprints on protein foldingPull titles and abstracts for the latest math papers on this topic