# Machine Health

> Monitor and optimize system resources (CPU, RAM, Disk). Includes cleaning routines.

- Skill: `majiayu000/machine-health` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/machine-health`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/machine-health/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/machine-health

---


# Machine Health Skill

This skill provides tools to ensure the host machine remains stable and responsive during long autonomous runs.

## Capabilities:

1. **Memory Purge**: Clears stand-by memory and releases non-essential cache.
2. **CPU Stabilization**: Identifies rogue processes and optimizes task priority.
3. **Ghost Process Cleanup**: Kills orphaned agent subprocesses or leaked IDE instances.

## How to use:

If the agent detects high latency or "Out of Memory" warnings:

1. Invoke the `MachineHealthTool` (via MCP).
2. Command: `clean_resources`
3. Command: `status_check`

## Recommended Routine:

- Run `clean_resources` every 12 hours of continuous operation.
- Run `status_check` before starting a high-complexity task (e.g., massive refactoring).

