# Add to your Claude Code skills
git clone https://github.com/joeynyc/hermes-hudLast scanned: 5/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-07T06:36:47.066Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": false
}hermes-hud is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by joeynyc. TUI consciousness monitor for Hermes. It has 866 GitHub stars.
Yes. hermes-hud passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/joeynyc/hermes-hud" and add it to your Claude Code skills directory (see the Installation section above).
hermes-hud is primarily written in Python. It is open-source under joeynyc on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hermes-hud against similar tools.
No comments yet. Be the first to share your thoughts!
Hermes HUD is a consciousness monitor for AI agents. A terminal dashboard that watches an agent think — its memory, its mistakes, its growth over time. Built for Hermes, the AI assistant with persistent memory.
Part neofetch, part flight recorder, part existential crisis rendered in Unicode.
Hermes HUD reads from ~/.hermes/ and surfaces everything the agent knows about itself — conversations held, skills acquired, mistakes corrected, memory capacity, tool usage patterns, active projects, and more. All values are pulled live from your agent's data. Your HUD reflects your agent's actual state.
Color themes, selectable from the command palette (ctrl+p):
Requires Python 3.11+.
git clone https://github.com/joeynyc/hermes-hud.git
cd hermes-hud
python3.11 -m venv venv
source venv/bin/activate
pip install -e .
Hermes HUD works out of the box. For non-standard setups:
| Environment Variable | Default | Description |
|---|---|---|
HERMES_HOME |
~/.hermes |
Agent data directory |
HERMES_HUD_PROJECTS_DIR |
~/projects |
Directory to scan for git repos |
HERMES_HUD_NOBOOT |
(unset) | Skip boot animation |
Works on macOS and Linux.
hermes-hud # Interactive TUI
hermes-hud --text # Text summary to stdout
hermes-hud --snapshot # Save a snapshot for diff tracking
hermes-hud --ai # AI awakening neofetch
hermes-hud --br # Blade Runner neofetch
hermes-hud --fsociety # Mr. Robot neofetch
hermes-hud --anime # Mewtwo ASCII art neofetch
hermes-hud --help # Show all options
| Key | Action |
|---|---|
1-9 |
Switch tabs |
j / k |
Scroll down / up |
g / G |
Jump to top / bottom |
r |
Refresh data |
q |
Quit |
git clone https://github.com/joeynyc/hermes-hud.git
cd hermes-hud
python3.11 -m venv venv
source venv/bin/activate
make dev
pytest tests/ -v
See CHANGELOG.md for version history.