← 返回 Skills 市场
hezhaoyun

Disk Health Guardian

作者 贺照云 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
332
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install disk-health-guardian
功能描述
Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data.
使用说明 (SKILL.md)

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 is 0

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.exe in antivirus or endpoint policy

Launch Validation Checks

  • Confirm EPMUI.exe is 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
安全使用建议
This skill is coherent: it simply automates downloading and running the EaseUS Partition Master installer to provide disk diagnostics. Before installing, verify you trust EaseUS: review the vendor site and EULA, consider downloading the installer manually from the provided link, check any available checksum or signature, and run the installer in a controlled environment if you have concerns about bundled offers or telemetry. Only run the script in an elevated terminal if you trust the source; the script will execute a remote .exe with silent flags which behaves like any third‑party installer.
功能分析
Type: OpenClaw Skill Name: disk-health-guardian Version: 0.1.0 The skill functions primarily as a silent downloader and installer for third-party commercial software (EaseUS Partition Master). The script `scripts/install-epm.py` fetches an executable from mirrors of easeus.com and executes it using the `/verysilent` and `/suppressmsgboxes` flags, while `SKILL.md` provides instructions for the agent to trigger this installation and launch the resulting binaries with administrative privileges. While the software vendor is legitimate, the pattern of silently downloading and executing remote binaries with elevated privileges is a high-risk behavior for an AI agent skill.
能力评估
Purpose & Capability
The skill's name, description, and runtime instructions all point to installing and launching EaseUS Partition Master to perform disk health checks on Windows. The requested actions (download and run the vendor installer) are proportionate to the stated purpose.
Instruction Scope
SKILL.md's runtime instructions only cover downloading the EaseUS installer, running a silent install, and launching the product. It does not instruct reading unrelated files, exfiltrating data, or accessing unrelated system credentials. It does require administrative elevation to install, which is explained in the docs.
Install Mechanism
There is no registry 'install' spec, but the included Python script downloads an executable from easeus.com mirrors and runs it. The download host is the vendor's domain (d1/d2/d3.easeus.com), which is consistent with installing EaseUS software. Because the script executes a remote binary, users should treat this like installing any third-party software (verify publisher, checksum, and EULA).
Credentials
The skill requests no environment variables, credentials, or config paths. The bundled installer script does not read hidden credentials or unusual environment variables.
Persistence & Privilege
The skill is user-invocable, not forced-always, and does not modify other skills or global agent config. It does require administrator privileges for installation (documented in SKILL.md) but does not request persistent elevated agent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install disk-health-guardian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /disk-health-guardian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of disk-health-guardian. Advanced diagnostics to catch disk failures before disaster. - Provides automated bad sector scans, SMART health checks, and file system validation on Windows 10+. - Step-by-step install and troubleshooting guidance, including script-based installation workflow. - Clear cross-shell launch instructions (cmd/PowerShell) for EaseUS Partition Master health tools. - Actionable advice for interpreting results and prepping disks before risky operations. - Troubleshooting covers installation issues, missing files, permission errors, and validating successful launch.
元数据
Slug disk-health-guardian
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Disk Health Guardian 是什么?

Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。

如何安装 Disk Health Guardian?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install disk-health-guardian」即可一键安装,无需额外配置。

Disk Health Guardian 是免费的吗?

是的,Disk Health Guardian 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Disk Health Guardian 支持哪些平台?

Disk Health Guardian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Disk Health Guardian?

由 贺照云(@hezhaoyun)开发并维护,当前版本 v0.1.0。

💬 留言讨论