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 --versionConfigure 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| Setting | Value |
|---|---|
| Base URL | https://apiclaw.biz/v1 |
| API key env | APICLAW_API_KEY |
| Model | Full model ID from the model hub |
Verify
bash
hermes chat --provider custom --model YOUR_MODEL_IDTroubleshooting
If Hermes still uses its default provider, confirm the active provider is custom and the base URL is https://apiclaw.biz/v1.