Machine Health Skill
This skill provides tools to ensure the host machine remains stable and responsive during long autonomous runs.
Capabilities:
- Memory Purge: Clears stand-by memory and releases non-essential cache.
- CPU Stabilization: Identifies rogue processes and optimizes task priority.
- 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:
- Invoke the
MachineHealthTool(via MCP). - Command:
clean_resources - Command:
status_check
Recommended Routine:
- Run
clean_resourcesevery 12 hours of continuous operation. - Run
status_checkbefore starting a high-complexity task (e.g., massive refactoring).