How to do quick web research without paying for a search API
使うタイミング: You want a short, cited answer to a factual question from Google's AI Mode.
前提条件
- Playwright (or the skill's browser of choice) installed — pip install playwright; playwright install chromium
- Skill cloned — git clone https://github.com/PleasePrompto/google-ai-mode-skill ~/.claude/skills/google-ai-mode-skill
フロー
-
Seed the profile onceRun the first-time setup so the browser profile is logged in and past the consent screens.✓ コピーしました→ Profile dir populated; no further prompts needed
-
QuerySearch Google AI Mode: 'What changed in React 19.2 regarding compiler defaults?' — return answer + citations.✓ コピーしました→ Short answer + citation URLs
-
Drill deeperFetch the top two citation pages and reconcile any contradictions.✓ コピーしました→ Reconciled summary
結果: A cited answer comparable to a paid search API, at $0.
注意点
- Profile gets logged out — Re-run the seeding flow; don't share the profile across machines
- Google layout changes and selectors break — Pin the skill version; update when upstream ships a fix