openclaw-uninstaller

OpenClaw 卸载指南,帮你体面告别这只昂贵的龙虾

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 "openclaw-uninstaller" with this command: npx skills add dox012/openclaw-uninstaller

OpenClaw 卸载指南

如果你发现养龙虾的成本远超预期,或者 API 账单让你心惊肉跳,是时候和这只"龙虾"体面告别了。

快速卸载(推荐)

一键卸载

openclaw uninstall --all --yes --non-interactive

或使用 npx

npx -y openclaw uninstall --all --yes --non-interactive

手动卸载(分步执行)

第一步:停止网关服务

openclaw gateway stop

第二步:卸载网关

openclaw gateway uninstall

第三步:删除配置文件

rm -rf "${OPENCLAW_STATE_DIR:-$HOME/.openclaw}"

第四步:删除 workspace(可选但建议)

rm -rf ~/.openclaw/workspace

第五步:卸载 CLI

根据安装方式选择:

# npm 安装的
npm rm -g openclaw

# pnpm 安装的
pnpm remove -g openclaw

# bun 安装的
bun remove -g openclaw

macOS 桌面版

rm -rf /Applications/OpenClaw.app

系统服务清理

macOS

launchctl bootout gui/$UID/ai.openclaw.gateway
rm -f ~/Library/LaunchAgents/ai.openclaw.gateway.plist

Linux

systemctl --user disable --now openclaw-gateway.service
rm -f ~/.config/systemd/user/openclaw-gateway.service
systemctl --user daemon-reload

Windows

schtasks /Delete /F /TN "OpenClaw Gateway"
Remove-Item -Force "$env:USERPROFILE\.openclaw\gateway.cmd"

注意事项

  • 多 profile 用户: 每个 profile 都有独立的状态目录 ~/.openclaw-<profile>,需要逐一删除
  • 远程模式: 需要登录到网关主机执行清理操作
  • 源码安装: 必须先卸载网关服务,再删除仓库目录

卸载后的人生建议

✅ 恭喜你省下了一笔可观的 API 费用 ✅ 你的电脑终于可以安静地休息了 ✅ 不用再担心半夜收到天价账单 ✅ 可以等下一代更稳定、更便宜的产品

记住:第一个吃螃蟹的人值得尊敬,但第一百个吃螃蟹的人,通常吃得更好,也更便宜。

参考文档与教程

官方资源

中文卸载教程

  • 知乎搜索 "龙虾卸载指南"
  • CSDN搜索 OpenClaw 完全卸载教程
  • B站视频搜索"OpenClaw 卸载"
  • 小红书搜索"OpenClaw 删除"

国外资源

  • Reddit r/ollama: "How do I remove OpenClaw?"
  • Stack Overflow OpenClaw 卸载问题
  • YouTube 搜索"OpenClaw uninstall"

为什么这么多人要卸载?

  • API 账单爆炸(月费破千美元)
  • 安全风险(全球 10 万+实例暴露在公网)
  • 配置复杂(Node.js 版本玄学)
  • AI 脑过载(同时用 3 个以上 AI 工具生产力反降)

反悔了怎么办?

如果卸载后发现还是离不开龙虾,或者看到别人炫耀又心动了,请使用 openclaw-installer skill 重新开始这段昂贵的旅程。

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

Workspace Trash

Soft-delete protection for workspace files. Intercept file deletions and move them to a recoverable trash instead of permanent removal. Use when deleting, re...

Registry SourceRecently Updated
General

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

Registry SourceRecently Updated
General

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated
General

Diffview

File comparison and diff viewer tool. Compare two files side-by-side, show colored inline diffs, compare directories, find duplicate files, and generate patc...

Registry SourceRecently Updated