Google Scholar Search Skill
/install google-scholar-search-skill
Google Scholar Search
AI-Powered Academic Literature Search Tool - Search academic papers through Google Scholar
Description
Search for academic literature and research papers through Google Scholar. This skill provides powerful search capabilities with advanced filtering options including author-specific searches and year-based filtering.
Features
- Keyword Search: Search papers by keywords, titles, or topics
- Advanced Search: Filter results by author and publication year range
- Author Profiles: Retrieve detailed author information including interests and citation counts
- Rich Metadata: Access titles, authors, abstracts, and direct links
- JSON Export: Export results in JSON format for further processing
Usage
/google-scholar-search Search for papers about "machine learning in healthcare"
/google-scholar-search Find papers by author "Andrew Ng" about "deep learning"
/google-scholar-search Search for "neural networks" from 2018 to 2022
/google-scholar-search Get author information for "Geoffrey Hinton"
Examples
Basic Search
/google-scholar-search Find papers about "transformer architecture"
Advanced Search with Author
/google-scholar-search Search for "deep learning" by author "Yann LeCun"
Search with Year Range
/google-scholar-search Find papers about "GANs" from 2018 to 2023
Author Information
/google-scholar-search Get author profile for "Yoshua Bengio"
Command Reference
search
Search papers by keywords.
| Option | Description |
|---|---|
--query |
Search query string |
--results |
Number of results (default: 10) |
--output |
Output file path |
--format |
Output format: console, json |
advanced
Advanced search with filters.
| Option | Description |
|---|---|
--query |
Search query string |
--author |
Filter by author name |
--year-start |
Start year (optional) |
--year-end |
End year (optional) |
--results |
Number of results (default: 10) |
--output |
Output file path |
--format |
Output format: console, json |
author
Get author profile and publications.
| Option | Description |
|---|---|
--name |
Author name |
--output |
Output file path |
--format |
Output format: console, json |
Output Format
Console Output
标题: Attention Is All You Need
作者: Vaswani, A., et al.
摘要: This paper proposes the Transformer architecture...
链接: https://...
Author Output
姓名: Geoffrey Hinton
机构: University of Toronto
研究领域: Machine Learning, Deep Learning, Neural Networks
总引用数: 150000+
近期论文:
- 1. Forward-Forward (2022) - 引用数: 150
- 2. Deep Learning (2015) - 引用数: 50000+
Notes
- Google Scholar doesn't provide an official API - this tool uses web scraping
- Search results may vary due to Google's anti-bot measures
- For stable access, consider using Semantic Scholar or PubMed APIs
- Author search returns the first matching author profile
Related Skills
- semanticscholar-search-skill - Search Semantic Scholar database
- pubmed-search-skill - Search biomedical literature
- sci-hub-search-skill - Download papers from Sci-Hub
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-scholar-search-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-scholar-search-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Scholar Search Skill 是什么?
Search academic papers on Google Scholar with keyword, author, and year filters, plus access author profiles and export results in JSON format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1096 次。
如何安装 Google Scholar Search Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-scholar-search-skill」即可一键安装,无需额外配置。
Google Scholar Search Skill 是免费的吗?
是的,Google Scholar Search Skill 完全免费(开源免费),可自由下载、安装和使用。
Google Scholar Search Skill 支持哪些平台?
Google Scholar Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Scholar Search Skill?
由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。