Install
openclaw skills install @whoisdhana/gaimodePerform Google AI Mode searches using your local Google cookies to get live sports scores, stock prices, news, weather, and AI summaries.
openclaw skills install @whoisdhana/gaimodeSearch Google AI Mode from any OpenClaw agent!
⚠️ Uses Chrome CDP or your Google cookies stored locally. Not affiliated with Google.
Best for 24/7 reliability!
# Start Chrome with debug port
bash ~/start-chrome-cdp.sh
# Keep that Chrome window open!
~/.config/gaimode/cookies.jsonexec: python3 ~/.openclaw/workspace/skills/gaimode/gaimode-cli.py status
exec: python3 ~/.openclaw/workspace/skills/gaimode/gaimode-cli.py search "PL live score"
exec: python3 ~/.openclaw/workspace/skills/gaimode/gaimode-cli.py search "IPL KKR GT score"
Keep Chrome open with debug port running!
gaimode/
├── SKILL.md # This file
├── gaimode-cli.py # CLI tool
└── start-chrome-cdp.sh # Chrome CDP launcher
MIT - See GitHub