#windows clawhub install himalaya
1 messages · Page 1 of 1 (latest)
clawhub install himalaya only installs the OpenClaw skill (a folder + SKILL.md) — it does not install the actual Himalaya CLI binary onto your machine.
That PowerShell error (“himalaya is not recognized…”) means the OpenClaw host (Gateway / node where exec runs) can’t find a himalaya executable on its PATH.
What to do on Windows:
- Install the Himalaya CLI
- Upstream supports Windows via Scoop: https://github.com/pimalaya/himalaya#scoop
(after install,himalaya --versionshould work in a fresh terminal)
- Restart whatever is running OpenClaw
- If your Gateway is running as a service / in a different terminal, it may not see PATH changes until you restart the Gateway.
- Make sure you installed the skill into the right workspace
- ClawHub installs into
./skillsunder your current directory unless you used--workdir. (Docs: https://docs.openclaw.ai/tools/clawhub) - After installing a skill, start a new OpenClaw session so it gets picked up.