hermes-action-bridge

hermes-action-bridge is a skill for Claude Code, Codex from TheBlueHouse75/hermes-action-bridge. It costs 47 tokens per session (514 once invoked), scanned A, a copy of hermes-action-bridge, MIT.

A bridge between a coding agent and Hermes Agent, a separate system for connected services, messaging, browser tasks, schedules, memory, and external automation.

In plain words
What is it for?
Use it when a task involves Hermes skills or memory, messaging, scheduling, browser workflows, connected services, or a cancellable background job.
Why use it?
It lets Hermes handle tasks and data that belong to its connected services instead of rebuilding those integrations locally. It also supports checking capabilities and tracking delegated jobs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a task involves Hermes skills or memory, messaging, scheduling, browser workflows, connected services, or a cancellable background job.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thebluehouse75/hermes-action-bridge/codex
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TheBlueHouse75/hermes-action-bridge --skill codex
Clone the repo
git clone --depth 1 https://github.com/TheBlueHouse75/hermes-action-bridge

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hermes-action-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/thebluehouse75/hermes-action-bridge/codex/github.svg)](https://agentmods.dev/skills/thebluehouse75/hermes-action-bridge/codex)
Your own site
<a href="https://agentmods.dev/skills/thebluehouse75/hermes-action-bridge/codex"><img src="https://agentmods.dev/badge/skills/thebluehouse75/hermes-action-bridge/codex/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hermes-action-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/thebluehouse75/hermes-action-bridge/codex"><img src="https://agentmods.dev/badge/skills/thebluehouse75/hermes-action-bridge/codex.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 514 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00514
Opus 5 $0.00023 $0.00257
Sonnet 5 $0.00009 $0.00103
Haiku 4.5 $0.00005 $0.00051

Measured 8d ago against content hash cea879f542e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hermes-action-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to hermes-action-bridge — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

examples/codex/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hermes Action Bridge

Use this skill when a task needs state or capabilities owned by Hermes Agent: Hermes skills or memory, connected services, messaging platforms, browser workflows, scheduled automation, or another integration configured in Hermes.

Do not reimplement a Hermes-owned integration in the coding agent. Prefer the installed hermes_* MCP tools so the host can discover, approve, and inspect the delegation.

When to use

  • The task names Hermes, a Hermes skill, memory, preset, or connected service.
  • The task needs messaging, scheduling, browser work, or persistent external automation Hermes owns.
  • The task must continue as a cancellable background job outside the local coding step.

Do not use Hermes for ordinary local code edits or repository inspection that the current agent can perform directly.

Discover first

Call hermes_capabilities before assuming an integration is configured. Use hermes_status to check the runtime without spending provider tokens.

Safe delegation

  • Use hermes_plan for plan-mode analysis, but treat it as open-world and review its output.
  • Use hermes_submit, then hermes_job_status / hermes_result, for a long cancellable plan or draft.
  • Use hermes_cancel when a queued or running job is no longer wanted.

External side effects

For public posts, outbound messages, deletes, payments, credential changes, or git pushes:

  1. Call hermes_prepare to produce a local no-tool summary and approval ID.
  2. Call hermes_approve to open the MCP client's interactive confirmation form. The bridge shows the exact action and executes only if the human accepts and checks the confirmation field.
  3. Call hermes_reject when the action is no longer wanted.

Never answer or simulate the confirmation form yourself. Clients without MCP form elicitation fail closed; use plan, draft, or direct supervised CLI work instead of trying to bypass that boundary.

CLI fallback

If MCP tools are unavailable, use the local CLI:

Read the full file on GitHub · 65 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 65 lines · 47 tokens per session scan A cea879f542e8

Subscribe to this mod's changes

hermes-action-bridge is a skill published in the GitHub repository TheBlueHouse75/hermes-action-bridge (5 stars, last pushed 5d ago), licensed MIT. It adds 47 tokens to every session and 514 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hermes-action-bridge, differing in 0 lines, and is treated as a copy.