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.
npx skills add TheBlueHouse75/hermes-action-bridge --skill codexgit clone --depth 1 https://github.com/TheBlueHouse75/hermes-action-bridgeWrote 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.
[](https://agentmods.dev/skills/thebluehouse75/hermes-action-bridge/codex)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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_planfor plan-mode analysis, but treat it as open-world and review its output. - Use
hermes_submit, thenhermes_job_status/hermes_result, for a long cancellable plan or draft. - Use
hermes_cancelwhen a queued or running job is no longer wanted.
External side effects
For public posts, outbound messages, deletes, payments, credential changes, or git pushes:
- Call
hermes_prepareto produce a local no-tool summary and approval ID. - Call
hermes_approveto 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. - Call
hermes_rejectwhen 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:
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.
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.
- 8d ago First seen · 65 lines · 47 tokens per session scan A cea879f542e8
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.
Other skills, from other repositories
copilot-cli
A guide for using GitHub Copilot from the command line, including sign-in, operating modes, permissions, and GitHub connections.
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.
persona-event-coordinator
Plan and manage events — scheduling, invitations, and logistics.
persona-researcher
Organize research — manage references, notes, and collaboration.
persona-team-lead
Lead a team — run standups, coordinate tasks, and communicate.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.