โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search academic papers on Google Scholar with keyword, author, and year filters, plus access author profiles and export results in JSON format.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, google_scholar_search.py, requirements.txt

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

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"

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"

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

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • google_scholar_search.py Scripts
  • requirements.txt Files