bark-notify-test

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

A test command for Bark, a notification service, in a Claude Code setup on macOS or Windows. It sends a verification alert through the configured local script.

In plain words
What is it for?
Use it to test Bark notifications, check a Claude Code completion alert, or troubleshoot a failed delivery.
Why use it?
It confirms that completion notifications can reach your phone and that the configured encryption and delivery path work.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

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

Good fit Use it to test Bark notifications, check a Claude Code completion alert, or troubleshoot a failed delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ruiiiovo/claude-code-bark-notify/bark-notify-test
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-test
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-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test/github.svg)](https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test)
Your own site
<a href="https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test"><img src="https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bark-notify-test

Your own site · 80×15
<a href="https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test"><img src="https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 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.00047 $0.00429
Opus 5 $0.00023 $0.00215
Sonnet 5 $0.00009 $0.00086
Haiku 4.5 $0.00005 $0.00043

Measured 9d ago against content hash 208527a94b6b, 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-test 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 9d 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-test/SKILL.md · 31 lines

What it actually says

Bark Notify Test

Send one verification notification using the user's local Bark script or Bark configuration.

Behavior

  1. Detect the current OS (same method as setup: check working directory path or $env:OS).
  2. Check for the platform-specific script:
    • macOS/Linux: ~/.claude/claude-stop-bark.sh
    • Windows: %USERPROFILE%\.claude\claude-stop-bark.ps1 (resolve the absolute path)
  3. If the script exists, use it for the test instead of inventing a second send path.
  4. Pipe a Stop payload with the current or user-provided project name through the script:
    • macOS/Linux: echo '{"hook_event_name":"Stop","cwd":"/path/to/project"}' | bash ~/.claude/claude-stop-bark.sh
    • Windows: echo '{"hook_event_name":"Stop","cwd":"C:\\path\\to\\project"}' | powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File "C:\Users\<username>\.claude\claude-stop-bark.ps1"
  5. Tell the user exactly what should appear on the phone:
    • title = project name
    • body = ✅ Claude Code 已完成
  6. If the notification fails, read ../bark-notify/references/troubleshooting.md and debug from there.

Notes

  • Prefer a real push test over a dry run when the user explicitly asks for verification.
  • For encrypted mode, the most common failure is mismatched Bark iPhone settings or wrong key.
  • On Windows, if powershell.exe exits with a non-zero code, check that the absolute script path is correct and that the script file exists.
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. 9d ago First seen · 31 lines · 47 tokens per session scan A 208527a94b6b

Subscribe to this mod's changes

bark-notify-test is a skill published in the GitHub repository RUIIIOVO/claude-code-bark-notify (5 stars, last pushed 4mo ago), licensed MIT. It adds 47 tokens to every session and 429 once invoked, about $0.0002 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