Hey! I can see the issue โ your Clawdbot gateway isn't running. That's why you can't interact with Clawd.
The error is clear:
Gateway: unreachable (connect failed: connect ECONNREFUSED 127.0.0.1:18789)
To fix it, start the gateway service:
clawdbot gateway start
Or if you want it to run in the background automatically on boot:
clawdbot gateway start && sudo systemctl enable clawdbot