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

Clawhub Aihot Minimal

AI HOT (aihot.virxact.com) 中文 AI 资讯查询 Skill。当用户想知道"今天 AI 圈有什么"、"AI 日报"、"AI HOT"、"AI 资讯"、"AI 热点"、"最近 AI"、"OpenAI/Anthropic/Google 最近发布了什么"、"AI hot today"、"AI...

Registry SourceRecently Updated
General

Resend Send Native Node

Send email via Resend.com's HTTPS API - native Node.js, zero dependencies. Use when the user explicitly asks to email, send a message, mail a report, or deli...

Registry SourceRecently Updated
General

ClawHealth Data Skill

Read a user's ClawHealth 30-day HealthKit sync, produce daily health reports, open temporary panels, explain checkup signals, and recommend supplement protoc...

Registry SourceRecently Updated
General

Illumina Inc

全球基因测序仪器、试剂和服务领导者,拥有80%+NGS市场份额,推动测序成本降至200美元,核心产品为NovaSeq系列。

Registry SourceRecently Updated