智能 Bark 推送助手,支持多用户管理、智能内容识别、历史记录追踪和消息更新功能

Install

openclaw skills install @liberalchang/barkpush

Config example

# 推送文本消息给单个用户
bark-push --user alice --content "会议将在10分钟后开始"

# 推送图片给多个用户
bark-push --user alice,bob --content "https://example.com/image.png"

# 推送带标题的消息给全部用户
bark-push --user all --title "系统通知" --content "服务器将在今晚维护"

# 更新已推送的消息
bark-push --update <push_id> --user alice --content "会议时间改为15分钟后"

# 查看帮助信息
bark-push --help-skill
Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
Config requirements
State dirs.bark-push