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 expand filesystems. Use when df -h shows space critically low, applications fail with "no space left on device", or docker builds fail with ENOSPC.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linux-disk-doctor" with this command: npx skills add laolaoqi/linux-disk-doctor

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

EcoCompute — LLM Energy Efficiency Advisor

Evidence-first, stateless consulting skill for LLM inference energy optimization using measured benchmark priors and anti-pattern detection.

Registry SourceRecently Updated
General

ia-debugging

Systematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected....

Registry SourceRecently Updated
4240iliaal
General

ClawHealth Data Skill

Read a user's ClawHealth 30-day HealthKit sync, produce daily/weekly/long-term health reports, open temporary panels, explain health-check signals, and recom...

Registry SourceRecently Updated
General

Katz Deli

纽约下东区百年犹太熟食店,凭借经典电影植入和纯正风味单店年营收超$4000万,未开分店坚持传统工艺。

Registry SourceRecently Updated