Automation

Hermes Bridge

> Built by **GetAgentIQ** — [getagentiq.ai](https://getagentiq.ai)

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

Hermes Bridge

> Built by GetAgentIQ — [getagentiq.ai](https://getagentiq.ai)

Run Hermes Agent as an OpenClaw sub-agent. Best of both worlds: OpenClaw orchestration + Hermes self-repair.

Architecture


OpenClaw (orchestrator)
  ├── Native agents (Sonnet, Haiku, etc.)
  ├── Hermes Agent (via bridge)
  │     ├── Self-repair capability
  │     ├── Local model support (Gemma 4, etc.)
  │     └── Coding specialization
  └── Results → OpenClaw memory/flow

Commands

Start Hermes Bridge


Start the Hermes bridge

Runs scripts/hermes_bridge.py --start to verify Hermes is installed and start the bridge process.

Send Task to Hermes


Send this coding task to Hermes: build a REST API for user management

Runs scripts/hermes_bridge.py --task "build a REST API for user management" to delegate to Hermes.

Check Hermes Status


Check if Hermes is running

Runs scripts/hermes_bridge.py --status to check Hermes availability.

Configure Bridge


Configure Hermes bridge with model gemma4-27b and workspace /tmp/hermes-work

Runs scripts/hermes_bridge.py --config --model gemma4-27b --workspace /tmp/hermes-work

When to Use Hermes vs Native

Route to Hermes:

Keep in OpenClaw:

Configuration

Bridge config stored at ~/.openclaw/workspace/hermes-bridge-config.json:


{
  "hermes_path": "hermes",
  "model": "gemma4-27b",
  "workspace": "/tmp/hermes-bridge",
  "timeout_seconds": 300,
  "self_repair_enabled": true,
  "max_repair_attempts": 3,
  "capture_output": true
}

Reference Files

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: hermes-bridge