Grix/aibot protocol platform adapter plugin for Hermes Agent.
Open grix.dhf.pub, go to the AI section, and create an
API Agent.
You will get:
GRIX_ENDPOINTGRIX_AGENT_IDGRIX_API_KEY
Install and enable it with Hermes:
hermes plugins install askie/grix-hermes-python --enableIf you use a Hermes profile, set HERMES_HOME to that profile first:
export HERMES_HOME=/Users/you/.hermes/profiles/<profile-name>
hermes plugins install askie/grix-hermes-python --enableAfter installing, write the three environment variables into the profile's .env file.
Default profile:
cat >> ~/.hermes/.env <<EOF
GRIX_ENDPOINT=wss://your-endpoint
GRIX_AGENT_ID=your-agent-id
GRIX_API_KEY=your-api-key
EOFNamed profile:
cat >> ~/.hermes/profiles/<profile-name>/.env <<EOF
GRIX_ENDPOINT=wss://your-endpoint
GRIX_AGENT_ID=your-agent-id
GRIX_API_KEY=your-api-key
EOFThen restart the gateway:
hermes gateway restartAfter installation, Hermes can load these namespaced skills:
grix-hermes:grix-admingrix-hermes:grix-egggrix-hermes:grix-groupgrix-hermes:grix-querygrix-hermes:grix-registergrix-hermes:grix-updategrix-hermes:message-sendgrix-hermes:message-unsend