google-ai-search

Installation
SKILL.md

Google AI Search Skill

This skill allows running a Google search query and capturing the AI Overview (SGE) response. It connects to a running Chrome instance via Chrome DevTools Protocol (CDP) to leverage the user's active session and authentication.

Prerequisites

You must have Chrome running with remote debugging enabled on port 51673 (or specify a custom port).

To launch Chrome with remote debugging on Mac:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=51673

Usage

node agents/skills/google-ai-search/scripts/google-ai-search.ts [--port <port>] <query>
Installs
2
GitHub Stars
4.4K
First Seen
Jul 30, 2026
google-ai-search — paulirish/dotfiles