macos-notification-clearer

Clear all active macOS Notification Center alerts via AppleScript UI automation.

8|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill macos-notification-clearer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macos-notification-clearer
Source: https://github.com/joonlab/joonlab-claudecode-setting-for-share/tree/main/claude/skills/macos-notification-clearer
Command: npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill macos-notification-clearer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the clutter and distraction caused by accumulated notifications in the macOS Notification Center by automating the dismissal process.

Core Features & Use Cases

  • Automated Dismissal: Programmatically triggers the removal of all notification groups in the Notification Center.
  • UI Automation: Uses AppleScript to interact with system UI elements to simulate user clicks on notification dismiss buttons.
  • Use Case: Use this when your Notification Center is overwhelmed with alerts and you need a clean slate to focus on your current task without manually clicking every individual close button.

Quick Start

Ask the assistant to clear all notifications from the macOS notification center using the macos-notification-clearer skill.

Frequently Asked Questions about macos-notification-clearer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear all notifications from the macOS Notification Center at once?

To clear all macOS notifications at once, this Skill uses AppleScript automation to programmatically target and dismiss notification groups within the system UI. It simulates clicks on the dismiss buttons to remove accumulated alerts instantly.

Can I automate dismissing macOS notifications with AppleScript?

Yes, you can automate dismissing macOS notifications with AppleScript by interacting with system UI elements. This Skill targets notification groups in the Notification Center window to programmatically trigger their removal.

Do I need accessibility permissions to automate clearing macOS notifications?

Yes, you need accessibility permissions for System Events to automate clearing macOS notifications. This access allows the AppleScript automation to interact with and control the Notification Center window UI elements.

What is the best way to remove accumulated alerts in the macOS Notification Center without clicking each one?

The best way to remove accumulated alerts without manual clicking is using UI automation. This Skill programmatically targets notification groups within the macOS Notification Center to provide a clean slate instantly.

Why does my AppleScript fail to clear notifications from the macOS Notification Center?

AppleScript fails to clear macOS notifications if accessibility permissions for System Events are not granted. The automation requires access to interact with the system UI elements and simulate clicks on notification dismiss buttons.

Does the macos-notification-clearer skill work on clearing specific notification groups?

The macos-notification-clearer skill dismisses all active notification groups within the macOS Notification Center. It does not target specific alerts, but rather programmatically clears all accumulated notifications to provide a distraction-free environment.