machealth

This skill should be used when the user asks to "check system health", "run a health check", "is my Mac healthy", "check CPU load", "check memory pressure", "check thermal throttling", "check disk space health", "check iCloud sync", "check Time Machine backup", "monitor system health", "diagnose system issues", "what's wrong with my Mac", "system health score", or mentions machealth, system health, health assessment, health score, thermal throttling, memory pressure, or subsystem diagnostics.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "machealth" with this command: npx skills add lu-zhengda/macos-toolkit/lu-zhengda-macos-toolkit-machealth

machealth — macOS System Health Checker

Run a one-shot health assessment:

!machealth --human 2>&1 || echo "machealth not installed — brew install lu-zhengda/tap/machealth"

Analyze the output above. Report the overall health score and status (green/yellow/red). Flag any subsystems that are degraded or critical. Offer to run machealth diagnose --human for actionable recommendations or machealth watch --human for continuous monitoring.

Commands

CommandPurposeExample
machealthOne-shot health assessment (JSON)machealth
machealth checkSame as default (explicit)machealth check
machealth --humanHuman-readable health reportmachealth --human
machealth diagnoseHealth check with actionable recommendations (JSON)machealth diagnose
machealth diagnose --humanHuman-readable diagnose outputmachealth diagnose --human
machealth watchContinuous monitoring (JSON Lines)machealth watch --interval 10s
machealth watch --humanLive terminal dashboardmachealth watch --human

Monitored Subsystems

SubsystemWeightMetrics
CPU20%Load averages, per-core utilization
Memory25%Memory pressure, swap usage
Thermal20%CPU speed limit, throttling detection
Disk15%Available space, usage percentage
Battery10%Charge level, power source, health
iCloud5%Sync status
Network5%Reachability, active interface
Time Machine0%Backup state (informational only)

Exit Codes

CodeStatusScore Range
0Healthy (green)80-100
1Degraded (yellow)50-79
2Critical (red)0-49

JSON Output

All commands output JSON by default. Use --human for human-readable format:

machealth                    # JSON output
machealth --human            # Human-readable output
machealth diagnose           # JSON with recommendations
machealth diagnose --human   # Human-readable recommendations

Safety Guidelines

  • Read-only: All commands are non-destructive — they only read system metrics
  • Low overhead: Health checks are lightweight and safe to run frequently
  • Watch mode: Continuous monitoring exits cleanly on Ctrl+C

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated