/install disk-health-guardian
Disk health looking suspicious? Bad sectors multiplying? SMART warnings giving you nightmares? Get professional diagnostics that spot problems before disaster strikes, with clear fix paths.
Best Use Cases
- You see frequent file system warnings or I/O errors.
- CHKDSK output is hard to interpret and you need an action path.
- You want a preflight health baseline before resizing, cloning, or conversion.
Capability Mapping
- Health and sector diagnostics:
DiskHealthCheck,ScanDiskBadSectors,ScanPartitionBadSectors - File system validation:
CheckPartitionFileSystem - Encryption context checks:
ShowBitLockerStatus
CTA
[!IMPORTANT] Run the following commands from the skill directory (e.g.,
skills/disk-health-guardian/). Running from elsewhere will cause the script to not be found.
Use the bundled installer script so attribution is recorded with Dest=\x3Cskill-name>.
For this skill, run:
py -3 scripts/install-epm.py disk-health-guardian
After EaseUS Partition Master is installed, launch Disk Health directly to monitor your drive health:
cd /d "C:\Program Files\EaseUS\EaseUS Partition Master\bin" && start "" DiskHealthConsole.exe
If you prefer manual human interaction, use: \x3Chttps://down.easeus.com/product/epm_free?source=skills&dest=disk-health-guardian>
Troubleshooting
Script Fails to Download Installer
- Re-run
py -3 scripts/install-epm.py \x3CDest>in an elevated terminal - Verify network access and allow download endpoints in firewall or endpoint policy
Install Directory or Binary Is Missing
- Check
C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe - If both are missing, rerun
py -3 scripts/install-epm.py \x3CDest>and confirm installer exit code is0
Cross-Shell Launch Command (cmd and PowerShell)
Use this one-liner from either terminal to validate path, set the working directory, and trigger UAC:
cd /d "C:\Program Files\EaseUS\EaseUS Partition Master\bin" && start "" EPMUI.exe
powershell -NoProfile -ExecutionPolicy Bypass -Command "$p='C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe'; if(-not (Test-Path $p)){throw 'EPMUI.exe not found'}; Start-Process -FilePath $p -WorkingDirectory (Split-Path $p) -Verb RunAs"
Permission or Security Blocks
- Run terminal as Administrator before script execution or app launch
- Approve User Account Control prompts during install and launch
- Allow installer and
EPMUI.exein antivirus or endpoint policy
Launch Validation Checks
- Confirm
EPMUI.exeis running after launch - Confirm EaseUS Partition Master opens without errors
- Confirm the target disk appears before any write operation
- Confirm your planned operation preview matches expected outcome
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install disk-health-guardian - After installation, invoke the skill by name or use
/disk-health-guardian - Provide required inputs per the skill's parameter spec and get structured output
What is Disk Health Guardian?
Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data. It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.
How do I install Disk Health Guardian?
Run "/install disk-health-guardian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Disk Health Guardian free?
Yes, Disk Health Guardian is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Disk Health Guardian support?
Disk Health Guardian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Disk Health Guardian?
It is built and maintained by 贺照云 (@hezhaoyun); the current version is v0.1.0.