Google Search
/install google-search-onekey-gateway
OneKey Gateway
Use One Access Key to connect to various commercial APIs. Please visit the OneKey Gateway Keys and read the docs OneKey MCP Router Doc and OneKey Gateway Doc.
google-search Skill
Use the OneKey Gateway to access tools for this server via a unified access key.
Quick Start
Set your OneKey access key:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_API_KEY
If no key is provided, the scripts fall back to the demo key BETA_TEST_KEY_MARCH_2026.
Common settings:
unique_id:google-search/google-searchapi_id: one of the tools listed below
Tools
google_search
Generates google search results by calling google custom search engine API. https://www.googleapis.com/customsearch/v1
Args:
query: Annotated[str, "Search Query that User Input"] = "",
num: Annotated[int, "Return number of search results"] = 10,
start: Annotated[str, "pagination start index of search item at the number of 0. start=0, num=10 means items from [0, 10), start=10, num=10 means items from [10, 12)"] = 0
Return:
results: List[Any], list of search results
Parameters:
query(string, optional):num(integer, optional):start(integer, optional):return_fields(array of object, optional):
Usage
CLI
google_search
npx onekey agent google-search/google-search google_search '{"query": "US inflation rate February 2026", "num": 5, "start": 0}'
Scripts
Each tool has a dedicated script in this folder:
skills/google-search/scripts/google_search.py
Example
python3 scripts/\x3Ctool_name>.py --data '{"key": "value"}'
Related DeepNLP OneKey Gateway Documents
AI Agent Marketplace
Skills Marketplace
AI Agent A2Z Deployment
PH AI Agent A2Z Infra
GitHub AI Agent Marketplace
Dependencies
CLI Dependency
Install onekey-gateway from npm
npm install @aiagenta2z/onekey-gateway
Script Dependency
Install the required Python package before running any scripts.
pip install ai-agent-marketplace
Alternatively, install dependencies from the requirements file:
pip install -r requirements.txt
If the package is already installed, skip installation.
Agent rule
Before executing command lines or running any script in the scripts/ directory, ensure the dependencies are installed.
Use the onekey CLI as the preferred method to run the skills.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-search-onekey-gateway - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-search-onekey-gateway触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Search 是什么?
Auto-generated skill for google-search tools via OneKey Gateway. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Google Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-search-onekey-gateway」即可一键安装,无需额外配置。
Google Search 是免费的吗?
是的,Google Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Search 支持哪些平台?
Google Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Search?
由 AI-Hub-Admin(@ai-hub-admin)开发并维护,当前版本 v0.1.0。