← 返回 Skills 市场
mxfeinberg

google-search

作者 mxfeinberg · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
18385
总下载
19
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install google-search
功能描述
Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.
安全使用建议
Install only if you are comfortable providing a Google Custom Search API key and having search queries sent to Google. Use a restricted key, keep any .env file private, add it to .gitignore, and avoid sending confidential search text through this tool.
功能分析
Type: OpenClaw Skill Name: google-search Version: 1.0.0 This skill bundle is classified as benign. The `scripts/search.py` script correctly implements a Google Custom Search functionality, securely retrieving API keys (`GOOGLE_API_KEY`, `GOOGLE_CSE_ID`) from environment variables using `os.getenv`. It only makes network requests to the official Google Custom Search API endpoint (`https://www.googleapis.com/customsearch/v1`). The `SKILL.md` documentation provides clear setup instructions and does not contain any prompt injection attempts or instructions for the agent to perform malicious actions.
能力评估
Purpose & Capability
The stated purpose is live web search through Google Custom Search, and the script only implements that search flow using a query, result count, GOOGLE_API_KEY, and GOOGLE_CSE_ID.
Instruction Scope
The instructions cover setup and command-line use; there is no prompt override, autonomous execution, destructive action, unrelated agent control, or hidden workflow instruction.
Install Mechanism
The bundle contains a Markdown skill file and one small Python script, with no installer, package-download step, obfuscation, or hidden setup behavior.
Credentials
Reading the two named Google credentials and making an outbound request to Google's Custom Search endpoint are proportionate to the skill's purpose, but users should understand their search terms are sent to Google.
Persistence & Privilege
The setup recommends storing credentials in a workspace .env file; this is common but should be paired with normal secret hygiene such as keeping the file private and out of version control.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Google Search skill for OpenClaw agents. - Enables web searches via Google's Custom Search API (PSE). - Provides setup instructions for API key and Programmable Search Engine ID. - Includes usage example for performing searches from the command line.
元数据
Slug google-search
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

google-search 是什么?

Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 18385 次。

如何安装 google-search?

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

google-search 是免费的吗?

是的,google-search 完全免费(开源免费),可自由下载、安装和使用。

google-search 支持哪些平台?

google-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 google-search?

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

💬 留言讨论