Mac Health Check
v1.0.6Check the current temperature, load, memory, swap, and power usage of this Mac with `macmon`. Use when the user asks for their Mac's current temperature, Mac...
⭐ 2· 95·0 current·0 all-time
byDmitry Ruban@ruban-gt
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the code and instructions: the skill runs the macmon binary (or a login-shell wrapper) and summarizes its JSON output. Declared OS restriction (darwin) and the brew install of macmon are appropriate.
Instruction Scope
Runtime instructions and scripts only run the macmon binary, optionally via a zsh login shell, and parse JSON from macmon or stdin/files. They do not read unrelated system files, access network endpoints, or prompt for unrelated secrets. The wrapper and Python script use subprocess to invoke local binaries, which is expected for this purpose.
Install Mechanism
Install is a Homebrew formula (macmon). Homebrew is a standard package source on macOS. No downloads from arbitrary URLs or archive extracts are present in the skill itself.
Credentials
The skill requires no environment variables, no credentials, and no config paths. It references typical local paths (/opt/homebrew/bin) and a login-shell fallback — reasonable for Homebrew-installed binaries.
Persistence & Privilege
Skill is not marked always:true and is user-invocable. It does not modify other skills or request elevated persistent privileges.
Assessment
This skill is coherent: it simply runs the local macmon program (or a small zsh wrapper) and summarizes its JSON output. Before installing, verify you trust the macmon Homebrew formula/source you will install, and confirm you are comfortable allowing the agent to run local commands (it will execute macmon on your machine). The skill does not request secrets or contact external endpoints itself; any risk would come from the installed macmon binary — review that project if you need higher assurance.Like a lobster shell, security has layers — review code before you run it.
latestvk97cmqmhg8y65z7thtestx6sbd83xdammacosvk97cmqmhg8y65z7thtestx6sbd83xdammonitoringvk97cmqmhg8y65z7thtestx6sbd83xdamtelemetryvk97cmqmhg8y65z7thtestx6sbd83xdamtemperaturevk97cmqmhg8y65z7thtestx6sbd83xdam
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌡️ Clawdis
OSmacOS
Install
Install macmon (brew)
Bins: macmon
brew install macmon