/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-scholar-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-scholar-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 611 次。
如何安装 Google Scholar Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-scholar-search」即可一键安装,无需额外配置。
Google Scholar Search 是免费的吗?
是的,Google Scholar Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Scholar Search 支持哪些平台?
Google Scholar Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Scholar Search?
由 zzwd(@zhoujc11)开发并维护,当前版本 v1.0.0。