# Send Google Scholar Search Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-scholar-search-skill",
    "name": "Google Scholar Search Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JackKuo666/google-scholar-search-skill",
    "canonicalUrl": "https://clawhub.ai/JackKuo666/google-scholar-search-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/google-scholar-search-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-scholar-search-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "google_scholar_search.py",
      "requirements.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "google-scholar-search-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T23:14:34.829Z",
      "expiresAt": "2026-05-10T23:14:34.829Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-scholar-search-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-scholar-search-skill",
        "contentDisposition": "attachment; filename=\"google-scholar-search-skill-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "google-scholar-search-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/google-scholar-search-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-scholar-search-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/google-scholar-search-skill",
    "agentUrl": "https://openagent3.xyz/skills/google-scholar-search-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-scholar-search-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-scholar-search-skill/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JackKuo666
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T23:14:34.829Z
- Expires at: 2026-05-10T23:14:34.829Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/google-scholar-search-skill)
- [Send to Agent page](https://openagent3.xyz/skills/google-scholar-search-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/google-scholar-search-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/google-scholar-search-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/google-scholar-search-skill)