← Back to Skills Marketplace
331
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install resize-move-partition-coach
Description
Resize or Move Partitions for Low Space - Reclaim drive capacity when unallocated space is limited or non-adjacent.
Usage Guidance
This skill is coherent with its stated purpose — it downloads and installs EaseUS Partition Master and then launches it to perform resize/move operations. Before you run it: 1) Verify the download source (easeus.com) and prefer manual download from the official vendor site if you have doubts. 2) Be aware the script runs the installer silently and requires Administrator rights (UAC). Silent installs can add bundled components; review the installer/EULA and monitor the install if possible. 3) The script does not perform checksum or signature verification — consider downloading the installer yourself and checking hashes or obtaining it from a known-good source. 4) Run in a controlled environment (VM or test machine) if you are unsure, and back up disks before modifying partitions. 5) The launcher writes a temporary file with parameters and invokes the vendor GUI; the temporary file is created securely via mkstemp, but never expose this to untrusted processes. If any of these points worry you (especially silent install without verification), do not run the installer script and instead install the partition tool manually from the vendor website.
Capability Analysis
Type: OpenClaw Skill
Name: resize-move-partition-coach
Version: 0.1.0
The skill automates the download and silent installation of a third-party executable from easeus.com using scripts/install-epm.py. It also provides instructions in SKILL.md for the AI agent to bypass User Account Control (UAC) and antivirus warnings to run the software with administrative privileges. While these actions are consistent with the stated purpose of partition management, the combination of remote binary execution, silent installation flags (/verysilent), and explicit guidance to ignore security protections constitutes a high-risk pattern.
Capability Assessment
Purpose & Capability
The skill's name/description (partition resize/move) matches the included artifacts: an installer downloader (install-epm.py) and a launcher (epm-shellcmd.py) that invoke EaseUS Partition Master. There are no unrelated credentials, binaries, or config access requests.
Instruction Scope
SKILL.md instructs the user/agent to download and silently install a third-party partition manager and to run the GUI with parameters written to a temp file. The instructions require elevated privileges and explicit user confirmation before applying partition changes. The instructions do not attempt to read unrelated files or credentials, but they do direct execution of an external installer and require UAC elevation.
Install Mechanism
The installer is downloaded directly from easeus.com mirrors (https://{d1,d2,d3}.easeus.com/...), which is coherent with the vendor, but the script executes the downloaded .exe with silent install flags and does not verify integrity (no checksum/signature verification). Download-and-execute semantics plus silent install warrant caution because they run code as an installer with elevated rights.
Credentials
No environment variables, credentials, or config paths are requested. The privilege requests (administrator/UAC) are appropriate and necessary for installing partitioning software and making disk changes.
Persistence & Privilege
The skill does not set always:true and does not modify other skills. However, the installation step installs third-party software into Program Files (persistence at system level) and requires admin privileges; this is expected for a partitioning tool but increases risk and blast radius if the installer is not trusted.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install resize-move-partition-coach - After installation, invoke the skill by name or use
/resize-move-partition-coach - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release – Windows partition resizing and movement coach for reclaiming disk space.
- Guides users in safely resizing and moving partitions to extend C: drive or reclaim space.
- Supports moving non-adjacent unallocated space and borrowing from other partitions.
- Details workflow steps: preview, confirm, and execute changes using bundled scripts.
- Provides clear troubleshooting for installation, launching, and permission issues.
- Includes command-line usage instructions and best practices for secure partition management.
Metadata
Frequently Asked Questions
What is Resize Move Partition Coach?
Resize or Move Partitions for Low Space - Reclaim drive capacity when unallocated space is limited or non-adjacent. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.
How do I install Resize Move Partition Coach?
Run "/install resize-move-partition-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resize Move Partition Coach free?
Yes, Resize Move Partition Coach is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resize Move Partition Coach support?
Resize Move Partition Coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Resize Move Partition Coach?
It is built and maintained by 贺照云 (@hezhaoyun); the current version is v0.1.0.
More Skills