Google Search Nino
/install google-search-nino
Google Search Skill
This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).
Setup
- Google Cloud Console: Create a project and enable the "Custom Search API".
- API Key: Generate an API Key.
- Search Engine ID (CX): Create a Programmable Search Engine at cse.google.com, and get your CX ID.
- Environment: Store your credentials in a
.envfile in your workspace:GOOGLE_API_KEY=your_key_here GOOGLE_CSE_ID=your_cx_id_here
Workflow
... (rest of file)
Example Usage
GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-search-nino - After installation, invoke the skill by name or use
/google-search-nino - Provide required inputs per the skill's parameter spec and get structured output
What is Google Search Nino?
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_se... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Google Search Nino?
Run "/install google-search-nino" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Search Nino free?
Yes, Google Search Nino is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Search Nino support?
Google Search Nino is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Search Nino?
It is built and maintained by ninonano64 (@ninonano64); the current version is v1.0.0.