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 agentmods add instructions/saiso/claude-code-notifier/claude-mdgit clone --depth 1 https://github.com/saiso/claude-code-notifierWhat 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 | $0.00884 | $0.00884 |
| Opus 5 | $0.00442 | $0.00442 |
| Sonnet 5 | $0.00177 | $0.00177 |
| Haiku 4.5 | $0.00088 | $0.00088 |
Grade A, and why
claude-code-notifier CLAUDE.md 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
claude-code-notifier
概要
macOS 向け通知ツール。Claude Code の hook(idle_prompt / PermissionRequest)から呼び出されることを想定したが、一般の macOS CLI としても動く。Swift + UserNotifications framework で書かれた .app バンドル。
プロジェクト構成
claude-code-notifier/
├── LICENSE # MIT
├── README.md # ユーザー向けドキュメント
├── CHANGELOG.md # バージョン履歴
├── TRADEMARKS.md # 商標・第三者ライセンス
├── CLAUDE.md # このファイル、プロジェクト運用メモ
├── install.sh # ビルド + 配置
├── uninstall.sh # 削除
├── scripts/
│ ├── claude-code-notifier.swift # アプリ本体
│ ├── generate-notifier-icon.swift # アイコン合成
│ └── build.sh # ビルド本体
└── assets/
└── heroicons-bell-solid.svg # Heroicons MIT
技術スタック
- Swift(UserNotifications + AppKit)
- 依存: librsvg(ビルド時の SVG → PNG 変換)
- 最低対応: macOS 12.0 Monterey
- ビルド: universal binary(arm64 + x86_64)
- 署名: ad-hoc(配布時は Developer ID 署名・notarization を推奨)
運用ルール
バージョニング
SemVer。scripts/build.sh の BUNDLE_VERSION と CHANGELOG.md を同時更新する。リリース時は git tag v1.0.0 形式でタグを打ち、GitHub Releases に zip を添付する。
アイコン素材の取り扱い
Heroicons の SVG は assets/heroicons-bell-solid.svg にリポジトリ同梱。MIT License なので再配布可。更新時は TRADEMARKS.md の著作権表記を確認する。
Apple SF Symbols は使わない。アプリアイコンへの使用が SF Symbols License Agreement で禁止されているため。
セキュリティ・品質の担保
過去の empirical-prompt-tuning 評価で指摘された項目は全て対応済み(2026-04-22)。変更を加える際は以下を意識する。
- CLI 引数のサニタイズ(soundName allowlist、bundleID allowlist、body 長さ制限、制御文字除去)
- 設定ファイル破損時のデフォルト fallback
- ログは CLAUDE_CODE_NOTIFIER_DEBUG=1 のときのみ
- 署名後に plist を変更しない(codesign 検証が失敗するため)
- Dock / Finder の無用な再起動をユーザーに押し付けない
配布の流れ
git tag vX.Y.Z && git push --tags- GitHub Releases で zip(tarball)を公開
- 将来的に Homebrew tap(
saiso/tap)でbrew install対応を検討
今後の拡張候補
- Homebrew tap の作成
- Developer ID 署名と notarization(配布物の Gatekeeper 警告をなくす)
- 設定 CLI サブコマンド(
claude-code-notifier config set idle-sound Heroなど) - 他の OS(Linux)対応は対象外(macOS 固有ツール)
参考
- Anthropic Claude Code: https://claude.com/product/claude-code
- Heroicons: https://heroicons.com
- UserNotifications framework: https://developer.apple.com/documentation/usernotifications
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.
- 2d ago First seen · 74 lines · 884 tokens per session scan A 6a8dc936100a
claude-code-notifier CLAUDE.md is an instructions file published in the GitHub repository saiso/claude-code-notifier (0 stars, last pushed 4mo ago), licensed MIT. It adds 884 tokens to every session, about $0.0044 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 instructions, from other repositories
mectrics AGENTS.md
Instructions for farukkamcici/mectrics, covering agents.md — working agreement for mectrics, 0. golden rule: english-only repository, 1. project shape, 2. internationalization (i18n) and 3. menu bar rendering rules.
mectrics CLAUDE.md
Instructions for farukkamcici/mectrics, covering claude.md, absolute must-knows (see agents.md for detail), fast local loop (no xcode ui), build & run the app and notes.
Vesta AGENTS.md
Instructions for vestaterm/Vesta, covering agents.md — rules for ai agents working in vesta, golden rules, build / run / test, architecture (where things live, all under sources/) and config & cli.
DeepSeekMeter AGENTS.md
Instructions for CWNU-Open-Source-Community/DeepSeekMeter, covering agents.md — deepseekmeter 仓库操作规范, 1. 项目是什么, 2. 常用命令(改动后必须本地验证), ios 版验证(核心包自测 + 工程结构静态校验必跑;有 xcode 时还会构建 app 冒烟) and android 核心单测(需 jdk 17 + android sdk;jvm 直跑无需设备).
agent-inbox CLAUDE.md
Instructions for Ideaplaces/agent-inbox, covering agent inbox: working notes, local development, gotchas already paid for, keep readme.md current and conventions.
CodexBar CLAUDE.md
Claude Code instructions for bob-zebedy/CodexBar, covering claude.md, 写作风格, 代码和注释, 项目文档 and 项目概述.