bark-notify-uninstall

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

An uninstall guide for removing Bark notification setup from Claude Code on macOS, Linux, or Windows. Bark sends notifications to an iPhone.

In plain words
What is it for?
Use it to clean up Bark notifications, delete its completion hooks, or reset the local Bark setup after confirming removal.
Why use it?
It removes Bark hooks and scripts while preserving unrelated Claude Code settings.

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 clean up Bark notifications, delete its completion hooks, or reset the local Bark setup after confirming removal.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall/github.svg)](https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall)
Your own site
<a href="https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall"><img src="https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall/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-uninstall

Your own site · 80×15
<a href="https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall"><img src="https://agentmods.dev/badge/skills/ruiiiovo/claude-code-bark-notify/bark-notify-uninstall.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 342 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00050 $0.00342
Opus 5 $0.00025 $0.00171
Sonnet 5 $0.00010 $0.00068
Haiku 4.5 $0.00005 $0.00034

Measured 10d ago against content hash 8819f87367da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

bark-notify-uninstall scanned grade B with 1 finding 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 10d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

2. Read `~/.claude/settings.json` if it exists.
skills/bark-notify-uninstall/SKILL.md · 30 lines

What it actually says

Bark Notify Uninstall

Remove the Bark notification hook and script from the local Claude Code environment.

Behavior

  1. Detect the current OS (same method as setup: check working directory path or $env:OS).
  2. Read ~/.claude/settings.json if it exists.
  3. Remove the Stop, StopFailure, SessionEnd, and Notification hooks that reference claude-stop-bark.sh (macOS/Linux) or claude-stop-bark.ps1 (Windows).
    • Preserve all other hooks and settings.
    • If a hook event has other hooks besides the Bark one, keep those.
    • If a hook event does not exist, skip it.
    • If removing all Bark hooks leaves the hooks key empty, remove the hooks key entirely.
  4. Delete the platform-specific script if it exists:
    • macOS/Linux: ~/.claude/claude-stop-bark.sh
    • Windows: %USERPROFILE%\.claude\claude-stop-bark.ps1 (resolve the absolute path)
  5. Report what was removed to the user.

Safety rules

  • Never delete unrelated hooks or settings.
  • If ~/.claude/settings.json is malformed, stop and report the problem.
  • Confirm with the user before removing files.
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. 10d ago First seen · 30 lines · 50 tokens per session scan B 8819f87367da

Subscribe to this mod's changes

bark-notify-uninstall is a skill published in the GitHub repository RUIIIOVO/claude-code-bark-notify (5 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 342 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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