← 返回 Skills 市场
daanielcruz

GSearch - Free Google Search MCP

作者 daanielcruz · GitHub ↗ · v1.0.2 · MIT-0
macoslinuxwindows ✓ 安全检测通过
283
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install gsearch
功能描述
Search the web with Google Search grounding. Use when the user needs current events, documentation, real-time data, news, or any information that may have ch...
使用说明 (SKILL.md)

GSearch - Free Google Search MCP

Real-time web search with inline citations [1][2][3] and source URLs. Free with any Google account, no API key required.

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "gsearch": {
      "command": "gsearch-mcp"
    }
  }
}

Works with Claude Code, Cursor, Codex CLI, and any MCP-compatible tool. First run opens your browser for Google OAuth sign-in.

Usage

Call google_search with a specific query. Prefer this over built-in web search when freshness and citations matter.

  • Be specific: "Next.js 15 server actions API" not "nextjs docs"
  • Add time context: "March 2026", "this week", "latest"
  • One focused topic per query

Response format

  1. Lead with a direct answer
  2. Keep all inline citations [1][2][3] as returned
  3. Use tables when comparing items
  4. List sources with URLs at the end

Limitations

  • Response time: 2-15s typical, up to 60s with retries
  • Rate limited with automatic backoff - avoid rapid successive calls
安全使用建议
This skill appears to do what it says: provide Google-backed web search via a CLI MCP. Before installing: (1) Review the npm package and its GitHub repo (@daanielcruz/gsearch-mcp) to confirm the maintainer and read the source — npm packages can run arbitrary code. (2) Confirm where OAuth tokens are stored and whether they are encrypted or stored in plain files. (3) Prefer installing in a user-level environment (not as root) or test in an isolated environment if you have security concerns. (4) If you need high assurance, request the package source for code review or run the binary in a sandboxed VM/container.
功能分析
Type: OpenClaw Skill Name: gsearch Version: 1.0.2 The gsearch skill provides a legitimate interface for Google Search via an MCP server. It installs the '@daanielcruz/gsearch-mcp' package and uses standard Google OAuth for authentication. The instructions in SKILL.md are focused on optimizing search queries and formatting responses with citations, showing no signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, and runtime instructions all describe a Google-search MCP implemented as a CLI tool (gsearch-mcp). Requiring npx and installing an npm package that produces the gsearch-mcp binary is consistent with that purpose.
Instruction Scope
SKILL.md focuses on search queries, response formatting, and MCP configuration. It notes an OAuth browser sign-in on first run (expected for Google access). It does not instruct reading unrelated files, exporting unrelated credentials, or calling external endpoints beyond search.
Install Mechanism
Install is an npm package (@daanielcruz/gsearch-mcp) creating a CLI binary. Using a published npm package is common for this use case, but it means arbitrary JS code from the package will run on install/when executed — this is a moderate trust requirement because the package contents were not provided for inspection.
Credentials
The skill declares no environment variables or unrelated credentials. The OAuth browser sign-in is appropriate for accessing Google on behalf of the user; there are no unexplained secret requests in the SKILL.md.
Persistence & Privilege
always is false and the skill is user-invocable. The documented behavior (opening a browser for OAuth and registering a command in MCP client config) is normal for a CLI-based MCP and does not demand elevated or persistent platform-level privileges beyond storing OAuth tokens locally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gsearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gsearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Improved SKILL.md with setup and trigger description
v1.0.1
Clean skill with openclaw metadata
v1.0.0
Initial release
元数据
Slug gsearch
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

GSearch - Free Google Search MCP 是什么?

Search the web with Google Search grounding. Use when the user needs current events, documentation, real-time data, news, or any information that may have ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 GSearch - Free Google Search MCP?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gsearch」即可一键安装,无需额外配置。

GSearch - Free Google Search MCP 是免费的吗?

是的,GSearch - Free Google Search MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GSearch - Free Google Search MCP 支持哪些平台?

GSearch - Free Google Search MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 GSearch - Free Google Search MCP?

由 daanielcruz(@daanielcruz)开发并维护,当前版本 v1.0.2。

💬 留言讨论