bark-push
Installation
SKILL.md
Bark Push Notification
Send push notifications to iOS via Bark API.
Setup
1. 环境变量配置
Bark API endpoint: https://api.day.app/{device_key}
Device key 可以从以下环境变量读取 (按优先级):
BARK_KEYBARK_DEVICE_KEY(OpenClaw 默认配置)
配置方式 (在 ~/.zshrc 中):
export BARK_KEY="你的Bark设备Key"