SKILL·CB9F0B

c-notify

daxaur
Updated 1 month ago
9 views
152
8
152
View on GitHub
Communicationnotificationsalertsmacos

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

Recommended
Primary
npx skills add daxaur/openpaw -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/daxaur/openpaw
Git CloneAlternative
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-notify

Copy 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 default for important alerts
  • Use -open URL to make notifications actionable
  • Keep messages short — notifications truncate long text

GitHub Repository

daxaur/openpaw
Path: 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.

Related Skills

himalaya-email-manager
Communication

This 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.

View skill
imsg
Communication

imsg 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.

View skill
internationalization-i18n
Communication

This 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.

View skill
wacli
Communication

wacli 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.

View skill