skills$openclaw/get-focus-mode
nickchristensen8.8k

by nickchristensen

get-focus-mode – OpenClaw Skill

get-focus-mode is an OpenClaw Skills integration for design workflows. Get the current macOS Focus mode

8.8k stars98 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

nameget-focus-mode
descriptionGet the current macOS Focus mode OpenClaw Skills integration.
ownernickchristensen
repositorynickchristensen/get-focus-mode
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nickchristensen/get-focus-mode
last updatedFeb 7, 2026

Maintainer

nickchristensen

nickchristensen

Maintains get-focus-mode in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
289 B
get-focus-mode.sh
634 B
SKILL.md
457 B
SKILL.md

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
  • jq installed
README.md

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.