一键导入
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.