# 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.

- Skill: `zkl2333/bark` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zkl2333/bark`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zkl2333/bark/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zkl2333 (https://skillmd.com/u/zkl2333)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zkl2333/bark

---


# 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.

