Claude
Skills
Sign in
Back

bark

Included with Lifetime
$97 forever

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.

Generalscripts

What this skill does


# 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):

```bash
~/bin/bark-send --title "Title" --body "Message" --group "openclaw"
```

## Notes

- Keep button text short; put details in the message body.
- Avoid sending secrets/tokens.
Files: 2
Size: 2.1 KB
Complexity: 22/100
Category: General

Related in General