Get the current macOS Focus mode
Scanned 2/12/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill get-focus-mode --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Get Focus Mode?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-get-focus-mode)More formats (shields.io, HTML) on the badges page.
---
name: get-focus-mode
description: Get the current macOS Focus mode
---
# Get Focus Mode
Returns the name of the currently active macOS Focus mode.
## Usage
```bash
~/clawd/skills/get-focus-mode/get-focus-mode.sh
```
## Output
Prints the Focus mode name to stdout:
- "No Focus" - Focus mode is off
- "Office" - Office focus is active
- "Sleep" - Sleep focus is active
- "Do Not Disturb" - DND is active
## Requirements
- macOS
- `jq` installed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!