bark-notify

bark-notify is a skill for Claude Code from RUIIIOVO/claude-code-bark-notify. It costs 81 tokens per session (369 once invoked), scanned A, original, MIT.

A skill for setting up or troubleshooting Bark notifications from Claude Code to an iPhone on macOS, Linux, or Windows. Bark is an iPhone push-notification app.

In plain words
What is it for?
Guide Bark setup, choose plain or encrypted delivery, troubleshoot missing or unreadable notifications, and explain the Claude Code completion hooks involved.
Why use it?
It helps when you want to know that a coding session finished without watching the terminal, or when notifications fail to arrive.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the bark-notify plugin — 4 skills shipped together

Good fit Guide Bark setup, choose plain or encrypted delivery, troubleshoot missing or unreadable notifications, and explain the Claude Code completion hooks involved.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ruiiiovo/claude-code-bark-notify/bark-notify
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add RUIIIOVO/claude-code-bark-notify --skill bark-notify
Clone the repo
git clone --depth 1 https://github.com/RUIIIOVO/claude-code-bark-notify

Made for: Claude Code.

Or install bark-notify, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bark-notify

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify.svg)](https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify)
Your own site
<a href="https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify"><img src="https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.00369
Opus 5 $0.00041 $0.00185
Sonnet 5 $0.00016 $0.00074
Haiku 4.5 $0.00008 $0.00037

Measured 8d ago against content hash 6083ee852cec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bark-notify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bark-notify/SKILL.md · 44 lines

What it actually says

Bark Notify

This skill helps users set up or troubleshoot Bark notifications for Claude Code completion events on macOS, Linux, and Windows.

Use this skill for

  • guiding a new Bark notification setup
  • deciding between plain and encrypted Bark push
  • troubleshooting Bark failures, decryption failures, or missing notifications
  • explaining how Claude Code Stop hooks work for iPhone notifications

Working style

Prefer the lightest path that matches the user's intent.

  • If the user wants explanation only, guide them.
  • If the user wants direct setup, route them to /bark-notify:bark-notify-setup.
  • If the user wants to verify delivery, route them to /bark-notify:bark-notify-test.

Scope

This plugin focuses on one concrete outcome:

  • Claude Code session on macOS, Linux, or Windows
  • Bark notification on iPhone
  • notification sent when Claude finishes a turn

The default notification should stay minimal for readability:

  • title = current project name
  • body = Claude Code 已完成

References

Read these only when relevant:

  • references/bark-prereqs.md for Bark prerequisites and required user inputs
  • references/config-patterns.md for plain vs encrypted hook patterns (macOS/Linux bash and Windows PowerShell)
  • references/troubleshooting.md for failed delivery or decryption issues
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 44 lines · 81 tokens per session scan A 6083ee852cec

Subscribe to this mod's changes

bark-notify is a skill published in the GitHub repository RUIIIOVO/claude-code-bark-notify (5 stars, last pushed 4mo ago), licensed MIT. It adds 81 tokens to every session and 369 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

session-save

Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.

FlorianBruniaux/claude-code-plugins · 31 tokens

handoff-create

Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.

FlorianBruniaux/claude-code-plugins · 53 tokens

handoff-update

Update an existing handoff document with current session progress. Applies section-specific merge rules: append-only for Work Done (never deletes history), replace for Status and Next Steps, merge for Files and Discoveries. Falls back to creating a new handoff if no source file is found.

FlorianBruniaux/claude-code-plugins · 60 tokens

ccboard

Launch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.

FlorianBruniaux/claude-code-plugins · 37 tokens

context-compress

Use context-compress tools (execute, executefile) instead of Bash/cat when processing large outputs. Trigger phrases: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis"…

Open330/context-compress · 284 tokens

context-compress-audit

Audit a repository, plugin setup, or agent session for raw Bash, Read, WebFetch, and MCP outputs that should be routed through context-compress instead. Use when asked to find context waste, raw tool output waste, missing plugin routing, or places where large command/file/web output still enters the agent context…

Open330/context-compress · 70 tokens