Bark

Send Bark (day.app) push notifications via HTTP. Use when asked to push a short message/alert to iPhone/iPad via Bark/day.app, including scheduled digests and quick “push to phone” actions.

zkl2333 442ac2e 2 files · 2.1 KB Updated

File contents

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.url with 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.

zkl2333/skills/tree/main/skills/bark commit 442ac2ec66

Frequently asked questions

npx skillmds@latest add zkl2333/bark