Google Scholar Search Skill

# Google Scholar Search

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Google Scholar Search Skill" with this command: npx skills add jackkuo666/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.

OptionDescription
--querySearch query string
--resultsNumber of results (default: 10)
--outputOutput file path
--formatOutput format: console, json

advanced

Advanced search with filters.

OptionDescription
--querySearch query string
--authorFilter by author name
--year-startStart year (optional)
--year-endEnd year (optional)
--resultsNumber of results (default: 10)
--outputOutput file path
--formatOutput format: console, json

author

Get author profile and publications.

OptionDescription
--nameAuthor name
--outputOutput file path
--formatOutput 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Mental Health Analysis Tool | 心理健康分析工具

Analyzes human mental health and psychological behavior, supports identifying common psychological problem tendencies through video analysis, and provides st...

Registry SourceRecently Updated
Research

Cg Paper Writing

Academic paper writing skill for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3DGS, SLAM, point cloud processing, 3D shape understan...

Registry SourceRecently Updated
Research

Wikipedia Publisher

Draft, review, de-risk, and publish Wikipedia or Wikidata content with a bias toward policy-safe workflow. Use when creating or editing encyclopedia articles...

Registry SourceRecently Updated
Research

3dgs Paper Reader

Read and summarize 3D Gaussian Splatting research papers. Extracts method architecture, core innovations, experimental results, and key findings from arXiv p...

Registry SourceRecently Updated