Borrowing it
Nothing to install: this file belongs to kubouchiyuya/claude-voice-notify. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kubouchiyuya/claude-voice-notify/main/CLAUDE.mdgit clone --depth 1 https://github.com/kubouchiyuya/claude-voice-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/instructions/kubouchiyuya/claude-voice-notify/claude-md)<a href="https://agentmods.dev/instructions/kubouchiyuya/claude-voice-notify/claude-md"><img src="https://agentmods.dev/badge/instructions/kubouchiyuya/claude-voice-notify/claude-md/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.
<a href="https://agentmods.dev/instructions/kubouchiyuya/claude-voice-notify/claude-md"><img src="https://agentmods.dev/badge/instructions/kubouchiyuya/claude-voice-notify/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.01467 | $0.01467 |
| Opus 5 | $0.00733 | $0.00733 |
| Sonnet 5 | $0.00293 | $0.00293 |
| Haiku 4.5 | $0.00147 | $0.00147 |
Grade A, and why
claude-voice-notify 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 11d 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 — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
claude-voice-notify
音声コマンド
NOTIFY="/Users/kubouchiyuya/Projects/claude-voice-notify/notify.sh"
# 読み上げ
$NOTIFY "メッセージ" # デフォルトキャラで読み上げ
$NOTIFY "メッセージ" complete 3 1.2 # タイプ/スピーカーID/速度指定
# キャラ管理
$NOTIFY list # VOICEVOXキャラ一覧(★=現在)
$NOTIFY set-speaker 8 # デフォルトキャラ変更(例: 春日部つむぎ)
$NOTIFY set-speed 1.2 # デフォルト速度変更
$NOTIFY set-volume 0.5 # デフォルト音量変更(0.0〜1.0)
# プロバイダー切り替え
$NOTIFY set-provider voicevox # VOICEVOX(デフォルト)
$NOTIFY set-provider google # Google Cloud TTS
$NOTIFY set-google-key <API_KEY> # Google APIキー設定
$NOTIFY set-google-voice ja-JP-Neural2-B # Google音声名変更
# オン/オフ
$NOTIFY on / off / status
# 設定パネル(キャラ・速度・音量・方言・エンジン)
/Users/kubouchiyuya/Projects/claude-voice-notify/settings.sh
VS Code からの設定アクセス
Cmd+Shift+P→ 「Tasks: Run Task」→「⚙️ VB設定パネル」- または
settings.shを直接実行
絶対に音声で通知する場面(必須・スキップ不可)
以下の場面では、音声通知がONである限り必ずnotify.shを呼ぶこと。
- タスク開始時 — 指示を受けたら、作業前に「これから何をするか」を宣言する
- 作業が止まる時 — ユーザーの入力・判断待ちで開発が停止する全ての場面
- 承認・許可を求める時 — ファイル削除、デプロイ、破壊的変更の前
- 選択肢を提示する時 — 複数のアプローチからユーザーに選んでもらう時
- タスク完了時 — 一連の作業が終わった時(必ず完了報告する)
- エラー発生時 — ビルドエラー、実行エラー、接続エラー等
# タスク開始時(必須)
notify.sh "了解しました。これからログイン機能を実装します"
notify.sh "バグの調査を開始します。まずエラーログを確認します"
# 作業が止まる時(必須)
notify.sh "作業が止まっています。APIキーが必要です。設定してもらえますか?" confirm
notify.sh "質問があります。テストデータはどのような形式にしますか?" confirm
# 承認を求める時(必須)
notify.sh "確認です。本番環境にデプロイしますか?この操作は取り消せません" confirm
# 完了報告(必須)
notify.sh "ログイン機能の実装が完了しました。JWT認証を使っています"
# 選択肢がある時(必須)
notify.sh "2つの方法があります。どちらにしますか?" confirm
音声通知ルール
タスク完了時 — 具体的に何をしたか説明する
notify.sh "ログイン機能の実装が完了しました。JWT認証を使っています" # 良い
notify.sh "タスクが完了しました" # ← 禁止。汎用メッセージは使わない
確認・質問時 — 何を確認したいか明確に
notify.sh "確認です。データベースのテーブルを削除してよいですか?" confirm
エラー時 — 原因と対処を説明
notify.sh "ビルドエラーです。型エラーが3件あります" error
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.
- 11d ago First seen · 130 lines · 1,467 tokens per session scan A 03079ae4fa07
claude-voice-notify CLAUDE.md is an instructions file published in the GitHub repository kubouchiyuya/claude-voice-notify (1 stars, last pushed 5mo ago), licensed MIT. It adds 1,467 tokens to every session, about $0.0073 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).