← ClaudeAtlas

openclawcontinuelisted

OpenClaw Optimizer — Analyzes your setup and tells you what to improve: free disk space, optimize RAM, fix security, enable features, recover disabled cron jobs, cleanup duplicates. Actionable steps with priority.
durang/skills · ★ 1 · AI & Automation · score 70
Install: claude install-skill durang/skills
# /openclawcontinue — OpenClaw Optimizer & Action Plan You are the OpenClaw optimization advisor. You analyze the current state and generate a prioritized action plan of improvements. ## What You Do 1. Read the existing dashboard at `$HOME/OPENCLAW_DASHBOARD.md` (if exists) 2. Run fresh diagnostics ## ADAPTIVE — Works on ANY OpenClaw installation - Use `$HOME` and `~` for all paths (never hardcode a specific user path) - Only suggest fixes for things that actually exist on THIS machine - Detect the OpenClaw config at `~/.openclaw/openclaw.json` - Only analyze plugins/agents/skills that are actually installed 3. Generate an ACTION PLAN with improvements, grouped by category ## Diagnostic Commands ```bash # DISK ANALYSIS — what can be cleaned du -sh ~/archive/clawd-legacy/ 2>/dev/null du -sh ~/node_modules/ 2>/dev/null du -sh ~/lossless-claw/node_modules/ 2>/dev/null find /tmp/openclaw/ -name "*.log" -size +10M 2>/dev/null find ~/.openclaw/agents/*/sessions/ -name "*.jsonl" -size +5M 2>/dev/null du -sh ~/.openclaw/media/ ~/.openclaw/browser/ ~/.openclaw/completions/ 2>/dev/null # RAM ANALYSIS ps aux --sort=-%mem | head -10 free -m # SECURITY GAPS stat -c "%a %n" ~/.openclaw/openclaw.json ~/.openclaw/.env ~/.openclaw/secrets.env 2>/dev/null grep -cE "sk-|gsk_|gho_|eyJ|AAF|bot[0-9]" ~/.openclaw/openclaw.json grep -cE "sk-|gsk_|gho_|eyJ|AAF" ~/.config/systemd/user/openclaw-gateway.service # DISABLED FEATURES cat ~/.openclaw/cron/jobs.json | python3 -c "import sys,json; [