Install
openclaw skills install @jinwangmok/disk-usageShow disk usage of a directory or file in human-readable format. Use when the user wants to know how much space a folder or file takes.
openclaw skills install @jinwangmok/disk-usageShow how much disk space a directory or file uses with a single command.
du -sh <PATH>
Arguments:
| # | Name | Description |
|---|---|---|
| 1 | PATH | Path to file or directory to measure |
du -sh /home/user/projects
Output:
1.2G /home/user/projects
Format: SIZE PATH