c-notify
About
c-notify enables developers to send native macOS notifications directly from the command line using terminal-notifier. It supports titles, subtitles, sounds, click actions (URLs or app activation), grouping, and custom icons. Use this skill to provide desktop alerts for build completions, task status, or other CLI-driven events.
Quick Install
Claude Code
Recommendednpx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-notifyCopy and paste this command in Claude Code to install this skill
Documentation
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 Repository
Related Skills
himalaya-email-manager
CommunicationThis Claude Skill enables email management through the Himalaya CLI tool using IMAP. It allows developers to search, summarize, and delete emails from an IMAP account with natural language queries. Use it for automated email workflows like getting daily summaries or performing batch operations directly from Claude.
imsg
Communicationimsg is a CLI tool for macOS that lets you programmatically interact with iMessage/SMS via the Messages.app. It enables developers to list chats, view message history, watch conversations in real-time, and send messages or attachments. Use this skill to automate messaging tasks or integrate iMessage/SMS functionality into your development workflows.
internationalization-i18n
CommunicationThis Claude Skill provides comprehensive guidance for implementing internationalization (i18n) and localization in applications. It covers key tasks like message extraction, translation management, locale-specific formatting, and RTL support using libraries like i18next and gettext. Use it when building multi-language applications or adding localization features for international users.
wacli
Communicationwacli is a command-line tool that enables WhatsApp messaging, search, and synchronization via the WhatsApp Web protocol. It's primarily used within Clawdis workflows for automated handling but can be called directly to send messages, sync chats, or query history. Key features include QR-based authentication, continuous background syncing, and the ability to send both text and files.
