bark-push

Send push notifications to iOS devices via Bark. Use when you need to send a push notification to user's iPhone. Triggered by phrases like "send a notification", "push to phone", "bark notify", or when explicitly asked to send a push.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bark-push" with this command: npx skills add DeAntiWang/bark-push

Bark Push Notification

Send push notifications to iOS via Bark API.

Setup

Bark API endpoint: https://api.day.app/{device_key}

Device key can be:

  1. Set via environment variable: BARK_KEY
  2. Provided in each request

Sending Notifications

Simple Push (GET)

curl "https://api.day.app/$BARK_KEY/标题/内容"

With Parameters (GET)

curl "https://api.day.app/$BARK_KEY/标题/内容?badge=1&sound=minuet"

JSON Push (POST)

curl -X POST "https://api.day.app/$BARK_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"title": "标题", "body": "内容", "badge": 1}'

Parameters

参数说明
title推送标题
body推送内容
subtitle副标题
badge角标数字
sound铃声名称
image图片URL
url点击跳转URL
group分组
level中断级别 (critical/active/timeSensitive/passive)

Common Sounds

  • default
  • minut
  • alarm
  • bird
  • bell
  • cha_ching
  • doorbell
  • droplet
  • horn
  • light
  • mail
  • rimba
  • siren
  • spinebreak
  • spring
  • streak
  • sword
  • tip

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Agent Dev Workflow

Orchestrate coding agents (Claude Code, Codex, etc.) to implement coding tasks through a structured workflow. Use when the user gives a coding requirement, f...

Registry SourceRecently Updated
Coding

Cortex Engine

Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and...

Registry SourceRecently Updated
Coding

Skill Blocker - 安全守卫

Blocks execution of dangerous commands and risky operations like destructive deletions, credential theft, code injection, and unauthorized system changes to...

Registry SourceRecently Updated
014
Profile unavailable