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.
npx claudepluginhub ykdojo/paper-searchThis skill uses the workspace's default tool permissions.
Search for academic papers and get details including title, authors, citation count, DOI, abstract, and open access links.
Searches academic papers across Google Scholar, Consensus CLI, Paperpile bib with deduplication, DOI resolution, journal filtering, and LLM validation. Activates on literature search requests.
Searches academic papers via Semantic Scholar, OpenAlex, Crossref, PubMed APIs; retrieves DOI details with full abstracts; deduplicates results; drafts literature review sections with citations. Use for research synthesis.
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.
Share bugs, ideas, or general feedback.
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).