원클릭으로
disk-space-basic
Monitor system disk space and storage usage safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor system disk space and storage usage safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Essential file system operations.
Common Git version control operations.
Upload, download, and edit files on remote servers via NAVIG
Summarize web pages, articles, YouTube videos, and documents using AI
Query and manage databases on remote servers via NAVIG
Check GitHub repos, CI status, PRs, and issues using the gh CLI
| name | disk-space-basic |
| description | Monitor system disk space and storage usage safely. |
| user-invocable | true |
| version | 1.0.0 |
| author | NAVIG Core Team |
| category | system |
| risk-level | safe |
| os | ["all"] |
| tags | ["storage","disk","monitoring","system"] |
| navig-commands | [{"name":"check-disk","syntax":"navig system disk","description":"Show disk usage for all mounted filesystems.","output-format":"table"},{"name":"check-directory","syntax":"navig system storage --path <path>","description":"Analyze storage usage for a specific directory.","parameters":{"path":{"type":"string","description":"The absolute path to analyze","required":true}}}] |
| examples | [{"user":"How much space is left on the C drive?","thought":"User wants to check global disk usage.","command":"navig system disk"},{"user":"Why is my projects folder so big?","thought":"User wants to analyze a specific directory. I should check the current working directory or ask, but here I'll check the projects folder.","command":"navig system storage --path k:\\_PROJECTS_SMALL"},{"user":"Run a disk check","thought":"Ambiguous, but implies checking general disk status.","command":"navig system disk"}] |
This skill provides essential tools for monitoring disk usage. It is designed to be completely read-only and safe to run without confirmation.
navig system diskDisplays a summary of all mounted drives, their total size, used space, and available space.
navig system storage --path <path>Calculates the size of a specific directory and lists the largest subdirectories. This is useful for drilling down into what is consuming space.