From paper-search
Searches academic papers by keyword or retrieves specific papers by DOI/OpenAlex ID via OpenAlex API. Delivers titles, authors, citations, abstracts, open access links for research backing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-search:paper-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search for academic papers and get details including title, authors, citation count, DOI, abstract, and open access links.
Search for academic papers and get details including title, authors, citation count, DOI, abstract, and open access links.
Steps:
find ~/.claude -name "search.sh" -path "*/paper-search/*" 2>/dev/null | sort -V | tail -1
paper.sh script is in the same directory<scripts-dir>/search.sh "your search query" [limit] [sort] [page]
limit: number of results per page (default: 10, max: 200)sort: relevance (default), cites, or datepage: page number for pagination (default: 1)<scripts-dir>/paper.sh <DOI_URL or OpenAlex_ID>
https://doi.org/10.3390/brainsci8020020W2789811475Tips:
relevance sort (default) for topical searches. Use cites when you want landmark papers.paper.sh to get the full abstract when search results show "Abstract: N/A".related_works IDs from paper.sh can be fed back into paper.sh to explore the citation graph.paper.sh for full details and cite as (Author, Year, Journal).npx claudepluginhub ykdojo/paper-search --plugin paper-searchSearches Semantic Scholar (200M+ papers), inspects citations, downloads arXiv PDFs, and extracts text via a bundled Python CLI. Use for literature scans, deep reads, impact analysis, or reading lists.
Searches 240M+ academic works via OpenAlex with filters by year/type, sorting by relevance/citations/year, optional web search for recent advances, and save to file. For quick literature discovery.
Searches academic literature across multiple sources (Google Scholar, Consensus, Paperpile) with deduplication, DOI resolution, and journal filtering.