Browser-native side panel for Hermes Agent — connect web context to your local Hermes runtime.
# Add to your Claude Code skills
git clone https://github.com/abundantbeing/hermes-browser-extensionGuides for using ai agents skills like hermes-browser-extension.
Last scanned: 6/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-27T06:52:36.908Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}hermes-browser-extension is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by abundantbeing. Browser-native side panel for Hermes Agent — connect web context to your local Hermes runtime. It has 1,059 GitHub stars.
Yes. hermes-browser-extension 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/abundantbeing/hermes-browser-extension" and add it to your Claude Code skills directory (see the Installation section above).
hermes-browser-extension is primarily written in JavaScript. It is open-source under abundantbeing 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-browser-extension against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Browser-native side panel for Hermes Agent — connect active web context through a local gateway, Hermes Cloud, or a self-hosted remote gateway.
Created by Jon Komet (
@abundantbeing). Community extension for Hermes Agent by Nous Research.
Hermes Browser Extension is not a browser chatbot. It is a Chrome/Edge/Chromium side panel for the real Hermes Agent runtime. Choose a local gateway, attach to a signed-in Hermes Cloud agent tab, or connect to a self-hosted remote API/dashboard. Local and remote API connections can use the models, tools, skills, sessions, memory, and MCP servers already configured in Hermes; Cloud and dashboard-ticket connections are intentionally Chat-only.
This repo is specifically for the Hermes Browser Extension: the Chrome/Edge/Chromium side-panel integration for Hermes Agent.
| Side panel | Theme settings | Local agents |
|---|---|---|
| Browser behavior | Page-only context | Hermes compatibility |
Open the extension's full view for canonical Hermes sessions, model/runtime control, rich messages, generated media, and accurate session context telemetry in a browser-native workspace.
Hermes Web Alpha currently uses token-backed Local or Remote API connections. Hermes Cloud Preview and ticketed remote-dashboard transports remain Chat-only in the side panel; live full-view dashboard handoff is not shipped yet.
http://127.0.0.1:8642./meta / /metadata / /head for truthful captured-page metadata analysis: it reports only what the Browser context actually contains and explicitly calls out metadata classes that were not captured.Alt+H by default, customizable at chrome://extensions/shortcuts)./summarize, /explain, /rewrite, /tabs, and /action-items.[tool] markdown appended into answers.NoneType/int() traceback class.debugger, nativeMessaging, click/type/form-submit, cookies, history, bookmarks, or browser-control permissions in v0.1. The downloads permission is used only when the user explicitly saves generated images or artifacts.npm run build:firefox.| Surface | Supported in v0.1.11 | Fallback / note |
|---|---|---|
| Chrome / Edge / Chromium 114+ side panel | Yes | Primary public support target. |
| Brave / Comet / Chromium forks | Best-effort | Must expose the Chromium Side Panel API and extension clipboard permissions for Copy Diagnostics. |
| Firefox | Preview package | npm run build:firefox produces dist/firefox/ with Firefox-specific manifest adaptation. Chrome/Edge/Chromium remain the primary public support target. |
| Safari | Not shipped | Browser-family diagnostics exist, but no Safari package is included. |
| Local Hermes API server | Yes | Default path: http://127.0.0.1:8642. |
| Hermes Cloud | Yes, Trusted Dashboard Attach | Requires an active signed-in HTTPS Hermes Cloud agent tab. Uses a single-use WebSocket ticket and enforces Chat-only context. This is not a general cookie import or background account-discovery flow. |
| Remote API server |