feat: add native Hermes Agent support#4
Open
YanxiangAo wants to merge 1 commit into
Open
Conversation
- Add install-hermes.sh: symlink entire repo to ~/.hermes/skills/cheat-on-money/ Hermes supports nested skill directories, so all relative paths (../../shared-references/, etc.) resolve correctly without copying. - Update README.md: add Hermes installation section, note that Claude Code / Codex / Hermes installs can coexist. - Update all 6 SKILL.md cross-platform notes: - Document Hermes resource path behavior - Map Hermes web_search/web_extract equivalents - Note that allowed-tools is Claude-only, Hermes ignores it. Refs: Hermes skill discovery uses category/<name>/SKILL.md structure.
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 first-class support for Hermes Agent, an open-source AI agent framework that supports nested skill directories and native / discovery.
What changed
New file:
Updated:
Updated: all 6 files
Why this approach
Hermes' skill system uses structure and supports nested directories. This means the entire repo can be registered as a single category, and all 6 sub-skills are auto-discovered. Unlike Codex (which needs per-skill symlinks), Hermes handles the original relative paths natively.
All three installs (Claude Code / Codex / Hermes) are mutually compatible and can coexist.
Tested
cc @XBuilderLAB