{
  "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": {
    "downloadMode": "redirect",
    "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",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "google_scholar_search.py",
      "requirements.txt"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/google-scholar-search-skill",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Google Scholar Search",
        "body": "AI-Powered Academic Literature Search Tool - Search academic papers through Google Scholar"
      },
      {
        "title": "Description",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "Keyword Search: Search papers by keywords, titles, or topics\nAdvanced Search: Filter results by author and publication year range\nAuthor Profiles: Retrieve detailed author information including interests and citation counts\nRich Metadata: Access titles, authors, abstracts, and direct links\nJSON Export: Export results in JSON format for further processing"
      },
      {
        "title": "Usage",
        "body": "/google-scholar-search Search for papers about \"machine learning in healthcare\"\n/google-scholar-search Find papers by author \"Andrew Ng\" about \"deep learning\"\n/google-scholar-search Search for \"neural networks\" from 2018 to 2022\n/google-scholar-search Get author information for \"Geoffrey Hinton\""
      },
      {
        "title": "Basic Search",
        "body": "/google-scholar-search Find papers about \"transformer architecture\""
      },
      {
        "title": "Advanced Search with Author",
        "body": "/google-scholar-search Search for \"deep learning\" by author \"Yann LeCun\""
      },
      {
        "title": "Search with Year Range",
        "body": "/google-scholar-search Find papers about \"GANs\" from 2018 to 2023"
      },
      {
        "title": "Author Information",
        "body": "/google-scholar-search Get author profile for \"Yoshua Bengio\""
      },
      {
        "title": "search",
        "body": "Search papers by keywords.\n\nOptionDescription--querySearch query string--resultsNumber of results (default: 10)--outputOutput file path--formatOutput format: console, json"
      },
      {
        "title": "advanced",
        "body": "Advanced search with filters.\n\nOptionDescription--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"
      },
      {
        "title": "author",
        "body": "Get author profile and publications.\n\nOptionDescription--nameAuthor name--outputOutput file path--formatOutput format: console, json"
      },
      {
        "title": "Console Output",
        "body": "标题: Attention Is All You Need\n作者: Vaswani, A., et al.\n摘要: This paper proposes the Transformer architecture...\n链接: https://..."
      },
      {
        "title": "Author Output",
        "body": "姓名: Geoffrey Hinton\n机构: University of Toronto\n研究领域: Machine Learning, Deep Learning, Neural Networks\n总引用数: 150000+\n近期论文:\n  - 1. Forward-Forward (2022) - 引用数: 150\n  - 2. Deep Learning (2015) - 引用数: 50000+"
      },
      {
        "title": "Notes",
        "body": "Google Scholar doesn't provide an official API - this tool uses web scraping\nSearch results may vary due to Google's anti-bot measures\nFor stable access, consider using Semantic Scholar or PubMed APIs\nAuthor search returns the first matching author profile"
      },
      {
        "title": "Related Skills",
        "body": "semanticscholar-search-skill - Search Semantic Scholar database\npubmed-search-skill - Search biomedical literature\nsci-hub-search-skill - Download papers from Sci-Hub"
      }
    ],
    "body": "Google Scholar Search\n\nAI-Powered Academic Literature Search Tool - Search academic papers through Google Scholar\n\nDescription\n\nSearch 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.\n\nFeatures\nKeyword Search: Search papers by keywords, titles, or topics\nAdvanced Search: Filter results by author and publication year range\nAuthor Profiles: Retrieve detailed author information including interests and citation counts\nRich Metadata: Access titles, authors, abstracts, and direct links\nJSON Export: Export results in JSON format for further processing\nUsage\n/google-scholar-search Search for papers about \"machine learning in healthcare\"\n/google-scholar-search Find papers by author \"Andrew Ng\" about \"deep learning\"\n/google-scholar-search Search for \"neural networks\" from 2018 to 2022\n/google-scholar-search Get author information for \"Geoffrey Hinton\"\n\nExamples\nBasic Search\n/google-scholar-search Find papers about \"transformer architecture\"\n\nAdvanced Search with Author\n/google-scholar-search Search for \"deep learning\" by author \"Yann LeCun\"\n\nSearch with Year Range\n/google-scholar-search Find papers about \"GANs\" from 2018 to 2023\n\nAuthor Information\n/google-scholar-search Get author profile for \"Yoshua Bengio\"\n\nCommand Reference\nsearch\n\nSearch papers by keywords.\n\nOption\tDescription\n--query\tSearch query string\n--results\tNumber of results (default: 10)\n--output\tOutput file path\n--format\tOutput format: console, json\nadvanced\n\nAdvanced search with filters.\n\nOption\tDescription\n--query\tSearch query string\n--author\tFilter by author name\n--year-start\tStart year (optional)\n--year-end\tEnd year (optional)\n--results\tNumber of results (default: 10)\n--output\tOutput file path\n--format\tOutput format: console, json\nauthor\n\nGet author profile and publications.\n\nOption\tDescription\n--name\tAuthor name\n--output\tOutput file path\n--format\tOutput format: console, json\nOutput Format\nConsole Output\n标题: Attention Is All You Need\n作者: Vaswani, A., et al.\n摘要: This paper proposes the Transformer architecture...\n链接: https://...\n\nAuthor Output\n姓名: Geoffrey Hinton\n机构: University of Toronto\n研究领域: Machine Learning, Deep Learning, Neural Networks\n总引用数: 150000+\n近期论文:\n  - 1. Forward-Forward (2022) - 引用数: 150\n  - 2. Deep Learning (2015) - 引用数: 50000+\n\nNotes\nGoogle Scholar doesn't provide an official API - this tool uses web scraping\nSearch results may vary due to Google's anti-bot measures\nFor stable access, consider using Semantic Scholar or PubMed APIs\nAuthor search returns the first matching author profile\nRelated Skills\nsemanticscholar-search-skill - Search Semantic Scholar database\npubmed-search-skill - Search biomedical literature\nsci-hub-search-skill - Download papers from Sci-Hub"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JackKuo666/google-scholar-search-skill",
    "publisherUrl": "https://clawhub.ai/JackKuo666/google-scholar-search-skill",
    "owner": "JackKuo666",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}