Hermes Agent

Connect Hermes Agent to APIClaw through a custom OpenAI-compatible provider.

Hermes Agent is a terminal AI agent. If your build supports custom providers, point it at APIClaw.

Install

Follow the Hermes Agent install instructions for your platform, then verify:

bash
hermes --version

Configure APIClaw

bash
export APICLAW_API_KEY="sk-your-apiclaw-key"

Example ~/.hermes/config.yaml:

yaml
model:
  provider: custom
  default: YOUR_MODEL_ID

providers:
  custom:
    api: openai
    base_url: https://apiclaw.biz/v1
    api_key_env: APICLAW_API_KEY
SettingValue
Base URLhttps://apiclaw.biz/v1
API key envAPICLAW_API_KEY
ModelFull model ID from the model hub

Verify

bash
hermes chat --provider custom --model YOUR_MODEL_ID

Troubleshooting

If Hermes still uses its default provider, confirm the active provider is custom and the base URL is https://apiclaw.biz/v1.