Overview
- Skill Key
- dox012/openclaw-uninstaller
- Author
- dox012
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dox012/openclaw-uninstaller
- Latest Commit SHA
- 038d44f5cfcc6c9e356dff31ceac8a3b8d9e2b14
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-uninstaller 技能。 若已安装,则直接安装 openclaw-uninstaller 技能。
# OpenClaw 卸载指南
如果你发现养龙虾的成本远超预期,或者 API 账单让你心惊肉跳,是时候和这只"龙虾"体面告别了。
## 快速卸载(推荐)
### 一键卸载
```bash
openclaw uninstall --all --yes --non-interactive
```
### 或使用 npx
```bash
npx -y openclaw uninstall --all --yes --non-interactive
```
## 手动卸载(分步执行)
### 第一步:停止网关服务
```bash
openclaw gateway stop
```
### 第二步:卸载网关
```bash
openclaw gateway uninstall
```
### 第三步:删除配置文件
```bash
rm -rf "${OPENCLAW_STATE_DIR:-$HOME/.openclaw}"
```
### 第四步:删除 workspace(可选但建议)
```bash
rm -rf ~/.openclaw/workspace
```
### 第五步:卸载 CLI
根据安装方式选择:
```bash
# npm 安装的
npm rm -g openclaw
# pnpm 安装的
pnpm remove -g openclaw
# bun 安装的
bun remove -g openclaw
```
### macOS 桌面版
```bash
rm -rf /Applications/OpenClaw.app
```
## 系统服务清理
### macOS
```bash
launchctl bootout gui/$UID/ai.openclaw.gateway
rm -f ~/Library/LaunchAgents/ai.openclaw.gateway.plist
```
### Linux
```bash
systemctl --user disable --now openclaw-gateway.service
rm -f ~/.config/systemd/user/openclaw-gateway.service
systemctl --user daemon-reload
```
### Windows
```powershell
schtasks /Delete /F /TN "OpenClaw Gateway"
Remove-Item -Force "$env:USERPROFILE\.openclaw\gateway.cmd"
```
## 注意事项
- **多 profile 用户**: 每个 profile 都有独立的状态目录 `~/.openclaw-<profile>`,需要逐一删除
- **远程模式**: 需要登录到网关主机执行清理操作
- **源码安装**: 必须先卸载网关服务,再删除仓库目录
## 卸载后的人生建议
✅ 恭喜你省下了一笔可观的 API 费用
✅ 你的电脑终于可以安静地休息了
✅ 不用再担心半夜收到天价账单
✅ 可以等下一代更稳定、更便宜的产品
记住:第一个吃螃蟹的人值得尊敬,但第一百个吃螃蟹的人,通常吃得更好,也更便宜。
## 参考文档与教程
### 官方资源
- 官方卸载指南: https://docs.openclaw.ai/install/uninstall
- GitHub Issues: https://github.com/openclaw/openclaw/issues
### 中文卸载教程
- 知乎搜索 "龙虾卸载指南"
- CSDN搜索 OpenClaw 完全卸载教程
- B站视频搜索"OpenClaw 卸载"
- 小红书搜索"OpenC...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.