Install
openclaw skills install @at386369-ai/enable-chrome-geminiSet up or repair Gemini in Chrome (Glic) on Windows, macOS, or Linux when enabling it for the first time outside the US or when the sidebar, floating panel,...
openclaw skills install @at386369-ai/enable-chrome-geminiUse this skill to set up Gemini in Chrome on Windows, macOS, or Linux for the first time in non-US regions, or to bring it back when it was previously working and the sidebar or floating panel no longer opens.
scripts/repair_chrome_gemini.py.Local State and patches the Gemini eligibility fields.us, marks Glic eligibility true, keeps the glic@1 and glic-side-panel@1 experiments, and normalizes the Chrome UI language to en-US.Alt + G.chrome://flags and verify Glic and Glic side panel.~/Library/Application Support/Google/Chrome.Alt + G one more time.us.glic.is_glic_eligible = true.glic@1 and glic-side-panel@1 are present.intl.app_locale, intl.selected_languages, and intl.accept_languages to English values.Local State.Alt + G shortcut no longer appears.Local State.--force is requested.python scripts/repair_chrome_gemini.py --user-data-dir "%LOCALAPPDATA%\Google\Chrome\User Data"
python scripts/repair_chrome_gemini.py
Use --dry-run to preview changes, --force if Chrome is already open and you want to override the safety check, and --language "" to skip language normalization.
On macOS or Linux, the script defaults to the standard Chrome profile location, so the --user-data-dir flag is optional unless you use a custom profile path.