Get Focus Mode
v1.0.1Get the current macOS Focus mode
⭐ 1· 2.1k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (get current macOS Focus mode) align with the included script which reads macOS Do Not Disturb DB files and prints the active mode. One minor metadata mismatch: the registry lists no required binaries, but SKILL.md and the script require jq.
Instruction Scope
The SKILL.md instructs running get-focus-mode.sh which reads two files in ~/Library/DoNotDisturb/DB/ (Assertions.json and ModeConfigurations.json) and prints a single string. This is consistent with the stated purpose, but it does read user-local files (privacy-sensitive data about Focus/DND state) — expected for this feature.
Install Mechanism
No install spec is present (instruction-only plus one script). Nothing is downloaded or installed by the skill itself.
Credentials
No environment variables or external credentials are requested, which is appropriate. However, SKILL.md lists jq as a requirement but the registry metadata did not declare any required binaries; the script will fail if jq is absent.
Persistence & Privilege
Skill does not request persistent presence, does not modify system or other skills, and does not require elevated privileges. It only reads local files when invoked.
Assessment
This skill is coherent for its stated purpose: it reads two local macOS files and prints the active Focus mode. Before installing or running it, note: (1) it requires jq and macOS — install jq or update the skill metadata to list it; (2) it reads files under ~/Library/DoNotDisturb/DB/, which is expected but is local user data (no network calls); (3) there is no installer or network activity in the package — you can safely open and inspect get-focus-mode.sh yourself to confirm behavior. If you are uncomfortable with any local file reads, do not enable the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk976bhk9bt61smpzk8006w8hws7z4yew
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
