← 返回 Skills 市场
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linux-disk-doctor
功能描述
Diagnose and fix Linux disk full / no space issues. Find large files, clean logs, purge package caches, remove old kernels, handle Docker disk bloat, and exp...
使用说明 (SKILL.md)
Linux Disk Doctor
Free disk space fast.
Quick Assessment
df -h
du -sh /* 2>/dev/null | sort -rh | head -20
Cleanup Steps
# Package cache
apt-get clean && apt-get autoremove -y
# Old kernels (keep current)
dpkg --list | grep linux-image | awk '{print $2}' | grep -v $(uname -r) | xargs apt-get purge -y
# Journal logs
journalctl --vacuum-time=7d
# Docker
docker system prune -a -f
# Temp files
rm -rf /tmp/*
# Find largest directories
du -sh /var/log/* | sort -rh | head -10
安全使用建议
Use this only with human review. Ask the agent to run read-only diagnostics first, then approve each cleanup command individually. Be especially careful with apt purge/autoremove, Docker prune, and rm -rf commands because they can remove files or system resources that are difficult to restore.
功能分析
Type: OpenClaw Skill
Name: linux-disk-doctor
Version: 1.0.0
The linux-disk-doctor skill provides standard Linux system administration commands for diagnosing and resolving disk space issues. The instructions in SKILL.md include routine cleanup tasks such as clearing package caches (apt-get clean), vacuuming journal logs, and pruning Docker resources, all of which are consistent with the stated purpose of the tool.
能力评估
Purpose & Capability
The requested capabilities are coherent with the stated disk-cleanup purpose, but they include destructive local system maintenance actions.
Instruction Scope
The default cleanup workflow includes non-interactive deletion and purge commands such as apt autoremove, kernel purge, Docker prune, and rm -rf without instructing the agent to ask for user approval, preview impact, or limit scope.
Install Mechanism
There is no install script or code package; this is an instruction-only skill.
Credentials
The commands can substantially change the local machine, including package state, available kernels, Docker resources, logs, and temporary files. That is purpose-aligned but high impact and not bounded by safeguards.
Persistence & Privilege
The skill does not create persistence or background behavior, but several commands typically require elevated privileges and can permanently remove local resources.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linux-disk-doctor - 安装完成后,直接呼叫该 Skill 的名称或使用
/linux-disk-doctor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial: diagnose and fix disk full issues
元数据
常见问题
Linux Disk Doctor 是什么?
Diagnose and fix Linux disk full / no space issues. Find large files, clean logs, purge package caches, remove old kernels, handle Docker disk bloat, and exp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Linux Disk Doctor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linux-disk-doctor」即可一键安装,无需额外配置。
Linux Disk Doctor 是免费的吗?
是的,Linux Disk Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Linux Disk Doctor 支持哪些平台?
Linux Disk Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Linux Disk Doctor?
由 new(@laolaoqi)开发并维护,当前版本 v1.0.0。
推荐 Skills