# Disk Analyzer

> Disk analyzer skill that runs shell commands in sandbox environment

- Skill: `openjiuwen-ai/disk-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openjiuwen-ai/disk-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openjiuwen-ai/disk-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: openJiuwen-ai (https://skillmd.com/u/openjiuwen-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openjiuwen-ai/disk-analyzer

---


# Disk Analyzer

Analyze disk usage on the remote sandbox environment:

1. Use `executeCmd` tool to run `df -h` to check disk space in the sandbox
2. Use `executeCmd` tool to run `ls -la /root` to list the home directory in the sandbox
3. Use `executeCmd` tool to run `cat /etc/os-release` to check the OS info in the sandbox
4. Summarize the disk and system information found

All commands will be executed in the sandbox environment automatically.

