π¦ ClawHub
AgentRx
by @chainassetslab
AgentRx recovery layer for AI agent tool failures. Use this skill whenever any external tool call fails, returns an error, times out, or behaves unexpectedly...
βοΈ Configuration
Set these environment variables in your OpenClaw config:
AGENTRX_API_KEY=your_api_key_here AGENTRX_BASE_URL=https://agentrx-production.up.railway.app
Get an API key at https://chainassetslab.com β a free trial key is available for evaluation, and dedicated keys are available for production use. Do NOT hardcode the key in any script. Read it from the environment.
Verify the integration is active:
curl -s -X GET "${AGENTRX_BASE_URL}/v1/openclaw/status" -H "X-API-Key: ${AGENTRX_API_KEY}" | jq '.'
TERMINAL
clawhub install agentrx