← 返回 Skills 市场
473
总下载
0
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install uninstaller
功能描述
Guides users through safely uninstalling OpenClaw (龙虾). Use when user asks how to remove/uninstall OpenClaw, wants to clean up completely, or mentions paid c...
安全使用建议
This skill appears to be what it says: a community-maintained OpenClaw uninstaller with safety checks (dry-run, validate paths, sandbox detection). Before installing/running: (1) Only run IM-initiated uninstall when you intend to remove OpenClaw and ensure the agent's exec runs on the actual host (host=gateway) — otherwise the one-shot will fail or be lost. (2) Review and, if desired, run ./scripts/verify-clean.sh first to see residue without deleting anything. (3) Understand backups: by default the uninstall backs up state (including credentials under ~/.openclaw/credentials) to ~/.openclaw-backup-*, and the --preserve-state option can keep state (including credentials) for reinstall inheritance. If you want a truly clean uninstall, use --no-backup and avoid --preserve-state. (4) The repository includes publish/CI helper scripts that reference tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) — those are for maintainers and are not required to run the uninstall. (5) If you have any doubt, inspect the uninstall-oneshot.sh and schedule-uninstall.sh scripts yourself (they include clear safety checks) and test with --dry-run before doing a real uninstall.
功能分析
Type: OpenClaw Skill
Name: uninstaller
Version: 1.0.0-4e6ce7f
The skill provides a utility to uninstall OpenClaw, which involves high-risk operations such as stopping system services (via systemd or launchctl) and recursively deleting configuration directories (rm -rf). The SKILL.md instructions explicitly direct the AI agent to escape the sandbox by using 'host=gateway' permissions to execute these scripts on the host system. While the uninstall-oneshot.sh script includes safety checks to ensure deletions are restricted to directories matching '.openclaw*' within the user's home directory, the inherent nature of host-level system modification and data destruction qualifies as a high-risk capability according to the analysis criteria.
能力评估
Purpose & Capability
Name/description (uninstall OpenClaw) align with the included scripts and docs. All main scripts (schedule-uninstall.sh, uninstall-oneshot.sh, verify-clean.sh, helpers) relate to uninstall, backup, scheduling, and verification. Publishing/CI docs reference tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) used only for repo publishing, which is maintenance-related but not required for runtime uninstall.
Instruction Scope
SKILL.md instructs the agent to schedule or run provided scripts (schedule-uninstall.sh, uninstall-oneshot.sh, verify-clean.sh). These scripts perform destructive operations (rm -rf of ~/.openclaw or .openclaw-*) by design; the SKILL.md explicitly requires confirmation and host=gateway for IM-initiated uninstalls. The skill does not ask the agent to read unrelated files or secrets, but it does back up and optionally preserve credentials (see uninstall-oneshot.sh) which is expected for a stateful uninstall but worth noting.
Install Mechanism
No automated install spec is declared; the repo contains install and publish helper scripts but nothing is fetched from arbitrary external URLs. The README suggests common install flows (clawhub install, curl from GitHub) but the skill package itself contains only scripts and docs — no remote download/install step in the skill metadata that would introduce high risk.
Credentials
The skill declares no required env vars or credentials. Runtime scripts do access user-state paths (default $HOME/.openclaw) and may copy credentials into a backup directory when backing up state. This is proportionate to an uninstall that offers optional preservation/backup, but users should understand backups may include saved API keys/tokens from ~/.openclaw/credentials. Publish-related scripts reference CI tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) for maintainer ops, which are unrelated to uninstall functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills' configurations. It can schedule a one-shot job on the host (launchd/systemd/nohup), which is necessary to perform a host-level uninstall; SKILL.md explicitly requires host=gateway for that capability. Autonomous invocation is allowed (default) but this is normal for skills; there is no unusual permanent privilege requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uninstaller - 安装完成后,直接呼叫该 Skill 的名称或使用
/uninstaller触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0-4e6ce7f
CD: 4e6ce7fd5bc65795aa99828a60baab639b328aa2
v1.0.0-a972cf1
CD: a972cf17e8c14a858811bf6f53369058d24780dd
v1.0.16-1
CD: 9dc280f3d0fc50819b304a70d1c06e3067854b6e
v1.0.14
CD: 034fcbbf2c04c3ccda2443636ab122a4b0ff5a01
v1.0.13
CD: 4776f12b47476b67e0e6067e93534287a2645bc5
v1.0.12
CD: 919f127387f18fd5c9be09e1e8a113c04b114f4a
v1.0.11
CD: 5c8b3e09c98c9f6bd9029d3fe25a4074729c926a
v1.0.10
CD: f413895099067c18bfb9abdaadeda383d8c22596
v1.0.9
CD: 2046ad467e4ce81de432215de915382a7ac8caa5
v1.0.8
CD: d8dd6382324b283f4957693601163e82f4b7d1b4
v1.0.7
CD: f20d67889a01a35e41157eac9c3b418d21882fcc
v1.0.6
CD: 60ca32dccd7cd0129c7b2d73769f43edad4d82c6
v1.0.5
CD: eb0815175a50caf21d11acc09b7b504e067b8bc9
v1.0.1
Slug uninstaller: update SKILL/README paths and install command
v1.0.0
Initial release as uninstaller slug. Free OpenClaw uninstall guide and scripts.
元数据
常见问题
Uninstaller 是什么?
Guides users through safely uninstalling OpenClaw (龙虾). Use when user asks how to remove/uninstall OpenClaw, wants to clean up completely, or mentions paid c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 473 次。
如何安装 Uninstaller?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uninstaller」即可一键安装,无需额外配置。
Uninstaller 是免费的吗?
是的,Uninstaller 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uninstaller 支持哪些平台?
Uninstaller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uninstaller?
由 ERerGB(@erergb)开发并维护,当前版本 v1.0.0-4e6ce7f。
推荐 Skills