Last active
February 1, 2026 19:02
-
-
Save StudioEtrange/2b442df1829fe530d5d76345dd6aa1a3 to your computer and use it in GitHub Desktop.
Various IAGen tools and tips
- OpenClaw : https://openclaw.ai/
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-daemonchoose google, google gemini-cli oauth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment