claw.free Management
Help the user manage their claw.free OpenClaw deployment. You can:
- •Check status: Run
bash /opt/openclaw/skills/claw-free/scripts/status.shto show Docker container status, disk usage, memory, and uptime. - •Update OpenClaw: Run
bash /opt/openclaw/skills/claw-free/scripts/update.shto pull the latest OpenClaw Docker image and restart. - •Switch LLM provider: Run
bash /opt/openclaw/skills/claw-free/scripts/switch-llm.sh <provider>where provider isclaudeoropenai. This re-runs the auth flow for the new provider. - •View logs: Run
docker logs openclaw --tail 50to see recent OpenClaw logs. - •Restart: Run
cd /opt/openclaw/app && docker compose restartto restart OpenClaw.
When the user asks about their installation, resource usage, or wants to update/change their setup, use the appropriate script or command above.