By ykdojo
Query academic papers by keyword or retrieve details by DOI or OpenAlex ID directly from your terminal using the OpenAlex API. Fetch titles, authors, citations, abstracts, and open access links, with pagination and sorting to streamline research discovery and citation gathering.
A Claude Code plugin and skill for searching academic papers via the OpenAlex API.
claude plugin marketplace add ykdojo/paper-search
claude plugin install paper-search@paper-search
After installing, the paper-search skill is available automatically. Just ask Claude Code to search for papers and it will use the skill.
curl, jq# Search for papers (sorted by relevance by default)
scripts/search.sh "mindfulness meditation stress reduction" 10
# Sort by citation count
scripts/search.sh "mindfulness meditation stress reduction" 10 cites
# Sort by publication date
scripts/search.sh "mindfulness meditation stress reduction" 10 date
# Page 2 of results
scripts/search.sh "mindfulness meditation stress reduction" 10 relevance 2
# Get 25 results per page
scripts/search.sh "mindfulness meditation stress reduction" 25
# Look up a specific paper by DOI
scripts/paper.sh "https://doi.org/10.1073/pnas.0407162101"
# Look up by OpenAlex ID
scripts/paper.sh W2097529540
Uses OpenAlex — free, open, no API key required. 250M+ works indexed.
Initially introduced in 45 Claude Code Tips (Tip 27).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimDeveloper experience essentials: GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and Reddit research
npx claudepluginhub ykdojo/paper-search --plugin paper-searchAcademic literature search, citation management, PDF retrieval, and literature review synthesis
Systematic literature searching and review toolkit for Claude Code. Search PubMed, screen papers, extract data, traverse citations, and synthesize findings from scientific literature.
Use when the user needs academic paper retrieval — searching scientific literature by author/year/journal, finding paper chunks for RAG-style citations, or expanding original text around a known paper offset. Provides three Sciverse tools (search_papers, semantic_search, read_content) via the sciverse-mcp-server MCP server.
Annotated research paper collection management — retrieve, read, extract, cross-reference scientific papers
A research infrastructure for AI agents. Search, read, and analyze papers from your local knowledge base while coding. Includes arXiv discovery, layered reading, ingestion, topic modeling, citation graphs, insights analytics, Office document inspection, scientific tool docs, and academic writing workflows. Requires Python 3.10+ and pip install.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.