🦀 ClawHub
Openclaw Skill
by @orbita-pos
AI monitoring that fixes your code — query alerts, trigger remediations, rollback deploys, chat with your infrastructure
⚙️ Configuration
The user needs an InariWatch account at https://app.inariwatch.com and a token from Settings -> API Tokens.
Option 1 — Auto-detect (recommended):
npx @inariwatch/mcp init
This detects OpenClaw and configures automatically.Option 2 — Manual CLI:
openclaw mcp set inariwatch '{"url":"https://mcp.inariwatch.com","transport":"streamable-http","headers":{"Authorization":"Bearer YOUR_TOKEN"}}'
Option 3 — Edit config directly:
Add to ~/.openclaw/openclaw.json:
{
"mcp": {
"servers": {
"inariwatch": {
"url": "https://mcp.inariwatch.com",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
}
TERMINAL
clawhub install inariwatch