Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "google-ai-mode-skill" skill in my project. Repository: https://github.com/PleasePrompto/google-ai-mode-skill Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
Description
Use this skill when the user requests current information, documentation, coding examples, or web research beyond the knowledge cutoff. Queries Google's AI Search mode to retrieve comprehensive AI-generated overviews with source citations from 100+ websites. Returns markdown with inline footnoted references [1][2][3]. You will receive a detailed Markdown file with references and information summarized directly from Google's AI search. Ideal for you to get new information and clues for further research.
Examples
| User Query | Optimized Query | |-----------|----------------| | "React hooks" | "React hooks best practices 2026 (useState, useEffect, custom hooks, common pitfalls). Provide code examples." | | "What's new in Rust?" | "Rust 1.75 new features 2026 (async traits, impl Trait improvements, const generics, stabilized APIs). Include migration guide and code examples." | | "PostgreSQL vs MySQL performance?" | "PostgreSQL vs MySQL performance comparison 2026 (query optimization, indexing strategies, concurrent writes, JSON handling, scaling patterns). Provide benchmark data and use case recommendations." | | "How to handle errors in Go?" | "Go error handling patterns 2026 (error wrapping, custom errors, sentinel errors, panic vs error, testing error cases). Provide code examples and best practices comparison." | | "Learn FastAPI basics" | "FastAPI tutorial 2026 (routing, dependency injection, async endpoints, request validation with Pydantic, OpenAPI documentation, testing). Include step-by-step implementation guide." | Note: If user provides an already detailed query with version numbers and requirements, use it as-is.
Recommended Usage
`bash python scripts/run.py search.py --query "..." --save --debug ` The run.py wrapper automatically: • Creates .venv on first run • Installs dependencies (patchright, beautifulsoup4, html-to-markdown) • Activates virtual environment • Executes search script • Installs Google Chrome (not Chromium) for anti-detection
How It Works
• Persistent Browser Context: Uses saved browser profile at ~/.cache/google-ai-mode-skill/chrome_profile to preserve cookies/session between searches • Eliminates CAPTCHAs: Persistent context means Google recognizes the browser → rarely triggers CAPTCHA • AI Content Detection: Waits for Google AI Overview to appear on page • Citation Extraction: Injects JavaScript to extract source links from AI response • Markdown Conversion: Converts HTML to markdown with inline citations [1][2][3] • Fast Results: Typical search completes in 5-7 seconds (no CAPTCHA)
Getting Coding Examples
`bash python scripts/run.py search.py --query "WebSocket implementation Node.js 2026 (server setup, client connection, message handling, authentication, reconnection logic). Production-ready code examples." --save `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
