by pyrate-llama
The command center for Hermes Agent — chat, steer, browse files, manage skills, and monitor everything from a single glassmorphic HTML app.
# Add to your Claude Code skills
git clone https://github.com/pyrate-llama/hermes-uiLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:11:07.113Z",
"npmAuditRan": true,
"pipAuditRan": false
}See how hermes-ui compares with popular alternatives.
hermes-ui is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pyrate-llama. The command center for Hermes Agent — chat, steer, browse files, manage skills, and monitor everything from a single glassmorphic HTML app. It has 199 GitHub stars.
Yes. hermes-ui 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/pyrate-llama/hermes-ui" and add it to your Claude Code skills directory (see the Installation section above).
hermes-ui is primarily written in HTML. It is open-source under pyrate-llama 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-ui against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
English · 简体中文
The command center for Hermes Agent — chat, steer, browse files, manage skills, and monitor everything from a single glassmorphic HTML app.
Built as a single-file HTML application with React 18, Hermes UI provides a full-featured chat interface, real-time log streaming, file browsing, memory inspection, and more — all through a lightweight Python proxy server.








Reasoning Notes memory safety
Large chat recovery and browser memory
Workspace and updater polish
Agent workspace clarity
Release reliability
/api/version compares published Releases with repository tags, so a delayed Release cannot leave the UI reporting an older versionv* tag publishes generated GitHub release notesCrash recovery context repair
Sidebar ordering hotfix
Cancellation + sidebar ordering
Sidebar stability
Discussion feedback fixes
gtp-* entries, and makes custom model selection apply reliablyHermes UI 3.3.11 fixes stale compact context that could make an active chat look reset.
Session continuity
context_messages has fewer user turns than the saved transcript and no real compression marker exists, Hermes rebuilds from the full transcriptHermes UI 3.3.10 aligns normal chat context handling with the reference UI.
Context continuity
Hermes UI 3.3.9 adds video uploads for local/video-capable model workflows such as Kimi.
Video uploads
uploads/ folder and attached to the prompt by local pathHermes UI 3.3.8 fixes silent context narrowing in short chats with large tool receipts.
Reference-aligned context selection
context_messagesHermes UI 3.3.7 makes recovered UI tool receipts visible to model context without pretending they are provider-native tool calls.
Recovered tool receipt context
toolCalls are shown as UI-observed tool events, not forged provider-native tool_callsHermes UI 3.3.6 fixes the browser/server repair path that could drop recent UI tool receipts after a transcript drift repair.
Tool receipt recovery
/api/session/health can now recover browser-persisted toolCalls from ~/.hermes/ui-conversations.json when the se