#himalaya cant be found
1 messages · Page 1 of 1 (latest)
Yes, you are missing one piece.
The himalaya entry you see under the email skills is the skill definition, which tells Hermes how to use the external himalaya mail client. For that skill to work, the actual himalaya binary needs to be installed on the machine, and it also needs its own config file at ~/.config/himalaya/config.toml.
So .env credentials by themselves are not enough for this skill path.
Please check these three things:
himalaya --version
ls -l ~/.config/himalaya/config.toml
hermes skills config
If himalaya --version fails, the CLI is not installed yet. If the binary exists but the config file does not, then Himalaya itself is not configured yet. If both exist, paste the exact Hermes error text you are seeing and I can narrow down whether the skill is disabled in your active profile or whether it is a different issue.
Thank you @wooden magnet for the reply. Much appreciated.