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.
npx skills add RUIIIOVO/claude-code-bark-notify --skill bark-notifygit clone --depth 1 https://github.com/RUIIIOVO/claude-code-bark-notifyWrote 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.
[](https://agentmods.dev/skills/ruiiiovo/claude-code-bark-notify/bark-notify)<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>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.
| Model | Per session | Once 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 |
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.
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
Stophooks 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.mdfor Bark prerequisites and required user inputsreferences/config-patterns.mdfor plain vs encrypted hook patterns (macOS/Linux bash and Windows PowerShell)references/troubleshooting.mdfor failed delivery or decryption issues
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.
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.
- 8d ago First seen · 44 lines · 81 tokens per session scan A 6083ee852cec
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.
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.
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.
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.
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.
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"…
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…