Search and retrieve arXiv academic papers by topic, category, or paper ID — with AlphaXiv-enriched AI-generated overviews. Uses arXiv Atom API across cs.AI/cs.LG/cs.CL/cs.CR/cs.MA/cs.SE/cs.IR. Three workflows: Latest, Search, Paper. USE WHEN arxiv, papers, latest papers, research papers, recent ML papers, paper lookup, summarize paper, latest LLM papers, AI safety papers, cs.AI latest. NOT FOR general research (Research), URL parsing (_PARSER), or annual reports (_ANNUALREPORTS).
~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/ArXiv/curl -s -X POST http://localhost:31337/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the ArXiv skill to ACTION"}' \
> /dev/null 2>&1 &
Running the **WorkflowName** workflow in the **ArXiv** skill to ACTION...
lastUpdatedDate that quietly resurfaces old papers as if they were new. Reading a raw paper to decide whether it's worth your time is slow. This skill wraps the query mechanics, handles the XML, and layers AlphaXiv overviews on top so you can triage a paper in seconds instead of reading the whole PDF first.| Trigger | Workflow |
|---|---|
| "latest papers in X", "new papers on X", "what's new in AI research" | Workflows/Latest.md |
| "search arxiv for X", "find papers about X", "arxiv papers on X" | Workflows/Search.md |
arxiv URL, paper ID like 2401.12345, "explain this paper" | Workflows/Paper.md |
ti: (title), au: (author), abs: (abstract), cat: (category), all: (everything)AND, OR, ANDNOTsortBy=lastUpdatedDate&sortOrder=descending for lateststart=0&max_results=10 (max 2000 per call)curl -s "https://alphaxiv.org/overview/{PAPER_ID}.md"curl -s "https://alphaxiv.org/abs/{PAPER_ID}.md" (fallback)cs.AI — Artificial Intelligencecs.LG — Machine Learningcs.CL — Computation and Language (NLP/LLMs)cs.CR — Cryptography and Securitycs.SE — Software Engineeringcs.MA — Multi-Agent Systemscs.IR — Information RetrievalUser: "what's new in AI safety papers this week"
→ Latest workflow: queries cat:cs.AI sorted by lastUpdatedDate, filters by <published> date
→ Returns titles, authors, abstracts, links
User: "search arxiv for prompt injection defenses"
→ Search workflow: all:"prompt injection" query with boolean refinement
→ Returns ranked matches with abstracts
User: "explain this paper: 2401.12345"
→ Paper workflow: fetches metadata, pulls AlphaXiv overview (falls back to abstract on 404)
→ Returns summary plus link to PDF
-L (follows redirects). HTTP 301s to HTTPS silently.jq.lastUpdatedDate includes edits to old papers. For truly new submissions, check <published> dates.max_results caps at 2000. For broader sweeps, paginate with start.cat:cs.AI) returns papers with that as primary OR cross-listed category.echo '{"ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","skill":"ArXiv","workflow":"WORKFLOW_USED","input":"8_WORD_SUMMARY","status":"ok|error","duration_s":SECONDS}' >> ~/.claude/LIFEOS/MEMORY/SKILLS/execution.jsonl