XS arXiv
Live arXiv trend digest and paper analysis via RSS, Semantic Scholar and LaTeX source
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 4d0c6d9
Task: «arXivチェックして» — fresh articles on cs.AI/cs.CL for the week plus an analysis of one. The baseline run without the skill (WebFetch for arxiv.org/list/cs.AI/recent) returned 35 titles with IDs, but no abstracts, no dates, no PDF links — nothing to score by interest. With the skill, the trending mode worked live: JSON with 5 articles from 2026-07-16, 9 fields per article, the first abstract — 908 characters, categories_failed empty, source rss. The analysis mode was also real: latex --sections extracted the table of contents of a real LaTeX source (Introduction, Related Work, Trait Inventory, Methodology…) from 2607.13162, --abstract-only gave text. Important caveat: the default search via Semantic Scholar failed live with HTTP 429 and retries_exhausted — exactly as described in SKILL.md; the documented fallback B→C (--source legacy) worked and returned 3 real articles. It required installed uv (README honestly indicated uv sync), and the promised «Notion蓄積対応» pulled a separate skill xs-notion-manager, which was not installed by this command.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What XS arXiv does
Fetches fresh arXiv papers three ways — arXiv RSS for trends, Semantic Scholar for search, legacy arXiv API as fallback — and returns structured JSON with abstracts, authors and citation counts for interest scoring. Triggers on requests to check arXiv, find recent papers on a topic, or analyze a specific paper, and can pull LaTeX source section by section for math-heavy reading.
How to install XS arXiv
git clone https://github.com/karaage0703/ai-assistant-workspace.git
mkdir -p ~/.claude/skills
cd ai-assistant-workspace && cp -r skills/xs-arxiv ~/.claude/skills/xs-arxiv
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger XS arXiv
-
/xs-arxivLive arXiv trend digest and paper analysis via RSS, Semantic Scholar and LaTeX source
It also activates on plain-language prompts like these:
-
Check arXiv for trending cs.AI papers from the last week and rank them -
Pull the LaTeX sections from this arXiv paper so I can read the math -
Search Semantic Scholar for recent papers with citation counts on this topic
Frequently asked questions
- Is the XS arXiv skill free?
- Yes. The skill itself is free from karaage0703/ai-assistant-workspace. SkillProof publishes the install command and an independent test verdict at no cost.
- Does XS arXiv work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Task: «arXivチェックして» — fresh articles on cs.AI/cs.CL for the week plus an analysis of one. The baseline run without the skill (WebFetch for arxiv.org/list/cs.AI/recent) returned 35 titles with IDs, but no abstracts, no dates, no PDF links — nothing to score by interest. With the skill, the trending mode worked live: JSON with 5 articles from 2026-07-16, 9 fields per article, the first abstract — 908 characters, categories_failed empty, source rss. The analysis mode was also real: latex --sections extracted the table of contents of a real LaTeX source (Introduction, Related Work, Trait Inventory, Methodology…) from 2607.13162, --abstract-only gave text. Important caveat: the default search via Semantic Scholar failed live with HTTP 429 and retries_exhausted — exactly as described in SKILL.md; the documented fallback B→C (--source legacy) worked and returned 3 real articles. It required installed uv (README honestly indicated uv sync), and the promised «Notion蓄積対応» pulled a separate skill xs-notion-manager, which was not installed by this command.
- What is the XS arXiv SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install XS arXiv?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use XS arXiv with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.