feat: add Hermes Agent installation paths and bundle installer - #25
Open
OmniaZ1 wants to merge 1 commit into
Open
feat: add Hermes Agent installation paths and bundle installer#25OmniaZ1 wants to merge 1 commit into
OmniaZ1 wants to merge 1 commit into
Conversation
- install.sh: adds project-level (.hermes/skills/creative) and user-level paths ($HERMES_HOME, $HOME/AppData/Local/hermes, $HOME/.hermes) for Hermes Agent - install-hermes.sh: Hermes-native bundle installer that calls 'hermes skills install' for all 4 sub-skills + router skill - updates final usage message to list Hermes slash commands Tested on Windows (git-bash/MSYS) and Linux.
ibelick
force-pushed
the
main
branch
5 times, most recently
from
June 29, 2026 17:16
9a38a39 to
c028f9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Hermes Agent support to the UI Skills installer.
Changes
install.sh— 3 additions:.hermes/skills/creativeauto-detect (line ~237)$HERMES_HOME/skills/creative(env var, any platform)$HOME/AppData/Local/hermes/skills/creative(Windows)$HOME/.hermes/skills/creative(Linux/macOS)install-hermes.sh— new bundle installer:hermes skills installto install all 4 sub-skills from raw GitHub URLsui-skillsrouter skill for skill discovery/routingWhat is Hermes Agent?
Hermes Agent by Nous Research — an open-source AI agent framework with native skill support, used alongside Claude Code, Codex, Cursor, etc. It uses the same Agent Skills format (agentskills.io) and auto-discovers
SKILL.mdfiles under~/.hermes/skills/.Testing
$HERMES_HOMEset)$HERMES_HOME/skills/creative/$HERMES_HOMEunset,$HOME/AppData/Local/hermesexists)$HOME/.hermes/skills/exists)~/.hermes/skills/creative/.hermes/skills/creative/exists in CWD)Hermes runs natively on Windows, macOS, and Linux with support for all major LLM providers.
Screenshots
No UI changes — installer-only. After install, Hermes users can run: