← ClaudeAtlas

arxiv-searchlisted

Single-machine academic paper search and PDF handling for any research field. Searches arXiv and Semantic Scholar without an API key, with DuckDuckGo as a web fallback, and extracts/downloads PDFs locally. MCP servers (arxiv-mcp-server, Ai2 Asta) are used when available. Use for quick, focused lookups in any discipline; for a broad multi-database sweep use scholar-megasearch instead.
TaewoooPark/scholar-megasearch · ★ 7 · AI & Automation · score 78
Install: claude install-skill TaewoooPark/scholar-megasearch
# Academic Paper Search Skill A field-agnostic skill for searching scholarly papers from one machine. It queries arXiv and Semantic Scholar without an API key, falls back to DuckDuckGo for web/GitHub material, and downloads or extracts text from PDFs. The MCP servers (`arxiv-mcp-server`, Ai2 Asta) are used automatically inside a Claude Code session when registered. The examples below use placeholder topics (`<your topic>`, generic keyword strings). Swap in your own research terms — nothing here is tied to a particular field. ## When to use - Searching for papers / scholarly material on any topic - Searching or downloading from arXiv - Citation / cited-by analysis via Semantic Scholar - Extracting text or supplementary code from a PDF For an exhaustive, deduplicated sweep across 20+ databases, use the **scholar-megasearch** skill instead — this skill is for fast, single-source lookups. ## Installed tools | Tool | Path / method | Purpose | |------|---------------|---------| | `arxiv` Python package | `~/.claude/skill_venv/bin/python3` | arXiv search | | `semanticscholar` Python package | `~/.claude/skill_venv/bin/python3` | Semantic Scholar search | | `arxiv-mcp-server` | registered MCP (uvx) | Claude Code MCP tools | | `asta` (Ai2 Asta, remote) | registered MCP | Claude Code MCP tools | | `paper-search-mcp` | `~/.claude/skill_venv` | arXiv + SS + PubMed unified | | `ddgs` | `~/.claude/skill_venv/bin/python3` | DuckDuckGo fallback search | | `pdfplumber` | `~/.claude/ski