← 返回 Skills 市场
google-search
作者
mxfeinberg
· GitHub ↗
· v1.0.0
17633
总下载
17
收藏
204
当前安装
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 agent search queries sent to Google. Use a restricted key, keep any .env file private, add it to .gitignore, and avoid searching for confidential content.
功能分析
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 skill’s stated purpose is web search through Google Custom Search, and the script implements that by sending the query, API key, CSE ID, and result count to Google’s Custom Search endpoint.
Instruction Scope
The instructions describe setup and command-line usage only; there is no artifact evidence of prompt override, autonomous action, destructive behavior, or unrelated agent control.
Install Mechanism
The bundle contains a visible Markdown instruction file and a small Python script, with no installer, package download command, obfuscation, or hidden setup behavior.
Credentials
The required GOOGLE_API_KEY and GOOGLE_CSE_ID environment variables are proportionate for this integration, though users should understand that searches are sent to Google.
Persistence & Privilege
The setup suggests storing credentials in a workspace .env file; this is common, but the documentation does not explicitly warn users to keep that file private and out of version control.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-search触发 - 根据 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.
元数据
常见问题
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 插件,目前累计下载 17633 次。
如何安装 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。
推荐 Skills