AI Skill Hub 推荐使用:谷歌GPT搜索助手 是一款优质的AI工具。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
在Google搜索结果中集成AI对话和摘要功能的浏览器扩展。由最新LLM驱动,可直接在搜索页面与AI交互、获取内容摘要。适合需要快速获取信息摘要和AI对话的网络搜索用户。
谷歌GPT搜索助手 是一款基于 JavaScript 开发的开源工具,专注于 浏览器扩展、搜索增强、AI助手 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
在Google搜索结果中集成AI对话和摘要功能的浏览器扩展。由最新LLM驱动,可直接在搜索页面与AI交互、获取内容摘要。适合需要快速获取信息摘要和AI对话的网络搜索用户。
谷歌GPT搜索助手 是一款基于 JavaScript 开发的开源工具,专注于 浏览器扩展、搜索增强、AI助手 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g googlegpt # 方式二:npx 直接运行(无需安装) npx googlegpt --help # 方式三:项目依赖安装 npm install googlegpt # 方式四:从源码运行 git clone https://github.com/KudoAI/googlegpt cd googlegpt npm install npm start
# 命令行使用
googlegpt --help
# 基本用法
googlegpt [options] <input>
# Node.js 代码中使用
const googlegpt = require('googlegpt');
const result = await googlegpt.run(options);
console.log(result);
# googlegpt 配置说明 # 查看配置选项 googlegpt --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GOOGLEGPT_CONFIG="/path/to/config.yml"
<a id="top"></a>
<br>
<picture> <source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@135d1a0/assets/images/logos/app/with-reflection/white.png"> <img alt="GoogleGPT" width=888 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@135d1a0/assets/images/logos/app/with-reflection/black.png"> </picture>
<br>
<a href="../LICENSE.md"> <img alt="[License: MIT]" src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a> <a href="https://github.com/KudoAI/googlegpt/blob/main/greasemonkey/googlegpt.user.js"> <img height=32 src="https://img.shields.io/github/size/KudoAI/googlegpt/greasemonkey/googlegpt.user.js?label=Filesize&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a> <a href="https://www.codefactor.io/repository/github/KudoAI/googlegpt"> <img alt="[CodeFactor grade]" src="https://img.shields.io/codefactor/grade/github/KudoAI/googlegpt?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=b3ff68&style=for-the-badge"></a> <a href="https://chatgpt.js.org?utm_source=googlegpt&utm_content=github_shield"> <img alt="[Powered by chatgpt.js]" src="https://img.shields.io/badge/Powered_by-chatgpt.js-black?logo=gamejolt&logoColor=white&labelColor=464646&style=for-the-badge"></a> <a href="https://sonarcloud.io/component_measures?metric=vulnerabilities&id=KudoAI_googlegpt"> <img alt="[SonarCloud vulnerabilities]" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3DKudoAI_googlegpt%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonar&logoColor=white&labelColor=464646&label=Vulnerabilities&color=ffef00"></a> <a href="https://github.com/awesome-scripts/awesome-userscripts#-chatgpt"> <img alt="[Mentioned in Awesome]" src="https://img.shields.io/badge/Mentioned_in-Awesome-cb48dc?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a> <a href="https://www.kudoai.com?utm_source=googlegpt&utm_content=github_shield"> <img alt="[Built by KudoAI]" src="https://img.shields.io/badge/Built_by-KudoAI-a07bfc?logo=esbuild&logoColor=white&labelColor=464646&style=for-the-badge"></a> <a href="https://www.jsdelivr.com/package/gh/KudoAI/googlegpt?tab=stats"> <img alt="[jsDelivr stats]" src="https://img.shields.io/jsdelivr/gh/hm/KudoAI/googlegpt?style=for-the-badge&logo=jsdelivr&logoColor=white&label=jsDelivr%20Requests&labelColor=464646&color=2bbbd8"></a> <br><br>
<img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@f0e2ef7/assets/images/separators/gradient-aqua.png">
<a href="https://raw.githubusercontent.com/KudoAI/googlegpt/refs/heads/main/greasemonkey/googlegpt.user.js"><img style="height: 45px" alt="[Install this script]" src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/buttons/greasy-fork/install/this-script.svg"></a><a href="#-installation"><img style="height: 45px" alt="[How to install]" title="How to install" src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/buttons/greasy-fork/help.svg"></a> <br> Discuss / Get support / Contact author </div>

<img width=265 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/screenshots/mobile/hi-there-query/darkmode.png">
<img width=400 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/screenshots/desktop/color-scheme-modal.gif">
<img width=388 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/screenshots/desktop/font-size-slider.gif">
<img width=488 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/screenshots/desktop/math-formulas/dark-on-dark.png">
<img width=633 src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/screenshots/desktop/settings-modal.gif">
</div>
<br>
<hr>
Generate endless answers from all-knowing ChatGPT (in any language!) <br>Install / Readme / Discuss
<picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/logos/dependencies/collage/white.png"> <img src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/logos/dependencies/collage/black.png"> </picture>
chatgpt.js © 2023–2026 KudoAI & contributors under the MIT license <br>generate-ip © 2024–2026 Adam Lui & contributors under the MIT license <br>highlight.js © 2006 Ivan Sagalaev under the BSD 3-Clause license <br>KaTeX © 2013–2020 Khan Academy & other contributors under the MIT license <br>Marked © 2018+ MarkedJS © 2011–2018 Christopher Jeffrey under the MIT license <br><br>
</div> </h6>
<hr>
1. Install a userscript manager, such as: - ScriptCat for Chrome, Firefox or Edge - Tampermonkey for Chrome, Firefox or Edge - Violentmonkey for Firefox or Edge - OrangeMonkey for Chrome - Stay or Userscripts for Safari
<br><a href="https://github.com/sponsors/KudoAI"><img src="https://cdn.jsdelivr.net/gh/KudoAI/googlegpt/assets/images/banners/sponsor/$10/banner1660x260.png"></a>
<hr>
Bring the magic of ChatGPT to Brave Search (powered by GPT-4o!) <br>Install / Readme / Discuss
<img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@f0e2ef7/assets/images/separators/gradient-aqua.png">
<a href="https://github.com/adamlui/userscripts">More userscripts</a> / <a href="#top">Back to top ↑</a>
</div>
For even more ChatGPT extensions, visit:
<https://github.com/adamlui/ai-web-extensions>
<hr>
创新的搜索增强工具,将AI能力整合进Google搜索流程。代码活跃度中等,核心功能实用,适合追求效率的用户。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,谷歌GPT搜索助手 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | googlegpt |
| 原始描述 | 开源AI工具:🤖 AI chat & search summaries in Google Search, powered by the latest LLMs。⭐184 · JavaScript |
| Topics | 浏览器扩展搜索增强AI助手ChatGPT摘要工具 |
| GitHub | https://github.com/KudoAI/googlegpt |
| License | NOASSERTION |
| 语言 | JavaScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。