Bark (day.app)
Send a push notification via a Bark endpoint (day.app).
Setup
- Store your Bark base URL (with trailing slash) in:
~/.openclaw-secrets/bark.urlwith a single line:BARK_URL=https://api.day.app/<key>/- file permissions should be
600.
Send a push
Prefer POST (avoids URL length limits):
~/bin/bark-send --title "Title" --body "Message" --group "openclaw"
Notes
- Keep button text short; put details in the message body.
- Avoid sending secrets/tokens.