Skip to content

Instantly share code, notes, and snippets.

@StudioEtrange
Last active February 1, 2026 19:02
Show Gist options
  • Select an option

  • Save StudioEtrange/2b442df1829fe530d5d76345dd6aa1a3 to your computer and use it in GitHub Desktop.

Select an option

Save StudioEtrange/2b442df1829fe530d5d76345dd6aa1a3 to your computer and use it in GitHub Desktop.
Various IAGen tools and tips

Various IAGen tools and tips

OpenClaw

How to Install OpenClaw on windows

Full install of openclaw on windows and setting to use gemini-cli models free tier Launch commands into a PowerShell terminal in administror mode

  • install git

    winget install git.git

  • install nodejs/npm

    winget install nodejs

  • install gemini-cli

    npm install -g @google/gemini-cli

openclaw plugins install google-gemini-cli-auth

  • install openclaw

    npm i -g openclaw

  • To relaunch openclaw sttings

    openclaw onboard --install-daemon choose google, google gemini-cli oauth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment