OpenClaw Disk Cleanup: Reclaiming Storage Space
The Problem After running OpenClaw for a while, you might notice disk space creeping up. Here’s how to identify what’s using space and safely clean it up. Finding What’s Using Space Check OpenClaw Directory Size du -sh ~/.openclaw/ Breakdown by Subdirectory cd ~/.openclaw du -h --max-depth=1 | sort -hr Typical output: 2.1G ./node_modules 450M ./completions 120M ./logs 85M ./subagents 12M ./cron 8.2M ./config Safe Cleanup Targets 1. Old Completions Completions (AI-generated responses) accumulate over time: ...