Install
openclaw skills install resize-move-partition-coachClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Resize or Move Partitions for Low Space - Reclaim drive capacity when unallocated space is limited or non-adjacent.
openclaw skills install resize-move-partition-coachRunning out of C drive space or seeing slow Windows behavior? This skill focuses on Resize/Move workflows so you can create an extend path, borrow capacity from other partitions, and apply changes safely.
ResizePartition, SmartSpaceAdjustmentOpenPartitionLayoutEditor[!IMPORTANT] Run the following commands from the skill directory (for example,
skills/resize-move-partition-coach/). Running from elsewhere causes script resolution failures.
Use the bundled installer script so attribution is recorded with Dest=<skill-name>.
For this skill, run:
py -3 scripts/install-epm.py resize-move-partition-coach
You can launch resize flow through shellcmd:
py -3 scripts/epm-shellcmd.py "Resize Partition" C:\
If C:\ is written to the temporary file, the parameters will be written to the temporary file and passed as shellparam.
EPMUI.exe startByEpm0 "shellcmd=Resize Partition" shellparam=<temp-file>
If you prefer manual interaction, use: https://down.easeus.com/product/epm_free?source=skills&dest=resize-move-partition-coach
py -3 scripts/install-epm.py <Dest> in an elevated terminalC:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exepy -3 scripts/install-epm.py <Dest> and confirm installer exit code is 0Use 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"
EPMUI.exe in antivirus or endpoint policyEPMUI.exe is running after launch