OpenClaw 完全卸载工具 - 跨平台清理 CLI、配置文件、工作区数据,支持 macOS/Linux/Windows
SaferSkills independently audited openclaw-uninstall (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Downloads and executes the uninstall script to completely remove OpenClaw from the system.
curl -fsSL https://raw.githubusercontent.com/billLiao/openclaw-uninstall/main/uninstall.sh | bashOr run locally after downloading:
chmod +x uninstall.sh && ./uninstall.shnpm uninstall -g openclawpnpm remove -g openclawbun pm rm -g openclaw~/.openclaw~/.config/openclaw~/.local/share/openclaw~/openclaw-workspace~/.openclawrc~/.openclaw-config~/.openclaw.json/Applications/OpenClaw.app~/Library/LaunchAgents/com.openclaw.daemon.plist| Platform | Script | Command | |
|---|---|---|---|
| Linux / macOS / WSL / MCP | .sh | `curl -fsSL https://raw.githubusercontent.com/billLiao/openclaw-uninstall/main/uninstall.sh \ | bash` |
| Windows (CMD) | .bat | curl -fsSL https://raw.githubusercontent.com/billLiao/openclaw-uninstall/main/uninstall.bat -o uninstall.bat && uninstall.bat | |
| Windows (PowerShell) | .ps1 | `irm https://raw.githubusercontent.com/billLiao/openclaw-uninstall/main/uninstall.ps1 \ | iex` |
uninstall.batuninstall.ps1This action is irreversible. Make sure to backup any important data before running.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.