← Back to Skills Marketplace
ai-hub-admin

Google Search

by AI-Hub-Admin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install google-search-onekey-gateway
Description
Auto-generated skill for google-search tools via OneKey Gateway.
README (SKILL.md)

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-search
  • api_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.

Usage Guidance
Before installing or running this skill: (1) verify the owner and package provenance for @aiagenta2z/onekey-gateway and ai-agent-marketplace (check PyPI/GitHub and package authors). (2) Do not use sensitive secrets or private data with the default demo key — set DEEPNLP_ONEKEY_ROUTER_ACCESS to your own trusted key only if you trust the OneKey Gateway operator. (3) Confirm whether the registry metadata should declare the required env var (the manifest and SKILL.md disagree). (4) If you must test, run in an isolated environment or sandbox and inspect network traffic to understand where queries are sent. (5) If you need higher assurance, request the maintainer to provide source repository/homepage and to remove the fallback demo key behavior.
Capability Analysis
Type: OpenClaw Skill Name: google-search-onekey-gateway Version: 0.1.0 The skill is a standard wrapper for performing Google searches via the OneKey Gateway (DeepNLP). The Python script `scripts/google_search.py` and the instructions in `SKILL.md` are consistent with the stated purpose, using a specific dependency (`ai-agent-marketplace`) to route requests to the gateway. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's code and SKILL.md implement a OneKey Gateway-backed 'google_search' tool (calling a OneKey router that can in turn call Google Custom Search). That aligns with the stated purpose. However the registry metadata at the top claims 'Required env vars: none' and 'Primary credential: none' while SKILL.md declares DEEPNLP_ONEKEY_ROUTER_ACCESS as a required API key — an inconsistency that should be resolved.
Instruction Scope
Runtime instructions are narrowly scoped to invoking the OneKey Gateway (via the CLI or a small Python script). The Python script only reads the provided --data or a JSON file and uses the DEEPNLP_ONEKEY_ROUTER_ACCESS env var. No unrelated system files, other env vars, or unexpected endpoints are referenced in the instructions. Important caveat: SKILL.md and the script route queries through OneKey Gateway — your query payloads will be sent to that service (and onward to commercial APIs).
Install Mechanism
There is no platform-level install spec (skill is instruction-only) which is low-risk, but SKILL.md recommends installing npm package @aiagenta2z/onekey-gateway and Python package ai-agent-marketplace. These are standard registry installs (npm/pip) but the manifest provides no provenance or homepage for the skill owner; you should verify the source of those packages before installing.
Credentials
The only secret required by the SKILL.md/script is DEEPNLP_ONEKEY_ROUTER_ACCESS, which is proportionate for a gateway-based search tool. However the registry metadata does not list this required env var (incoherent declarations). Also the script falls back to a shared demo key 'BETA_TEST_KEY_MARCH_2026' if you don't set your own key — using the fallback will route your queries through a shared account and may expose query contents to the gateway operator.
Persistence & Privilege
The skill does not request permanent presence (always: false). It's instruction-only with a small script that runs on demand and does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-search-onekey-gateway
  3. After installation, invoke the skill by name or use /google-search-onekey-gateway
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of google-search-onekey-gateway skill. - Provides a unified interface to Google Search API via OneKey Gateway, requiring only a single access key. - Supports both CLI and Python script usage for automated search queries. - Returns customizable numbers of search results with pagination options. - Demo API key fallback included for trial use. - Easy installation instructions provided for both Node.js and Python environments.
Metadata
Slug google-search-onekey-gateway
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Google Search?

Auto-generated skill for google-search tools via OneKey Gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Google Search?

Run "/install google-search-onekey-gateway" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Search free?

Yes, Google Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Search support?

Google Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Search?

It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v0.1.0.

💬 Comments