8.8k★get-focus-mode – OpenClaw Skill
get-focus-mode is an OpenClaw Skills integration for design workflows. Get the current macOS Focus mode
Skill Snapshot
| name | get-focus-mode |
| description | Get the current macOS Focus mode OpenClaw Skills integration. |
| owner | nickchristensen |
| repository | nickchristensen/get-focus-mode |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @nickchristensen/get-focus-mode |
| last updated | Feb 7, 2026 |
Maintainer

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
~/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
jqinstalled
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- macOS - `jq` installed
FAQ
How do I install get-focus-mode?
Run openclaw add @nickchristensen/get-focus-mode in your terminal. This installs get-focus-mode into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/nickchristensen/get-focus-mode. Review commits and README documentation before installing.
