について
c-notifyは、開発者がterminal-notifierを使用してコマンドラインから直接macOSのネイティブ通知を送信できるようにします。タイトル、サブタイル、サウンド、クリックアクション(URLまたはアプリ起動)、グループ化、カスタムアイコンをサポートしています。このスキルを使用して、ビルド完了、タスクステータス、その他のCLI駆動イベントのデスクトップ通知を提供できます。
クイックインストール
Claude Code
推奨npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-notifyこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Notifications (terminal-notifier)
# Simple notification
terminal-notifier -title "OpenPaw" -message "Task complete!"
# With subtitle and sound
terminal-notifier -title "Build" -subtitle "Project X" -message "Done!" -sound default
# Open URL when clicked
terminal-notifier -title "PR Merged" -message "Click to view" -open "https://github.com/..."
# Activate app when clicked
terminal-notifier -title "Music" -message "Now playing" -activate "com.spotify.client"
# Group notifications (replaces previous in same group)
terminal-notifier -title "Progress" -message "50%" -group "build"
terminal-notifier -title "Progress" -message "100%" -group "build"
# Remove a notification group
terminal-notifier -remove "build"
# Custom app icon
terminal-notifier -title "Alert" -message "Hello" -appIcon /path/to/icon.png
Guidelines
- Use notifications to alert the user when long tasks complete
- Group related notifications so they don't spam
- Add
-sound defaultfor important alerts - Use
-open URLto make notifications actionable - Keep messages short — notifications truncate long text
GitHub リポジトリ
Frequently asked questions
What is the c-notify skill?
c-notify is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-notify-related tasks without extra prompting.
How do I install c-notify?
Use the install commands on this page: add c-notify to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does c-notify belong to?
c-notify is in the Communication category, tagged notifications, alerts and macos.
Is c-notify free to use?
Yes. c-notify is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
関連スキル
このClaude Skillは、Himalaya CLIツールを介してIMAPを使用したメール管理を可能にします。開発者は自然言語クエリでIMAPアカウントからメールを検索、要約、削除できます。日次の要約取得やバッチ操作の実行など、Claudeから直接自動化されたメールワークフローにご利用いただけます。
imsgは、macOS用のCLIツールで、Messages.appを介してプログラムでiMessage/SMSとやり取りできます。開発者がチャットの一覧表示、メッセージ履歴の閲覧、会話のリアルタイム監視、メッセージや添付ファイルの送信を可能にします。このスキルを使用して、メッセージングタスクを自動化したり、開発ワークフローにiMessage/SMS機能を統合したりできます。
このClaudeスキルは、アプリケーションの国際化(i18n)とローカライゼーション実装に関する包括的なガイダンスを提供します。i18nextやgettextなどのライブラリを使用したメッセージ抽出、翻訳管理、ロケール固有のフォーマット、RTL(右から左)対応などの主要タスクを網羅しています。多言語アプリケーションを構築する際や、国際ユーザー向けにローカライゼーション機能を追加する際にご活用ください。
wacliは、WhatsApp Webプロトコルを介してWhatsAppメッセージの送信、検索、同期を可能にするコマンドラインツールです。主にClawdisワークフロー内で自動処理に使用されますが、メッセージ送信、チャット同期、履歴照会のために直接呼び出すこともできます。主な機能には、QRコード認証、バックグラウンドでの継続的同期、テキストおよびファイル送信機能が含まれます。
