#windows clawhub install himalaya

1 messages · Page 1 of 1 (latest)

vocal rapids
#

Trying to use himalaya, but after running "clawhub install himalaya" and trying to use the himalaya prefix, it reports error: The term 'himalaya' is not recognized as the name of a cmdlet etc.

jaunty doveBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

idle cairnBOT
#

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:

  1. Install the Himalaya CLI
  1. 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.
  1. Make sure you installed the skill into the right workspace
  • ClawHub installs into ./skills under 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.