MCP HubMCP Hub
SKILL·CB9F0B

c-notify

daxaur
更新日 1 month ago
9 閲覧
153
11
153
GitHubで表示
コミュニケーションnotificationsalertsmacos

について

c-notifyは、開発者がterminal-notifierを使用してコマンドラインから直接macOSのネイティブ通知を送信できるようにします。タイトル、サブタイル、サウンド、クリックアクション(URLまたはアプリ起動)、グループ化、カスタムアイコンをサポートしています。このスキルを使用して、ビルド完了、タスクステータス、その他のCLI駆動イベントのデスクトップ通知を提供できます。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git 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 default for important alerts
  • Use -open URL to make notifications actionable
  • Keep messages short — notifications truncate long text

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-notify
0
ai-agentanthropicautomationclaudeclaude-codecli
FAQ

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.

関連スキル

himalaya-email-manager
コミュニケーション

このClaude Skillは、Himalaya CLIツールを介してIMAPを使用したメール管理を可能にします。開発者は自然言語クエリでIMAPアカウントからメールを検索、要約、削除できます。日次の要約取得やバッチ操作の実行など、Claudeから直接自動化されたメールワークフローにご利用いただけます。

スキルを見る
imsg
コミュニケーション

imsgは、macOS用のCLIツールで、Messages.appを介してプログラムでiMessage/SMSとやり取りできます。開発者がチャットの一覧表示、メッセージ履歴の閲覧、会話のリアルタイム監視、メッセージや添付ファイルの送信を可能にします。このスキルを使用して、メッセージングタスクを自動化したり、開発ワークフローにiMessage/SMS機能を統合したりできます。

スキルを見る
internationalization-i18n
コミュニケーション

このClaudeスキルは、アプリケーションの国際化(i18n)とローカライゼーション実装に関する包括的なガイダンスを提供します。i18nextやgettextなどのライブラリを使用したメッセージ抽出、翻訳管理、ロケール固有のフォーマット、RTL(右から左)対応などの主要タスクを網羅しています。多言語アプリケーションを構築する際や、国際ユーザー向けにローカライゼーション機能を追加する際にご活用ください。

スキルを見る
wacli
コミュニケーション

wacliは、WhatsApp Webプロトコルを介してWhatsAppメッセージの送信、検索、同期を可能にするコマンドラインツールです。主にClawdisワークフロー内で自動処理に使用されますが、メッセージ送信、チャット同期、履歴照会のために直接呼び出すこともできます。主な機能には、QRコード認証、バックグラウンドでの継続的同期、テキストおよびファイル送信機能が含まれます。

スキルを見る