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

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated
General

51mee-resume-parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Archived SourceRecently Updated