AI SummaryEnables researchers and academics to systematically search arXiv papers, analyze research content, build literature reviews, and generate citations through a skill designed for Claude Code integration. Useful for students, researchers, and anyone conducting academic research who need structured access to arXiv resources.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "arxiv-research" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/arxiv-research-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/arxiv-research-skill/SKILL.md "https://raw.githubusercontent.com/Ray0907/arxiv-research-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Searches academic papers on arXiv, analyzes research content, builds literature reviews, and generates citations for academic writing. Triggers when users need to find, understand, or cite arXiv papers, extract TikZ figures from LaTeX sources, or explore citation networks and coauthor relationships.
Overview
This skill enables systematic academic research through three core capabilities that form the minimal complete loop of knowledge building: ` connect -> understand -> evidence Find -> Comprehend -> Cite `
Setup
Install dependencies: uv sync
1. Connect (Knowledge Navigation)
Purpose: Find relevant existing knowledge When to use: • Starting research on a new topic • Finding related work for a paper • Discovering what exists in a field Capabilities: • Semantic search across arXiv • Filter by category, author, date • Rank by citation impact (via Semantic Scholar) • Find similar papers to a known paper Usage: `bash uv run python scripts/connect.py search "transformer attention mechanism" --category cs.LG --limit 20 uv run python scripts/connect.py search "LLM agents" --since 2023-01 --until 2024-06 # Date filtering uv run python scripts/connect.py similar "2301.00001" --limit 10 uv run python scripts/connect.py recent cs.AI --days 7 uv run python scripts/connect.py by-author "Yann LeCun" uv run python scripts/connect.py cited-by "2301.00001" --limit 20 # Forward citations uv run python scripts/connect.py coauthors "Yann LeCun" --limit 20 # Collaboration network `
2. Understand (Meaning Extraction)
Purpose: Comprehend what the knowledge contains When to use: • Need to quickly grasp a paper's contribution • Extracting methodology details • Comparing multiple papers • Writing literature review sections Capabilities: • Structured paper analysis (problem, method, contribution, limitations) • Key findings extraction • Methodology breakdown • Multi-paper comparison Usage: `bash
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster