/install google-scholar-search
Google Scholar Search
Search academic papers using the free Semantic Scholar API. No API key required.
Quick Start
Basic search:
python3 {baseDir}/scripts/search_papers.py "machine learning transformers"
Search with filters:
python3 {baseDir}/scripts/search_papers.py "deep learning" --limit 5 --year 2020-2023 --min-citations 10
Search Options
--limit N: Number of results (default: 10, max: 100)--year YYYY-YYYY: Filter by year range (e.g., "2020-2023" or "2023")--min-citations N: Minimum citation count--json: Output in JSON format for machine processing
Get Paper Details
Retrieve detailed information about a specific paper:
python3 {baseDir}/scripts/search_papers.py --details \x3Cpaper-id>
Returned Data
Each paper includes:
- title: Paper title
- authors: List of authors with names
- year: Publication year
- venue: Journal or conference name
- citationCount: Number of citations
- abstract: Paper abstract
- url: Link to Semantic Scholar page
- openAccessPdf: Direct PDF link if available
- paperId: Unique Semantic Scholar ID (for details lookup)
Examples
Search for recent AI papers:
python3 {baseDir}/scripts/search_papers.py "large language models" --year 2022-2024 --limit 10
Find highly cited papers on a topic:
python3 {baseDir}/scripts/search_papers.py "quantum computing" --min-citations 50 --limit 10
Get JSON output for integration:
python3 {baseDir}/scripts/search_papers.py "neural networks" --json --limit 20
Tips
- Use specific keywords for better results
- Filter by year to get recent research
- Use
--min-citationsto find influential papers - The API is free and requires no authentication
- For complex queries, try multiple related terms
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-scholar-search - After installation, invoke the skill by name or use
/google-scholar-search - Provide required inputs per the skill's parameter spec and get structured output
What is Google Scholar Search?
Academic paper search using Semantic Scholar API. Free API - no key required. Search research papers, get citations, abstracts, authors, and download PDFs. U... It is an AI Agent Skill for Claude Code / OpenClaw, with 611 downloads so far.
How do I install Google Scholar Search?
Run "/install google-scholar-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Scholar Search free?
Yes, Google Scholar Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Scholar Search support?
Google Scholar Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Scholar Search?
It is built and maintained by zzwd (@zhoujc11); the current version is v1.0.0.