SkillAgentSearch skills...

Dnd

Control macOS notification "Do Not Disturb" settings from the command line.

Install / Use

/learn @joeyhoer/Dnd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DND

dnd control macOS notification "Do Not Disturb" settings from the command line.

DND uses AppleScript to control System Events. For this to work, your terminal application must be allowed to "control your computer" via Accessibility preferences configured in the "Privacy" tab of the System Preferences.

Installation

Download the dnd script and make it available in your PATH.

curl -o /usr/local/bin/dnd -O https://raw.githubusercontent.com/joeyhoer/dnd/master/dnd.sh && \
chmod +x /usr/local/bin/dnd

Example

# Enable Do Not Disturb
dnd on

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Shell

Security Score

75/100

Audited on Jan 9, 2026

No findings